summaryrefslogtreecommitdiff
path: root/textproc/cl-ppcre-sbcl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:29:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:29:59 +0000
commit62956fc232b345fbcb5c9217ecce306ce29194a2 (patch)
treea5665e000fa1a50e15de170442f5f218ce9fb8b6 /textproc/cl-ppcre-sbcl
parentNew Port: Portable Perl-Compatible Regexps for Common Lisp (CMUCL Binaries) (diff)
New Port: Portable Perl-Compatible Regexps for Common Lisp (SBCL Binaries)
cl-ppcre binaries for lang/sbcl PR: ports/52370 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89637
Diffstat (limited to 'textproc/cl-ppcre-sbcl')
-rw-r--r--textproc/cl-ppcre-sbcl/Makefile36
-rw-r--r--textproc/cl-ppcre-sbcl/pkg-descr8
-rw-r--r--textproc/cl-ppcre-sbcl/pkg-plist13
3 files changed, 57 insertions, 0 deletions
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
new file mode 100644
index 000000000000..35d3210a80f9
--- /dev/null
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -0,0 +1,36 @@
+# New ports collection Makefile for: cl-ppcre-sbcl
+# Date created: 16 May 2003
+# Whom: Henrik Motakef <henrik.motakef@web.de>
+#
+# $FreeBSD$
+
+PORTNAME= cl-ppcre
+PORTVERSION= 0.5.4
+CATEGORIES= textproc
+MASTER_SITES= http://weitz.de/files/
+PKGNAMESUFFIX= -sbcl
+DISTFILES= # use installed sources from CL_LIBDIR
+EXTRACT_ONLY= # use installed sources from CL_LIBDIR
+
+MAINTAINER= henrik.motakef@web.de
+COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
+ ${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \
+ sbcl:${PORTSDIR}/lang/sbcl
+RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
+ ${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 :cl-ppcre)" \
+ --eval "(quit)"
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl
+ ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl/
+
+.include <bsd.port.mk>
diff --git a/textproc/cl-ppcre-sbcl/pkg-descr b/textproc/cl-ppcre-sbcl/pkg-descr
new file mode 100644
index 000000000000..e7e44387c723
--- /dev/null
+++ b/textproc/cl-ppcre-sbcl/pkg-descr
@@ -0,0 +1,8 @@
+CL-PPCRE is a fast, perl compatible implementation of regular expressions
+written in portable, ANSI-compliant Common Lisp.
+
+This package installs binaries for SBCL.
+
+WWW: http://www.weitz.de/cl-ppcre/
+
+-- Henrik Motakef
diff --git a/textproc/cl-ppcre-sbcl/pkg-plist b/textproc/cl-ppcre-sbcl/pkg-plist
new file mode 100644
index 000000000000..9c60ccb7ee83
--- /dev/null
+++ b/textproc/cl-ppcre-sbcl/pkg-plist
@@ -0,0 +1,13 @@
+lib/common-lisp/cl-ppcre/sbclfasl/api.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/closures.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/convert.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/lexer.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/optimize.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/packages.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/parser.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/regex-class.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/repetition-closures.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/scanner.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/specials.fasl
+lib/common-lisp/cl-ppcre/sbclfasl/util.fasl
+@dirrm lib/common-lisp/cl-ppcre/sbclfasl