diff options
author | vs <vs@FreeBSD.org> | 2005-02-14 00:34:10 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-14 00:34:10 +0800 |
commit | 20178c8ba5f7c9956d8a9d03bc0ec65a55cc5192 (patch) | |
tree | ac07635703db2bad82fb02eaf3a7f0bf46a92567 | |
parent | a4fb5a9dffdfd5e4819063e898c574015c764359 (diff) | |
download | freebsd-ports-gnome-20178c8ba5f7c9956d8a9d03bc0ec65a55cc5192.tar.gz freebsd-ports-gnome-20178c8ba5f7c9956d8a9d03bc0ec65a55cc5192.tar.zst freebsd-ports-gnome-20178c8ba5f7c9956d8a9d03bc0ec65a55cc5192.zip |
- Update to 20050212
- Added M-Expression compiler and examples
- Updated documentation
PR: ports/77413
Submitted by: Nils M. Holm (maintainer)
-rw-r--r-- | lang/alisp/Makefile | 2 | ||||
-rw-r--r-- | lang/alisp/distinfo | 4 | ||||
-rw-r--r-- | lang/alisp/pkg-descr | 5 | ||||
-rw-r--r-- | lang/alisp/pkg-plist | 5 |
4 files changed, 10 insertions, 6 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 8d265cac3036..9b7d4821f3f9 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= alisp -PORTVERSION= 20050124 +PORTVERSION= 20050212 CATEGORIES= lang devel lisp MASTER_SITES= http://www.holm-und-jeschag.de/files/ diff --git a/lang/alisp/distinfo b/lang/alisp/distinfo index efb5c6d57c8b..e3e67b6a3981 100644 --- a/lang/alisp/distinfo +++ b/lang/alisp/distinfo @@ -1,2 +1,2 @@ -MD5 (alisp-20050124.tar.gz) = 7e57d9e0542b841a4b3fb5faa837cda9 -SIZE (alisp-20050124.tar.gz) = 112051 +MD5 (alisp-20050212.tar.gz) = e2a2d3e85e1bdd384192e5d9bea3c1b1 +SIZE (alisp-20050212.tar.gz) = 119490 diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr index 3f397c23e3dc..aa1f9073fa1f 100644 --- a/lang/alisp/pkg-descr +++ b/lang/alisp/pkg-descr @@ -3,7 +3,6 @@ and (mostly) side-effect-free implementation of LISP. It may be considered an implementation of pure LISP (plus DEFINE and DEFUN). This package contains the ArrowLISP interpreter and library, the -reference manual, and some example programs. - -WWW: www.t3x.org/scipl/ +reference manual, and example programs. +WWW: http://www.t3x.org/scipl/ diff --git a/lang/alisp/pkg-plist b/lang/alisp/pkg-plist index 8843f5f404ee..382568fb92da 100644 --- a/lang/alisp/pkg-plist +++ b/lang/alisp/pkg-plist @@ -152,6 +152,11 @@ share/alisp/src/evaluate.l share/alisp/src/hanoi.l share/alisp/src/infix.l share/alisp/src/lvrename.l +share/alisp/src/mexpr-append.m +share/alisp/src/mexpr-fac.m +share/alisp/src/mexpr-hanoi.m +share/alisp/src/mexpr-queens.m +share/alisp/src/mexprc.l share/alisp/src/prefix.l share/alisp/src/prolog.l share/alisp/src/queens.l |