1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/lang/alisp/pkg-plist
Aaron Dalton ab30dd2a05 - re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
  :L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
    plus/iplus/rplus -> N+, I+, R+, +
    times/itimes/rtimes -> N*, I*, R*, *
    difference/idifference/rdifference -> N-, I-, R-, -
    rquotient -> /
- added default workspace image (no need to install a
  local copy of the library functions any longer)
- temporarily removed most example programs

PR:		ports/98483
Submitted by:	Nils M Holm <nmh@t3x.org>
Reviewed by:	aaron
Approved by:	tobez
2006-06-14 02:36:58 +00:00

16 lines
278 B
Plaintext

bin/alisp
lib/libalisp.a
lib/libalisp.so
include/alisp.h
%%DATADIR%%/LICENSE
%%DATADIR%%/alisp-image
%%DATADIR%%/base.l
%%DATADIR%%/imath.l
%%DATADIR%%/iter.l
%%DATADIR%%/lisp.l
%%DATADIR%%/nmath.l
%%DATADIR%%/rmath.l
%%DOCSDIR%%/alisp.txt
@dirrm %%DATADIR%%
@dirrm %%DOCSDIR%%