Update to CMUCL version 18d. Use bzip2 distfiles.
This is my first commit after some pause. Newest portlint is happy, the usual procedure of package and port install/deinstall, the compare /usr/local is happy, too. Hope I didn't forget anything else.
This commit is contained in:
parent
64e4eb71d2
commit
b96bf6c412
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57761
3 changed files with 16 additions and 10 deletions
|
@ -7,26 +7,25 @@
|
|||
#
|
||||
|
||||
PORTNAME= cmucl
|
||||
PORTVERSION= 18c
|
||||
PORTVERSION= 18d
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \
|
||||
ftp://ftp2.cons.org/pub/languages/lisp/cmucl/release/18c/ \
|
||||
http://www2.cons.org:8000/ftp-area/cmucl/release/18c/ \
|
||||
MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cracauer
|
||||
DISTNAME= cmucl-18c.x86.freebsd41
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTNAME= cmucl-18d-x86-FreeBSD
|
||||
|
||||
MAINTAINER= cracauer@cons.org
|
||||
|
||||
USE_BZIP2= YES
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
MAN1= lisp.1 cmucl.1
|
||||
|
||||
do-install:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
|
||||
-${MKDIR} ${PREFIX}/lib/cmucl
|
||||
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX}/lib/cmucl && tar fx -)
|
||||
(cd ${WRKDIR} && tar fc - lib ) | (cd ${PREFIX} && tar fx -)
|
||||
-${MKDIR} ${PREFIX}/share/doc/cmucl
|
||||
(cd ${WRKDIR} && tar fc - doc) | (cd ${PREFIX}/share && tar fx -)
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \
|
||||
${PREFIX}/man/man1
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cmucl-18c.x86.freebsd41.tgz) = 60e2ceec66178fddcf68130238d3dbdc
|
||||
MD5 (cmucl-18d-x86-FreeBSD.tar.bz2) = 43662f784a205ddf2bcbfb0876353811
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
bin/lisp
|
||||
share/doc/cmucl/README
|
||||
share/doc/cmucl/release-18d.txt
|
||||
lib/cmucl/sample-wrapper
|
||||
lib/cmucl/internals.h
|
||||
lib/cmucl/lisp.nm
|
||||
lib/cmucl/lisp.map
|
||||
lib/cmucl/lib/lisp.core
|
||||
lib/cmucl/lib/config
|
||||
lib/cmucl/lib/config.lisp
|
||||
lib/cmucl/lib/load-foreign.csh
|
||||
lib/cmucl/lib/site-init.lisp
|
||||
lib/cmucl/lib/generic-site.lisp
|
||||
lib/cmucl/lib/subsystems/gray-streams-library.x86f
|
||||
@dirrm lib/cmucl/lib/subsystems
|
||||
@dirrm lib/cmucl/lib
|
||||
@dirrm lib/cmucl
|
||||
@dirrm share/doc/cmucl
|
||||
|
|
Loading…
Reference in a new issue