diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 03:28:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 03:28:23 +0000 |
commit | b65bbf6a151c92f425cb871711bdb52f67c0f2fb (patch) | |
tree | 82981df5e5281aa84235869d78354c1e2278826b | |
parent | Add p5-Mail-RFC822-Address 0.3, a perl5 module to validate RFC822 (diff) |
Add cl-asdf-clisp 2003.05.16, a system definition facility for
Common Lisp.
PR: 52360
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes:
svn path=/head/; revision=82121
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cl-asdf-clisp/Makefile | 36 | ||||
-rw-r--r-- | devel/cl-asdf-clisp/pkg-descr | 11 | ||||
-rw-r--r-- | devel/cl-asdf-clisp/pkg-plist | 3 |
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b2e00fca5272..a7ab892bb8f3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -97,6 +97,7 @@ SUBDIR += cflow2vcg SUBDIR += chora SUBDIR += cl-asdf + SUBDIR += cl-asdf-clisp SUBDIR += clanlib SUBDIR += clig SUBDIR += clint diff --git a/devel/cl-asdf-clisp/Makefile b/devel/cl-asdf-clisp/Makefile new file mode 100644 index 000000000000..8ccbb97cc227 --- /dev/null +++ b/devel/cl-asdf-clisp/Makefile @@ -0,0 +1,36 @@ +# New ports collection Makefile for: cl-asdf-sbcl +# Date created: 10 May 2003 +# Whom: Henrik Motakef <henrik.motakef@web.de> +# +# $FreeBSD$ + +PORTNAME= asdf +PORTVERSION= 2003.05.16 +CATEGORIES= devel +MASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/asdf/ +PKGNAMEPREFIX= cl- +PKGNAMESUFFIX= -clisp +DISTFILES= # use installed sources from CL_LIBDIR +EXTRACT_ONLY= # use installed sources from CL_LIBDIR + +MAINTAINER= henrik.motakef@web.de +COMMENT= A system definition facility for Common Lisp + +BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf \ + clisp:${PORTSDIR}/lang/clisp +RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf \ + clisp:${PORTSDIR}/lang/clisp + +post-extract: + ${MKDIR} ${WRKSRC} + +do-build: + clisp -q -ansi -norc \ + -c ${PREFIX}/lib/common-lisp/asdf/asdf.lisp -o ${WRKSRC}/asdf.fasl \ + -c ${PREFIX}/lib/common-lisp/asdf/wild-modules.lisp -o ${WRKSRC}/wild-modules.fasl + +do-install: + ${MKDIR} ${PREFIX}/lib/common-lisp/asdf/clispfasl + ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/asdf/clispfasl + +.include <bsd.port.mk> diff --git a/devel/cl-asdf-clisp/pkg-descr b/devel/cl-asdf-clisp/pkg-descr new file mode 100644 index 000000000000..f586a4d10133 --- /dev/null +++ b/devel/cl-asdf-clisp/pkg-descr @@ -0,0 +1,11 @@ +asdf is Another System Definition Facility for Common Lisp. It intends +to solve the same class of problems as mk-defsystem - compiling and +installing Lisp libraries -, but internally it takes advantage of +modern CL features like pathname support etc., and uses CLOS for +extensibility. + +This package installs binaries compiled for CLISP. + +WWW: http://www.cliki.net/asdf + +- Henrik Motakef diff --git a/devel/cl-asdf-clisp/pkg-plist b/devel/cl-asdf-clisp/pkg-plist new file mode 100644 index 000000000000..9c82491b042c --- /dev/null +++ b/devel/cl-asdf-clisp/pkg-plist @@ -0,0 +1,3 @@ +lib/common-lisp/asdf/clispfasl/asdf.fasl +lib/common-lisp/asdf/clispfasl/wild-modules.fasl +@dirrm lib/common-lisp/asdf/clispfasl |