New port: lang/cmucl-extra
Optional extras for the CMU implementation of Common Lisp. PR: ports/39250 Submitted by: Scott Flatman <sf@dsinw.com>
This commit is contained in:
parent
d526c3f16f
commit
ac4750b416
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73371
@ -18,6 +18,7 @@
|
||||
SUBDIR += clips
|
||||
SUBDIR += clisp
|
||||
SUBDIR += cmucl
|
||||
SUBDIR += cmucl-extra
|
||||
SUBDIR += compaq-cc
|
||||
SUBDIR += crossgo32-f77
|
||||
SUBDIR += cu-prolog
|
||||
|
25
lang/cmucl-extra/Makefile
Normal file
25
lang/cmucl-extra/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: cmucl-extra
|
||||
# Date created: 13 June 2002
|
||||
# Whom: Scott Flatman <sf@dsinw.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmucl-extra
|
||||
PORTVERSION= 18d
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://cvs2.cons.org/pub/lisp/cmucl/release/18d/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cracauer
|
||||
DISTNAME= cmucl-18d-x86-FreeBSD.extra
|
||||
|
||||
MAINTAINER= sf@dsinw.com
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/lib/cmucl
|
||||
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
|
||||
|
||||
.include <bsd.port.mk>
|
1
lang/cmucl-extra/distinfo
Normal file
1
lang/cmucl-extra/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cmucl-18d-x86-FreeBSD.extra.tar.bz2) = 4783ac9d857c7d6da6387ee07fc06d1e
|
1
lang/cmucl-extra/pkg-comment
Normal file
1
lang/cmucl-extra/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Optional extras for the CMU implementation of Common Lisp
|
11
lang/cmucl-extra/pkg-descr
Normal file
11
lang/cmucl-extra/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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)
|
||||
|
||||
WWW: http://www.cons.org/cmucl/
|
||||
|
||||
- Scott Flatman <sf@dsinw.com>
|
12
lang/cmucl-extra/pkg-plist
Normal file
12
lang/cmucl-extra/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
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/motifd
|
||||
lib/cmucl/lib/subsystems/hemlock-library.x86f
|
||||
lib/cmucl/lib/subsystems/clx-library.x86f
|
||||
lib/cmucl/lib/subsystems/clm-library.x86f
|
||||
@dirrm lib/cmucl/lib/subsystems
|
||||
@dirrm lib/cmucl/lib
|
||||
@dirrm lib/cmucl
|
Loading…
Reference in New Issue
Block a user