View | Details | Raw Unified | Return to bug 71162 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/cmucl/Makefile (-6 / +7 lines)
Lines 7-19 Link Here
7
#
7
#
8
8
9
PORTNAME=	cmucl
9
PORTNAME=	cmucl
10
PORTVERSION=	18e
10
PORTVERSION=	19a
11
CATEGORIES=	lang
11
CATEGORIES=	lang
12
MASTER_SITES=	http://www.pmsf.de/pub/cmucl/release/18e/ \
12
MASTER_SITES=	ftp://ftp.common-lisp.net/pub/project/cmucl/release/19a/ \
13
		ftp://ftp.averillpark.net/cmucl/release/18e/ \
13
		http://www.pmsf.de/pub/cmucl/release/19a/ \
14
		ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/18e/ \
14
		ftp://ftp.averillpark.net/cmucl/release/19a/ \
15
		ftp://ftp.cn.freebsd.org/pub/cmucl/release/18e/
15
		ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19a/ \
16
DISTNAME=	cmucl-18e-x86-freebsd
16
		ftp://ftp.tepus.com/pub/project/cmucl/release/19a/
17
DISTNAME=	cmucl-19a-x86-FreeBSD
17
18
18
MAINTAINER=	cracauer@cons.org
19
MAINTAINER=	cracauer@cons.org
19
COMMENT=	The CMU implementation of Common Lisp
20
COMMENT=	The CMU implementation of Common Lisp
(-)/tmp/cmucl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (cmucl-18e-x86-freebsd.tar.bz2) = 3895ec5b279c11201367a0c70ab5d105
1
MD5 (cmucl-19a-x86-FreeBSD.tar.bz2) = a7c932cac4b45a57553be51ca989e67e
2
SIZE (cmucl-18e-x86-freebsd.tar.bz2) = 6362620
2
SIZE (cmucl-19a-x86-FreeBSD.tar.bz2) = 7164017
(-)/tmp/cmucl/pkg-plist (-4 / +8 lines)
Lines 1-16 Link Here
1
bin/lisp
1
bin/lisp
2
share/doc/cmucl/README
2
share/doc/cmucl/README
3
share/doc/cmucl/release-18e.txt
3
share/doc/cmucl/release-19a.txt
4
lib/cmucl/sample-wrapper
5
lib/cmucl/internals.h
6
lib/cmucl/lisp.nm
4
lib/cmucl/lisp.nm
7
lib/cmucl/lisp.map
5
lib/cmucl/lisp.map
6
lib/cmucl/internals.h
7
lib/cmucl/internals.inc
8
lib/cmucl/sample-wrapper
8
lib/cmucl/lib/lisp.core
9
lib/cmucl/lib/lisp.core
10
lib/cmucl/lib/load-foreign.csh
9
lib/cmucl/lib/config
11
lib/cmucl/lib/config
10
lib/cmucl/lib/config.lisp
12
lib/cmucl/lib/config.lisp
11
lib/cmucl/lib/load-foreign.csh
12
lib/cmucl/lib/generic-site.lisp
13
lib/cmucl/lib/generic-site.lisp
13
lib/cmucl/lib/subsystems/gray-streams-library.x86f
14
lib/cmucl/lib/subsystems/gray-streams-library.x86f
15
lib/cmucl/lib/subsystems/gray-compat-library.x86f
16
lib/cmucl/lib/subsystems/simple-streams-library.x86f
17
lib/cmucl/lib/subsystems/iodefs-library.x86f
14
@dirrm lib/cmucl/lib/subsystems
18
@dirrm lib/cmucl/lib/subsystems
15
@dirrm lib/cmucl/lib
19
@dirrm lib/cmucl/lib
16
@dirrm lib/cmucl
20
@dirrm lib/cmucl

Return to bug 71162