summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:35:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:35:56 +0000
commit71bd6fe7e50444d7b647d9b550466e507925076d (patch)
tree42f9de2a24cad216229e8561226d8c95b92563dd
parentNew Port: Splitting Common Lisp Sequences (SBCL Binaries) (diff)
New Port: Splitting Common Lisp Sequences (CMUCL Binaries)
split-sequence binaries for lang/cmucl PR: ports/52375 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89641
-rw-r--r--devel/Makefile1
-rw-r--r--devel/cl-split-sequence-cmucl/Makefile41
-rw-r--r--devel/cl-split-sequence-cmucl/pkg-descr8
-rw-r--r--devel/cl-split-sequence-cmucl/pkg-plist2
4 files changed, 52 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fd24675a158a..a83983cb9935 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -109,6 +109,7 @@
SUBDIR += cl-port-cmucl
SUBDIR += cl-port-sbcl
SUBDIR += cl-split-sequence
+ SUBDIR += cl-split-sequence-cmucl
SUBDIR += cl-split-sequence-sbcl
SUBDIR += clanlib
SUBDIR += clig
diff --git a/devel/cl-split-sequence-cmucl/Makefile b/devel/cl-split-sequence-cmucl/Makefile
new file mode 100644
index 000000000000..1334a5d75aa1
--- /dev/null
+++ b/devel/cl-split-sequence-cmucl/Makefile
@@ -0,0 +1,41 @@
+# New ports collection Makefile for: cl-split-sequence-cmucl
+# Date created: 12. 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-
+PKGNAMESUFFIX= -cmucl
+DISTFILES= # use installed sources from CL_LIBDIR
+EXTRACT_ONLY= # use installed sources from CL_LIBDIR
+
+MAINTAINER= henrik.motakef@web.de
+COMMENT= Partinitoning Common Lisp sequences
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \
+ ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
+ lisp:${PORTSDIR}/lang/cmucl
+RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \
+ ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
+ lisp:${PORTSDIR}/lang/cmucl
+
+do-build:
+ WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
+ lisp -nositeinit -noinit \
+ -load ${LOCALBASE}/etc/asdf-init.lisp \
+ -eval "(asdf:oos 'asdf:compile-op :split-sequence)" \
+ -eval "(quit)"
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl
+ ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl/
+
+.include <bsd.port.mk>
diff --git a/devel/cl-split-sequence-cmucl/pkg-descr b/devel/cl-split-sequence-cmucl/pkg-descr
new file mode 100644
index 000000000000..7f0ca707f9d9
--- /dev/null
+++ b/devel/cl-split-sequence-cmucl/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-cmucl/pkg-plist b/devel/cl-split-sequence-cmucl/pkg-plist
new file mode 100644
index 000000000000..49bdf4ce16c7
--- /dev/null
+++ b/devel/cl-split-sequence-cmucl/pkg-plist
@@ -0,0 +1,2 @@
+lib/common-lisp/split-sequence/cmuclfasl/split-sequence.fasl
+@dirrm lib/common-lisp/split-sequence/cmuclfasl