summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:21:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:21:23 +0000
commitb29dcce2d290286e7edf7264c16281422127f92b (patch)
tree91359245f4a491d09c71069e171d9c3e8f4c59db /textproc
parentNew Port: Parser Generator for Common Lisp (CMUCL Binaries) (diff)
New Port: Common Lisp Parser Generator (SBCL Binaries)
cl-meta binaries for lang/sbcl PR: ports/52362 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89629
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/cl-meta-sbcl/Makefile41
-rw-r--r--textproc/cl-meta-sbcl/pkg-descr8
-rw-r--r--textproc/cl-meta-sbcl/pkg-plist3
4 files changed, 53 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e5c8da1f44b4..d54552ac6792 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -25,6 +25,7 @@
SUBDIR += chpp
SUBDIR += cl-meta
SUBDIR += cl-meta-cmucl
+ SUBDIR += cl-meta-sbcl
SUBDIR += cl-ppcre
SUBDIR += coco
SUBDIR += cocoon
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
new file mode 100644
index 000000000000..638c43311370
--- /dev/null
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -0,0 +1,41 @@
+# New ports collection Makefile for: cl-meta-sbcl
+# Date created: 16 May 2003
+# Whom: Henrik Motakef <henrik.motakef@web.de>
+#
+# $FreeBSD$
+
+PORTNAME= meta
+PORTVERSION= 20011114.1
+CATEGORIES= textproc
+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= A parser generator for Common Lisp
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \
+ ${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \
+ sbcl:${PORTSDIR}/lang/sbcl
+RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \
+ ${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 :meta)" \
+ --eval "(quit)"
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/common-lisp/meta/sbclfasl
+ ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/meta/sbclfasl/
+
+.include <bsd.port.mk>
diff --git a/textproc/cl-meta-sbcl/pkg-descr b/textproc/cl-meta-sbcl/pkg-descr
new file mode 100644
index 000000000000..72a4509f5af6
--- /dev/null
+++ b/textproc/cl-meta-sbcl/pkg-descr
@@ -0,0 +1,8 @@
+META is builder for recursive descent parsers implemented as a domain
+specific language on top of Common Lisp.
+
+This package installs binaries for SBCL.
+
+WWW: http://home.pipeline.com/~hbaker1/Prag-Parse.html
+
+-- Henrik Motakef
diff --git a/textproc/cl-meta-sbcl/pkg-plist b/textproc/cl-meta-sbcl/pkg-plist
new file mode 100644
index 000000000000..0414c3cdac91
--- /dev/null
+++ b/textproc/cl-meta-sbcl/pkg-plist
@@ -0,0 +1,3 @@
+lib/common-lisp/meta/sbclfasl/package.fasl
+lib/common-lisp/meta/sbclfasl/meta.fasl
+@dirrm lib/common-lisp/meta/sbclfasl