diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-18 05:11:46 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-18 05:11:46 +0000 |
commit | 000f9347c132325dc45953656995a98ea564190f (patch) | |
tree | 928a2d36bdd85987a73caf9591600e15d6558887 /lang/cmucl-extra | |
parent | ae811fdb8b6bffa701b745737a79ca2362352187 (diff) | |
download | FreeBSD-ports-000f9347c132325dc45953656995a98ea564190f.zip FreeBSD-ports-000f9347c132325dc45953656995a98ea564190f.tar.gz |
New port: lang/cmucl-extra
Optional extras for the CMU implementation of Common Lisp.
PR: ports/39250
Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'lang/cmucl-extra')
-rw-r--r-- | lang/cmucl-extra/Makefile | 25 | ||||
-rw-r--r-- | lang/cmucl-extra/distinfo | 1 | ||||
-rw-r--r-- | lang/cmucl-extra/pkg-comment | 1 | ||||
-rw-r--r-- | lang/cmucl-extra/pkg-descr | 11 | ||||
-rw-r--r-- | lang/cmucl-extra/pkg-plist | 12 |
5 files changed, 50 insertions, 0 deletions
diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile new file mode 100644 index 0000000..e064684 --- /dev/null +++ b/lang/cmucl-extra/Makefile @@ -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> diff --git a/lang/cmucl-extra/distinfo b/lang/cmucl-extra/distinfo new file mode 100644 index 0000000..e10faaf --- /dev/null +++ b/lang/cmucl-extra/distinfo @@ -0,0 +1 @@ +MD5 (cmucl-18d-x86-FreeBSD.extra.tar.bz2) = 4783ac9d857c7d6da6387ee07fc06d1e diff --git a/lang/cmucl-extra/pkg-comment b/lang/cmucl-extra/pkg-comment new file mode 100644 index 0000000..1cf3fc0 --- /dev/null +++ b/lang/cmucl-extra/pkg-comment @@ -0,0 +1 @@ +Optional extras for the CMU implementation of Common Lisp diff --git a/lang/cmucl-extra/pkg-descr b/lang/cmucl-extra/pkg-descr new file mode 100644 index 0000000..b2ebc76 --- /dev/null +++ b/lang/cmucl-extra/pkg-descr @@ -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> diff --git a/lang/cmucl-extra/pkg-plist b/lang/cmucl-extra/pkg-plist new file mode 100644 index 0000000..e2e5f58 --- /dev/null +++ b/lang/cmucl-extra/pkg-plist @@ -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 |