Bug 77413 - lang/alisp: Maintainer Update
Summary: lang/alisp: Maintainer Update
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-02-12 08:50 UTC by Nils M Holm
Modified: 2005-02-13 16:34 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-02-12 08:50:20 UTC
Update to version 20050212.
Added M-Expression compiler and examples.
Updated documentation.

Fix: 

-- 
Nils M Holm <nmh@t3x.org> -- http://www.holm-und-jeschag.de/nils--x7yntR0X7t5tQ3Cnvnn0uPzbngrxEk472Y2qlr2FyX11In0V
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 Jan 24 17:03:32 2005
+++ lang/alisp/Makefile	Sat Feb 12 09:42:17 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	alisp
-PORTVERSION=	20050124
+PORTVERSION=	20050212
 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	Mon Jan 24 17:03:32 2005
+++ lang/alisp/distinfo	Sat Feb 12 09:41:54 2005
@@ -1,2 +1,2 @@
-MD5 (alisp-20050124.tar.gz) = 7e57d9e0542b841a4b3fb5faa837cda9
-SIZE (alisp-20050124.tar.gz) = 112051
+MD5 (alisp-20050212.tar.gz) = e2a2d3e85e1bdd384192e5d9bea3c1b1
+SIZE (alisp-20050212.tar.gz) = 119490
diff -ru lang/alisp-old/pkg-descr lang/alisp/pkg-descr
--- lang/alisp-old/pkg-descr	Mon Jan 24 17:03:32 2005
+++ lang/alisp/pkg-descr	Sat Feb 12 09:41:54 2005
@@ -3,7 +3,6 @@
 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: www.t3x.org/scipl/
+reference manual, and example programs.
 
+WWW: http://www.t3x.org/scipl/
diff -ru lang/alisp-old/pkg-plist lang/alisp/pkg-plist
--- lang/alisp-old/pkg-plist	Tue Oct 12 00:58:30 2004
+++ lang/alisp/pkg-plist	Sat Feb 12 09:41:54 2005
@@ -152,6 +152,11 @@
 share/alisp/src/hanoi.l
 share/alisp/src/infix.l
 share/alisp/src/lvrename.l
+share/alisp/src/mexpr-append.m
+share/alisp/src/mexpr-fac.m
+share/alisp/src/mexpr-hanoi.m
+share/alisp/src/mexpr-queens.m
+share/alisp/src/mexprc.l
 share/alisp/src/prefix.l
 share/alisp/src/prolog.l
 share/alisp/src/queens.l
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-13 16:34:18 UTC
State Changed
From-To: open->closed

Committed, thanks!