diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-28 09:53:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-28 09:53:36 +0000 |
commit | b3322115461a320f768549b703bf30d27a43f433 (patch) | |
tree | c70325f5bc4844a7a35dfef9f65080938c61dc7e /devel/cl-split-sequence | |
parent | a5432df574dd1eb5cfacd49250cf8aa7d296c916 (diff) |
Notes
Diffstat (limited to 'devel/cl-split-sequence')
-rw-r--r-- | devel/cl-split-sequence/Makefile | 34 | ||||
-rw-r--r-- | devel/cl-split-sequence/distinfo | 1 | ||||
-rw-r--r-- | devel/cl-split-sequence/pkg-descr | 8 | ||||
-rw-r--r-- | devel/cl-split-sequence/pkg-plist | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/devel/cl-split-sequence/Makefile b/devel/cl-split-sequence/Makefile new file mode 100644 index 000000000000..af72f7ea18e2 --- /dev/null +++ b/devel/cl-split-sequence/Makefile @@ -0,0 +1,34 @@ +# New ports collection Makefile for: cl-split-sequence +# Date created: 10 May 2003 +# Whom: Henrik Motakef <henrik.motakef@web.de> +# +# $FreeBSD$ + +PORTNAME= split-sequence +PORTVERSION= 20011114.1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ + ftp://ftp.ntnu.no/pub/lisp/cclan/ \ + ftp://www.aarg.net/pub/cclan/ \ + http://thingamy.com/cclan/ \ + http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ +PKGNAMEPREFIX= cl- +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= henrik.motakef@web.de +COMMENT= Partinitoning Common Lisp sequences + +BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf +RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf + +WRKSRC= ${WRKDIR}/${PORTNAME} +NO_BUILD= yes +CL_LIBDIR= ${PREFIX}/lib/common-lisp + +do-install: + ${MKDIR} ${CL_LIBDIR}/split-sequence + ${INSTALL_DATA} ${WRKSRC}/split-sequence.lisp ${CL_LIBDIR}/split-sequence/ + ${INSTALL_DATA} ${WRKSRC}/split-sequence.asd ${CL_LIBDIR}/split-sequence/ + ${LN} -s ${CL_LIBDIR}/split-sequence/split-sequence.asd ${CL_LIBDIR}/system-registry/split-sequence.asd + +.include <bsd.port.mk> diff --git a/devel/cl-split-sequence/distinfo b/devel/cl-split-sequence/distinfo new file mode 100644 index 000000000000..4d711e2bd8b7 --- /dev/null +++ b/devel/cl-split-sequence/distinfo @@ -0,0 +1 @@ +MD5 (split-sequence_20011114.1.tar.gz) = 16f2c1ca5ac8c30e753d1a0c2d38e690 diff --git a/devel/cl-split-sequence/pkg-descr b/devel/cl-split-sequence/pkg-descr new file mode 100644 index 000000000000..7f0ca707f9d9 --- /dev/null +++ b/devel/cl-split-sequence/pkg-descr @@ -0,0 +1,8 @@ +split-sequence is a small library to split sequences in to a list of +subsequences delimited by an object satisfying a test function. It is +a member of the Common Lisp Utilities family of programs, designed by +community consensus. + +WWW: http://www.cliki.net/SPLIT-SEQUENCE + +-- Henrik Motakef diff --git a/devel/cl-split-sequence/pkg-plist b/devel/cl-split-sequence/pkg-plist new file mode 100644 index 000000000000..c2808e86d293 --- /dev/null +++ b/devel/cl-split-sequence/pkg-plist @@ -0,0 +1,4 @@ +lib/common-lisp/split-sequence/split-sequence.lisp +lib/common-lisp/split-sequence/split-sequence.asd +lib/common-lisp/system-registry/split-sequence.asd +@dirrm lib/common-lisp/split-sequence |