summaryrefslogtreecommitdiff
path: root/lang/alisp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-13 04:57:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-13 04:57:13 +0000
commit34b40b10efabfdd2887892d4bded0df1ba055535 (patch)
tree1a929ce435d5880e095d1987ab72f39080b54ed5 /lang/alisp
parentUpdate to 1.0.3: added many new fields to employee data; added some (diff)
Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code; bugfixes. PR: ports/62630 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
Notes
Notes: svn path=/head/; revision=100818
Diffstat (limited to 'lang/alisp')
-rw-r--r--lang/alisp/Makefile5
-rw-r--r--lang/alisp/distinfo2
-rw-r--r--lang/alisp/pkg-descr6
-rw-r--r--lang/alisp/pkg-plist7
4 files changed, 15 insertions, 5 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile
index 8078567ad07a..a056b1cecd00 100644
--- a/lang/alisp/Makefile
+++ b/lang/alisp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= alisp
-PORTVERSION= 20031205
+PORTVERSION= 20040206
CATEGORIES= lang devel lisp
MASTER_SITES= http://t3x.dyndns.org/files/ \
http://www.t3x.org/files/
@@ -32,6 +32,9 @@ post-patch:
${WRKSRC}/Makefile
${REINPLACE_CMD} \
-e 's,/usr/local,${PREFIX},g' \
+ ${WRKSRC}/util/Alisp.sh
+ ${REINPLACE_CMD} \
+ -e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/cnf/unix.dfl
${REINPLACE_CMD} \
-e 's,/usr/local,${PREFIX},g' \
diff --git a/lang/alisp/distinfo b/lang/alisp/distinfo
index 19a5d1682632..12660e0a7143 100644
--- a/lang/alisp/distinfo
+++ b/lang/alisp/distinfo
@@ -1 +1 @@
-MD5 (alisp-20031205.tar.gz) = c1dc179c5d45dd0b551e62cd6e51dd2c
+MD5 (alisp-20040206.tar.gz) = 28e7f62c399a9b172641596e447dd703
diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr
index b60648d2c282..4d558ea798b2 100644
--- a/lang/alisp/pkg-descr
+++ b/lang/alisp/pkg-descr
@@ -1,6 +1,6 @@
-ArrowLISP is a purely symbolic, properly tail-recursive, dynamically
-scoped and (mostly) side-effect-free implementation of LISP. It may
-be considered an implementation of pure LISP (plus DEFINE and DEFUN).
+ArrowLISP is a purely symbolic, tail-recursive, dynamically scoped
+and (mostly) side-effect-free implementation of LISP. It may be
+considered an implementation of pure LISP (plus DEFINE and DEFUN).
This package contains
diff --git a/lang/alisp/pkg-plist b/lang/alisp/pkg-plist
index df468e6de16f..3b6773394ac3 100644
--- a/lang/alisp/pkg-plist
+++ b/lang/alisp/pkg-plist
@@ -1,9 +1,12 @@
+bin/Alisp
bin/alisp
bin/alisp_install
bin/iai
bin/iai-1
bin/iai_color
bin/iai_pfmt
+share/alisp/LICENSE
+share/alisp/alisp.image
share/alisp/black.rc
share/alisp/blue.rc
share/alisp/default.rc
@@ -33,11 +36,13 @@ share/alisp/lib/copy.l
share/alisp/lib/count.l
share/alisp/lib/decr.l
share/alisp/lib/denominator.l
+share/alisp/lib/depth.l
share/alisp/lib/difference.l
share/alisp/lib/digits.l
share/alisp/lib/divide.l
share/alisp/lib/equal.l
share/alisp/lib/equalize.l
+share/alisp/lib/evenp.l
share/alisp/lib/every.l
share/alisp/lib/expt.l
share/alisp/lib/fac.l
@@ -45,6 +50,7 @@ share/alisp/lib/filter.l
share/alisp/lib/gcd.l
share/alisp/lib/greaterp.l
share/alisp/lib/headp.l
+share/alisp/lib/hyper.l
share/alisp/lib/id.l
share/alisp/lib/idifference.l
share/alisp/lib/idivide.l
@@ -102,6 +108,7 @@ share/alisp/lib/nth.l
share/alisp/lib/numberp.l
share/alisp/lib/numerator.l
share/alisp/lib/o.l
+share/alisp/lib/oddp.l
share/alisp/lib/onep.l
share/alisp/lib/orderedp.l
share/alisp/lib/pair.l