diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-13 04:57:13 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-13 04:57:13 +0000 |
commit | 00be60f7d08d81be6af760cbe94079108a292819 (patch) | |
tree | f8f4824948ac09c68ed4b239c411dc9a09a1e8b9 /lang/alisp | |
parent | b3c3769b07b3018f5d28165e6c917d486e5b9a5c (diff) | |
download | FreeBSD-ports-00be60f7d08d81be6af760cbe94079108a292819.zip FreeBSD-ports-00be60f7d08d81be6af760cbe94079108a292819.tar.gz |
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)
Diffstat (limited to 'lang/alisp')
-rw-r--r-- | lang/alisp/Makefile | 5 | ||||
-rw-r--r-- | lang/alisp/distinfo | 2 | ||||
-rw-r--r-- | lang/alisp/pkg-descr | 6 | ||||
-rw-r--r-- | lang/alisp/pkg-plist | 7 |
4 files changed, 15 insertions, 5 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 8078567..a056b1c 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 19a5d16..12660e0 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 b60648d..4d558ea 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 df468e6..3b67733 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 |