summaryrefslogtreecommitdiff
path: root/lang/alisp
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-13 16:34:10 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-13 16:34:10 +0000
commitdc1373a6070ecb2c3689121669950f027defaeef (patch)
treefc8b28ddd28042e5c9da2d3bb391c9f35c84119e /lang/alisp
parent- Update to 0.93 (diff)
- Update to 20050212
- Added M-Expression compiler and examples - Updated documentation PR: ports/77413 Submitted by: Nils M. Holm (maintainer)
Notes
Notes: svn path=/head/; revision=128705
Diffstat (limited to 'lang/alisp')
-rw-r--r--lang/alisp/Makefile2
-rw-r--r--lang/alisp/distinfo4
-rw-r--r--lang/alisp/pkg-descr5
-rw-r--r--lang/alisp/pkg-plist5
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