summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-11 22:58:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-11 22:58:30 +0000
commita92ed66add0a4d16140de92d0ef2011f24ba6b6d (patch)
treecb39f6235d40e318a0bea8ffe2b229cca7bc2c0a /lang
parent- Update to 0.3.1 (diff)
- Update to 20040924
PR: ports/72079 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
Notes
Notes: svn path=/head/; revision=118654
Diffstat (limited to 'lang')
-rw-r--r--lang/alisp/Makefile27
-rw-r--r--lang/alisp/distinfo3
-rw-r--r--lang/alisp/pkg-descr10
-rw-r--r--lang/alisp/pkg-plist13
4 files changed, 11 insertions, 42 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile
index a056b1cecd00..e031774d7d14 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 12660e0a7143..8a7c13287cf5 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 4d558ea798b2..8dd342a0ee0c 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 3b6773394ac3..8843f5f404ee 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