diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-22 11:11:25 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-22 11:11:25 +0000 |
commit | a6a9eda82cfd474b95694983c495c5e5d067eea0 (patch) | |
tree | eaff25bb98346386e1e3545b4bb116882d3fa9bb /lang | |
parent | 08d28a3d02d2a7edc76c3002ddec0fbda7ae35b4 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/alisp/Makefile | 4 | ||||
-rw-r--r-- | lang/alisp/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index e031774d7d14..6a66a70dd7ef 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -8,9 +8,9 @@ PORTNAME= alisp PORTVERSION= 20040924 CATEGORIES= lang devel lisp -MASTER_SITES= http://t3x.dyndns.org/files/ +MASTER_SITES= http://www.holm-und-jeschag.de/files/ -MAINTAINER= nmh@t3x.org +MAINTAINER= nils@holm-und-jeschag.de COMMENT= A tail-recursive interpreter for purely symbolic LISP BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr index 8dd342a0ee0c..a0281d6744aa 100644 --- a/lang/alisp/pkg-descr +++ b/lang/alisp/pkg-descr @@ -4,5 +4,3 @@ considered an implementation of pure LISP (plus DEFINE and DEFUN). This package contains the ArrowLISP interpreter and library, the reference manual, and some example programs. - -WWW: http://www.t3x.org/LISP/ALISP |