summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 09:53:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 09:53:36 +0000
commitb3322115461a320f768549b703bf30d27a43f433 (patch)
treec70325f5bc4844a7a35dfef9f65080938c61dc7e /devel
parentNew Port: Portable Perl-Compatible Regexps for Common Lisp (diff)
New Port: Splitting Common Lisp sequences
A small utility to split Common Lisp sequences. Depends on the previously submitted ASDF port. This port installs the source files and the .asd file (which is similar to a Makefile of a pkg-config script). There are other ports for the binaries for each supported Lisp system. PR: ports/52373 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89623
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/cl-split-sequence/Makefile34
-rw-r--r--devel/cl-split-sequence/distinfo1
-rw-r--r--devel/cl-split-sequence/pkg-descr8
-rw-r--r--devel/cl-split-sequence/pkg-plist4
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2e761b2a4c79..926e4a6f4908 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -106,6 +106,7 @@
SUBDIR += cl-asdf-cmucl
SUBDIR += cl-asdf-sbcl
SUBDIR += cl-port
+ SUBDIR += cl-split-sequence
SUBDIR += clanlib
SUBDIR += clig
SUBDIR += clint
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