mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to 18e.
- Fix spaces -> tabs, so portlint doesn't complain. PR: ports/51260 Submitted by: maintainer Approved by: roberto(mentor)
This commit is contained in:
parent
1ccd2c1a18
commit
8ff59cc55c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80910
@ -4,24 +4,32 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmucl-extra
|
||||
PORTVERSION= 18d
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://cvs2.cons.org/pub/lisp/cmucl/release/18d/ \
|
||||
PORTNAME= cmucl-extra
|
||||
PORTVERSION= 18e
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cracauer
|
||||
DISTNAME= cmucl-18d-x86-FreeBSD.extra
|
||||
DISTNAME= cmucl-18e-x86-freebsd.extra
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= sf@slappy.org
|
||||
COMMENT= Optional extras for the CMU implementation of Common Lisp
|
||||
|
||||
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_BZIP2= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/lib/cmucl
|
||||
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cmucl-18d-x86-FreeBSD.extra.tar.bz2) = 4783ac9d857c7d6da6387ee07fc06d1e
|
||||
MD5 (cmucl-18e-x86-freebsd.extra.tar.bz2) = 50b9094f6c356b622fb4e09e644689cc
|
||||
|
@ -3,9 +3,8 @@ Optional extras for the CMU implementation of Common Lisp.
|
||||
Optional packages for graphical user interfaces and other Common Lisp
|
||||
applications and libraries are are on:
|
||||
|
||||
ftp://ftp2.cons.org/pub/lisp/cmucl/binaries/ (binaries)
|
||||
ftp://ftp2.cons.org/pub/lisp/cmucl/ports/ (source)
|
||||
ftp://cmucl.cons.org/pub/lisp/cmucl/
|
||||
|
||||
WWW: http://www.cons.org/cmucl/
|
||||
|
||||
- Scott Flatman <sf@dsinw.com>
|
||||
- Scott Flatman <sf@slappy.org>
|
||||
|
@ -1,12 +1,9 @@
|
||||
lib/cmucl/lib/mh-scan
|
||||
lib/cmucl/lib/hemlock11.mask
|
||||
lib/cmucl/lib/hemlock11.cursor
|
||||
lib/cmucl/lib/XKeysymDB
|
||||
lib/cmucl/lib/spell-dictionary.bin
|
||||
lib/cmucl/lib/hemlock11.cursor
|
||||
lib/cmucl/lib/hemlock11.mask
|
||||
lib/cmucl/lib/mh-scan
|
||||
lib/cmucl/lib/motifd
|
||||
lib/cmucl/lib/subsystems/hemlock-library.x86f
|
||||
lib/cmucl/lib/subsystems/clx-library.x86f
|
||||
lib/cmucl/lib/spell-dictionary.bin
|
||||
lib/cmucl/lib/subsystems/clm-library.x86f
|
||||
@dirrm lib/cmucl/lib/subsystems
|
||||
@dirrm lib/cmucl/lib
|
||||
@dirrm lib/cmucl
|
||||
lib/cmucl/lib/subsystems/clx-library.x86f
|
||||
lib/cmucl/lib/subsystems/hemlock-library.x86f
|
||||
|
Loading…
Reference in New Issue
Block a user