Date: Wed, 14 Jun 2006 02:36:58 +0000 (UTC) From: Aaron Dalton <aaron@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/alisp Makefile distinfo pkg-descr pkg-plist Message-ID: <200606140236.k5E2awNj026214@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
aaron 2006-06-14 02:36:58 UTC FreeBSD ports repository Modified files: lang/alisp Makefile distinfo pkg-descr pkg-plist Log: - 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 Revision Changes Path 1.16 +4 -7 ports/lang/alisp/Makefile 1.14 +3 -3 ports/lang/alisp/distinfo 1.9 +5 -6 ports/lang/alisp/pkg-descr 1.10 +11 -166 ports/lang/alisp/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606140236.k5E2awNj026214>