Bug 76617 - Maintainer update: lang/alisp
Summary: Maintainer update: lang/alisp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 12:20 UTC by Nils M Holm
Modified: 2005-01-24 16:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nils M Holm 2005-01-24 12:20:26 UTC
- Update to version 20050124
- The interpreter now supports both lexical and dynamic scoping
- Added WWW pages

Note: The web pages are currently about a LISP book, but some ArrowLISP
stuff will be added soon. Feel free to delete the WWW line for now, if
you think that it is not appropriate.

Fix: 

-- 
Nils M Holm <nmh@t3x.org> -- http://www.holm-und-jeschag.de/nils--3pprdKZXNJ8QqR3vOIu3GcX5ePugGvI6myRX8hzfmvOEfobu
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ru lang/alisp-old/Makefile lang/alisp/Makefile
--- lang/alisp-old/Makefile	Mon Nov 22 12:11:25 2004
+++ lang/alisp/Makefile	Mon Jan 24 13:05:01 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	alisp
-PORTVERSION=	20040924
+PORTVERSION=	20050124
 CATEGORIES=	lang devel lisp
 MASTER_SITES=	http://www.holm-und-jeschag.de/files/
 
diff -ru lang/alisp-old/distinfo lang/alisp/distinfo
--- lang/alisp-old/distinfo	Tue Oct 12 00:58:30 2004
+++ lang/alisp/distinfo	Mon Jan 24 13:06:12 2005
@@ -1,2 +1,2 @@
-MD5 (alisp-20040924.tar.gz) = 8b93abe0f08f19e41a4e5e7e02548a8f
-SIZE (alisp-20040924.tar.gz) = 111428
+MD5 (alisp-20050124.tar.gz) = 7e57d9e0542b841a4b3fb5faa837cda9
+SIZE (alisp-20050124.tar.gz) = 112051
diff -ru lang/alisp-old/pkg-descr lang/alisp/pkg-descr
--- lang/alisp-old/pkg-descr	Mon Nov 22 12:11:25 2004
+++ lang/alisp/pkg-descr	Mon Jan 24 13:04:44 2005
@@ -4,3 +4,6 @@
 
 This package contains the ArrowLISP interpreter and library, the
 reference manual, and some example programs.
+
+WWW: www.t3x.org/scipl/
+
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-24 16:03:39 UTC
State Changed
From-To: open->closed

Committed, thanks!