From 99f202e9f8996dbc842aeee1a9ebc6119cea2f97 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Sep 2003 10:34:41 +0000 Subject: New Port: Splitting Common Lisp Sequences (SBCL Binaries) split-sequence binaries for lang/sbcl PR: ports/52374 Submitted by: Henrik Motakef --- devel/cl-split-sequence-sbcl/Makefile | 41 ++++++++++++++++++++++++++++++++++ devel/cl-split-sequence-sbcl/pkg-descr | 8 +++++++ devel/cl-split-sequence-sbcl/pkg-plist | 2 ++ 3 files changed, 51 insertions(+) create mode 100644 devel/cl-split-sequence-sbcl/Makefile create mode 100644 devel/cl-split-sequence-sbcl/pkg-descr create mode 100644 devel/cl-split-sequence-sbcl/pkg-plist (limited to 'devel/cl-split-sequence-sbcl') diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile new file mode 100644 index 000000000000..dbd5a523db45 --- /dev/null +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -0,0 +1,41 @@ +# New ports collection Makefile for: cl-split-sequence-sbcl +# Date created: 12 May 2003 +# Whom: Henrik Motakef +# +# $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= -sbcl +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/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \ + sbcl:${PORTSDIR}/lang/sbcl +RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ + ${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \ + sbcl:${PORTSDIR}/lang/sbcl + +do-build: + FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \ + sbcl --noinform --userinit /dev/null \ + --eval '#.(load "${LOCALBASE}/etc/asdf-init")' \ + --eval "(asdf:oos 'asdf:compile-op :split-sequence)" \ + --eval "(quit)" + +do-install: + ${MKDIR} ${PREFIX}/lib/common-lisp/split-sequence/sbclfasl + ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/split-sequence/sbclfasl/ + +.include diff --git a/devel/cl-split-sequence-sbcl/pkg-descr b/devel/cl-split-sequence-sbcl/pkg-descr new file mode 100644 index 000000000000..7f0ca707f9d9 --- /dev/null +++ b/devel/cl-split-sequence-sbcl/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-sbcl/pkg-plist b/devel/cl-split-sequence-sbcl/pkg-plist new file mode 100644 index 000000000000..a37df7314122 --- /dev/null +++ b/devel/cl-split-sequence-sbcl/pkg-plist @@ -0,0 +1,2 @@ +lib/common-lisp/split-sequence/sbclfasl/split-sequence.fasl +@dirrm lib/common-lisp/split-sequence/sbclfasl -- cgit v1.2.3