Update to version 19a.
PR: ports/71162 Submitted by: MOROHOSHI Akihiko <moro at remus dot dti dot ne dot jp> Approved by: maintainer
This commit is contained in:
parent
16ddee7db1
commit
cb7d0d8878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117987
5 changed files with 28 additions and 19 deletions
|
@ -5,11 +5,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmucl-extra
|
||||
PORTVERSION= 18e
|
||||
PORTVERSION= 19a
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
DISTNAME= cmucl-18e-x86-freebsd.extra
|
||||
MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/19a/ \
|
||||
http://www.pmsf.de/pub/cmucl/release/19a/ \
|
||||
ftp://ftp.averillpark.net/cmucl/release/19a/ \
|
||||
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19a/ \
|
||||
ftp://ftp.tepus.com/pub/project/cmucl/release/19a/
|
||||
DISTNAME= cmucl-19a-x86-FreeBSD.extra
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= sf@slappy.org
|
||||
|
@ -30,6 +33,7 @@ LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
|||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/lib/cmucl
|
||||
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
|
||||
cd ${WRKDIR} && ${FIND} lib | \
|
||||
${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cmucl-18e-x86-freebsd.extra.tar.bz2) = 50b9094f6c356b622fb4e09e644689cc
|
||||
SIZE (cmucl-18e-x86-freebsd.extra.tar.bz2) = 3300030
|
||||
MD5 (cmucl-19a-x86-FreeBSD.extra.tar.bz2) = b96b4f758dbe5d8f096b64875c8940ca
|
||||
SIZE (cmucl-19a-x86-FreeBSD.extra.tar.bz2) = 2279419
|
||||
|
|
|
@ -7,13 +7,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= cmucl
|
||||
PORTVERSION= 18e
|
||||
PORTVERSION= 19a
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.pmsf.de/pub/cmucl/release/18e/ \
|
||||
ftp://ftp.averillpark.net/cmucl/release/18e/ \
|
||||
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/18e/ \
|
||||
ftp://ftp.cn.freebsd.org/pub/cmucl/release/18e/
|
||||
DISTNAME= cmucl-18e-x86-freebsd
|
||||
MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/19a/ \
|
||||
http://www.pmsf.de/pub/cmucl/release/19a/ \
|
||||
ftp://ftp.averillpark.net/cmucl/release/19a/ \
|
||||
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19a/ \
|
||||
ftp://ftp.tepus.com/pub/project/cmucl/release/19a/
|
||||
DISTNAME= cmucl-19a-x86-FreeBSD
|
||||
|
||||
MAINTAINER= cracauer@cons.org
|
||||
COMMENT= The CMU implementation of Common Lisp
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cmucl-18e-x86-freebsd.tar.bz2) = 3895ec5b279c11201367a0c70ab5d105
|
||||
SIZE (cmucl-18e-x86-freebsd.tar.bz2) = 6362620
|
||||
MD5 (cmucl-19a-x86-FreeBSD.tar.bz2) = a7c932cac4b45a57553be51ca989e67e
|
||||
SIZE (cmucl-19a-x86-FreeBSD.tar.bz2) = 7164017
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
bin/lisp
|
||||
share/doc/cmucl/README
|
||||
share/doc/cmucl/release-18e.txt
|
||||
lib/cmucl/sample-wrapper
|
||||
lib/cmucl/internals.h
|
||||
share/doc/cmucl/release-19a.txt
|
||||
lib/cmucl/lisp.nm
|
||||
lib/cmucl/lisp.map
|
||||
lib/cmucl/internals.h
|
||||
lib/cmucl/internals.inc
|
||||
lib/cmucl/sample-wrapper
|
||||
lib/cmucl/lib/lisp.core
|
||||
lib/cmucl/lib/load-foreign.csh
|
||||
lib/cmucl/lib/config
|
||||
lib/cmucl/lib/config.lisp
|
||||
lib/cmucl/lib/load-foreign.csh
|
||||
lib/cmucl/lib/generic-site.lisp
|
||||
lib/cmucl/lib/subsystems/gray-streams-library.x86f
|
||||
lib/cmucl/lib/subsystems/gray-compat-library.x86f
|
||||
lib/cmucl/lib/subsystems/simple-streams-library.x86f
|
||||
lib/cmucl/lib/subsystems/iodefs-library.x86f
|
||||
@dirrm lib/cmucl/lib/subsystems
|
||||
@dirrm lib/cmucl/lib
|
||||
@dirrm lib/cmucl
|
||||
|
|
Loading…
Reference in a new issue