ports/51259: Update lang/cmucl

Scott Flatman sf at slappy.org
Tue Apr 22 00:20:12 UTC 2003


>Number:         51259
>Category:       ports
>Synopsis:       update cmucl to 18e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 17:20:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
update cmucl to 18e
	
>How-To-Repeat:
>Fix:

--- patch- begins here ---
diff -ruN cmucl.orig/Makefile cmucl/Makefile
--- cmucl.orig/Makefile	Wed Mar 12 21:52:06 2003
+++ cmucl/Makefile	Mon Apr 21 16:36:37 2003
@@ -7,12 +7,12 @@
 #
 
 PORTNAME=	cmucl
-PORTVERSION=	18d
+PORTVERSION=	18e
 CATEGORIES=	lang
-MASTER_SITES=	http://www2.cons.org/freebsd-distfiles/ \
+MASTER_SITES=	ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \
 		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	cracauer
-DISTNAME=	cmucl-18d-x86-FreeBSD
+DISTNAME=	cmucl-18e-x86-freebsd
+EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	cracauer at cons.org
 COMMENT=	The CMU implementation of Common Lisp
diff -ruN cmucl.orig/distinfo cmucl/distinfo
--- cmucl.orig/distinfo	Tue Apr 16 10:08:31 2002
+++ cmucl/distinfo	Mon Apr 21 16:17:12 2003
@@ -1 +1 @@
-MD5 (cmucl-18d-x86-FreeBSD.tar.bz2) = 43662f784a205ddf2bcbfb0876353811
+MD5 (cmucl-18e-x86-freebsd.tar.bz2) = 3895ec5b279c11201367a0c70ab5d105
diff -ruN cmucl.orig/pkg-descr cmucl/pkg-descr
--- cmucl.orig/pkg-descr	Sun Jun 24 13:29:32 2001
+++ cmucl/pkg-descr	Mon Apr 21 16:31:29 2003
@@ -2,8 +2,8 @@
 
 First-aid documentation is in the manpages lisp(1) and cmucl(1) and
 via the normal Common Lisp documentation runtime functions (describe
-...)  (documentation ...)  and (apropos ...).  The WWW homepage contains
-a pointer to a real user manual.
+...)  (documentation ...)  and (apropos ...).  The WWW homepage
+contains a pointer to a real user manual.
 
 CMUCL's strength in comparison with other Lisp systems (or most other
 dynamic language implementations in general) is its highly optimizing
@@ -14,9 +14,9 @@
 prevent compilation to efficient code.
 
 Optional packages for graphical user interfaces and other Common Lisp
-applications and libraries (Eg. the "Hemlock" Editor) are on
-ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ (FreeBSD-Binaries)
-and ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ (source).
+applications, libraries (Eg. the "Hemlock" Editor), and source are on
+ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/. The extras have
+their own FreeBSD port, see /usr/ports/lang/cmucl-extra/.
 
 WWW: http://www.cons.org/cmucl/
 
diff -ruN cmucl.orig/pkg-plist cmucl/pkg-plist
--- cmucl.orig/pkg-plist	Tue Apr 16 10:08:31 2002
+++ cmucl/pkg-plist	Mon Apr 21 16:36:08 2003
@@ -1,15 +1,15 @@
 bin/lisp
 share/doc/cmucl/README
-share/doc/cmucl/release-18d.txt
-lib/cmucl/sample-wrapper
+share/doc/cmucl/release-18e.txt
 lib/cmucl/internals.h
-lib/cmucl/lisp.nm
 lib/cmucl/lisp.map
-lib/cmucl/lib/lisp.core
+lib/cmucl/lisp.nm
+lib/cmucl/sample-wrapper
 lib/cmucl/lib/config
 lib/cmucl/lib/config.lisp
-lib/cmucl/lib/load-foreign.csh
 lib/cmucl/lib/generic-site.lisp
+lib/cmucl/lib/lisp.core
+lib/cmucl/lib/load-foreign.csh
 lib/cmucl/lib/subsystems/gray-streams-library.x86f
 @dirrm lib/cmucl/lib/subsystems
 @dirrm lib/cmucl/lib
--- patch- ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
 



More information about the freebsd-ports-bugs mailing list