diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-18 13:11:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-18 13:11:46 +0800 |
commit | 000f9347c132325dc45953656995a98ea564190f (patch) | |
tree | 928a2d36bdd85987a73caf9591600e15d6558887 /lang | |
parent | ae811fdb8b6bffa701b745737a79ca2362352187 (diff) | |
download | freebsd-ports-gnome-000f9347c132325dc45953656995a98ea564190f.tar.gz freebsd-ports-gnome-000f9347c132325dc45953656995a98ea564190f.tar.zst freebsd-ports-gnome-000f9347c132325dc45953656995a98ea564190f.zip |
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')
-rw-r--r-- | lang/Makefile | 1 | ||||
-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 |
6 files changed, 51 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f6337dfd7b96..a9513757be29 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -18,6 +18,7 @@ SUBDIR += clips SUBDIR += clisp SUBDIR += cmucl + SUBDIR += cmucl-extra SUBDIR += compaq-cc SUBDIR += crossgo32-f77 SUBDIR += cu-prolog diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile new file mode 100644 index 000000000000..e0646845124b --- /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 000000000000..e10faafaf375 --- /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 000000000000..1cf3fc0b9c94 --- /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 000000000000..b2ebc766864c --- /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 000000000000..e2e5f58491a6 --- /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 |