ports/62630: Maintainer update: lang/alisp

Nils M Holm nmh at t3x.org
Tue Feb 10 12:30:33 UTC 2004


>Number:         62630
>Category:       ports
>Synopsis:       Maintainer update: lang/alisp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 04:30:28 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nils M Holm
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
T3X.ORG
>Environment:
System: FreeBSD Symmetry.UUCP 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Apr 10 11:15:39 CEST 2003 nmh at SYMMETRY.UUCP:/usr/src/sys/compile/SYMMETRY i386

>Description:

Update to 2004-02-06.
Added pre-compiled image.
Added a few new functions.
	
>How-To-Repeat:
>Fix:

diff -ru lang/alisp-old/Makefile lang/alisp/Makefile
--- lang/alisp-old/Makefile	Sun Dec 14 19:36:04 2003
+++ lang/alisp/Makefile	Tue Feb 10 13:17:17 2004
@@ -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/
@@ -30,6 +30,9 @@
 	${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
diff -ru lang/alisp-old/distinfo lang/alisp/distinfo
--- lang/alisp-old/distinfo	Sun Dec 14 19:36:04 2003
+++ lang/alisp/distinfo	Tue Feb 10 13:05:47 2004
@@ -1 +1 @@
-MD5 (alisp-20031205.tar.gz) = c1dc179c5d45dd0b551e62cd6e51dd2c
+MD5 (alisp-20040206.tar.gz) = 28e7f62c399a9b172641596e447dd703
diff -ru lang/alisp-old/pkg-descr lang/alisp/pkg-descr
--- lang/alisp-old/pkg-descr	Sun Sep 28 12:57:20 2003
+++ lang/alisp/pkg-descr	Mon Feb  9 16:25:52 2004
@@ -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 -ru lang/alisp-old/pkg-plist lang/alisp/pkg-plist
--- lang/alisp-old/pkg-plist	Sun Dec 14 19:36:04 2003
+++ lang/alisp/pkg-plist	Mon Feb  9 16:25:52 2004
@@ -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/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/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/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
-- 
Nils M Holm <nmh at t3x.org> -- http://www.t3x.org/nmh/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list