diff options
author | pav <pav@FreeBSD.org> | 2004-10-11 22:58:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-11 22:58:30 +0000 |
commit | dc1f2b445dbb019ec7331fe05475d16c4e071d1b (patch) | |
tree | a770ef70692a82a43348266bef43a9892553fd9d /lang | |
parent | 39f6a533267596e04c70206096a5060e8ca6b041 (diff) | |
download | FreeBSD-ports-dc1f2b445dbb019ec7331fe05475d16c4e071d1b.zip FreeBSD-ports-dc1f2b445dbb019ec7331fe05475d16c4e071d1b.tar.gz |
- Update to 20040924
PR: ports/72079
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/alisp/Makefile | 27 | ||||
-rw-r--r-- | lang/alisp/distinfo | 3 | ||||
-rw-r--r-- | lang/alisp/pkg-descr | 10 | ||||
-rw-r--r-- | lang/alisp/pkg-plist | 13 |
4 files changed, 11 insertions, 42 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index a056b1c..e031774 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -6,38 +6,21 @@ # PORTNAME= alisp -PORTVERSION= 20040206 +PORTVERSION= 20040924 CATEGORIES= lang devel lisp -MASTER_SITES= http://t3x.dyndns.org/files/ \ - http://www.t3x.org/files/ +MASTER_SITES= http://t3x.dyndns.org/files/ MAINTAINER= nmh@t3x.org COMMENT= A tail-recursive interpreter for purely symbolic LISP -BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x \ - ${LOCALBASE}/t3x/r8/tide:${PORTSDIR}/devel/tide +BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x MAN7= alisp.7 MANCOMPRESSED= no MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8 \ BINOWN=${BINOWN} \ - BINGRP=${BINGRP} - -USE_REINPLACE= yes - -post-patch: - ${REINPLACE_CMD} \ - -e 's,/usr/local,${PREFIX},g' \ - ${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' \ - ${WRKSRC}/cnf/unix-1.dfl + BINGRP=${BINGRP} \ + PREFIX=${PREFIX} .include <bsd.port.mk> diff --git a/lang/alisp/distinfo b/lang/alisp/distinfo index 12660e0..8a7c132 100644 --- a/lang/alisp/distinfo +++ b/lang/alisp/distinfo @@ -1 +1,2 @@ -MD5 (alisp-20040206.tar.gz) = 28e7f62c399a9b172641596e447dd703 +MD5 (alisp-20040924.tar.gz) = 8b93abe0f08f19e41a4e5e7e02548a8f +SIZE (alisp-20040924.tar.gz) = 111428 diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr index 4d558ea..8dd342a 100644 --- a/lang/alisp/pkg-descr +++ b/lang/alisp/pkg-descr @@ -1,12 +1,8 @@ -ArrowLISP is a purely symbolic, tail-recursive, dynamically scoped +ArrowLISP is a purely symbolic, tail-recursive, lexically 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 - -- the ArrowLISP interpreter -- IAI, the Interactive ArrowLISP interface (TTY-based IDE) -- a library containing many frequently used LISP functions -- some example programs +This package contains the ArrowLISP interpreter and library, the +reference manual, and some example programs. WWW: http://www.t3x.org/LISP/ALISP diff --git a/lang/alisp/pkg-plist b/lang/alisp/pkg-plist index 3b67733..8843f5f 100644 --- a/lang/alisp/pkg-plist +++ b/lang/alisp/pkg-plist @@ -1,16 +1,8 @@ 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 -share/alisp/default-1.rc share/alisp/ext/date-after-p.l share/alisp/ext/date-before-p.l share/alisp/ext/date-difference.l @@ -18,6 +10,7 @@ share/alisp/ext/date-to-days.l share/alisp/ext/date.l share/alisp/ext/ext-date.l share/alisp/ext/ext-tree.l +share/alisp/ext/fixed-point.l share/alisp/ext/tree-assoc.l share/alisp/ext/tree-balance.l share/alisp/ext/tree-flatten.l @@ -153,7 +146,6 @@ share/alisp/lib/union.l share/alisp/lib/unique.l share/alisp/lib/unsort.l share/alisp/lib/zerop.l -share/alisp/monochrm.rc share/alisp/src/bottles.l share/alisp/src/bubblesort.l share/alisp/src/evaluate.l @@ -165,10 +157,7 @@ share/alisp/src/prolog.l share/alisp/src/queens.l share/alisp/src/unlabel.l share/alisp/src/xeval.l -share/alisp/white.rc share/doc/alisp/alisp.sd -share/doc/alisp/helpfile -share/doc/alisp/helpfile-1 @dirrm share/alisp/ext @dirrm share/alisp/lib @dirrm share/alisp/src |