summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:19:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:19:52 +0000
commit1894e6b2db99c61d8e04eb9c443a9df4c7a22606 (patch)
tree951bbde58c8c759ccfdfe9f8da2eeb8d14d32c9f /textproc
parentEnable compilation on 4.9-PRERELEASE. (diff)
New Port: Parser Generator for Common Lisp (CMUCL Binaries)
cl-meta binaries for lang/cmucl PR: ports/52363 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89627
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/cl-meta-cmucl/Makefile41
-rw-r--r--textproc/cl-meta-cmucl/pkg-descr8
-rw-r--r--textproc/cl-meta-cmucl/pkg-plist3
4 files changed, 53 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 689ae0680ad1..e5c8da1f44b4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -24,6 +24,7 @@
SUBDIR += cdiff
SUBDIR += chpp
SUBDIR += cl-meta
+ SUBDIR += cl-meta-cmucl
SUBDIR += cl-ppcre
SUBDIR += coco
SUBDIR += cocoon
diff --git a/textproc/cl-meta-cmucl/Makefile b/textproc/cl-meta-cmucl/Makefile
new file mode 100644
index 000000000000..37ee8a41816b
--- /dev/null
+++ b/textproc/cl-meta-cmucl/Makefile
@@ -0,0 +1,41 @@
+# New ports collection Makefile for: cl-meta-cmucl
+# Date created: 16 May 2003
+# Whom: Henrik Motakef <henrik.motakef@web.de>
+#
+# $FreeBSD$
+
+PORTNAME= meta
+PORTVERSION= 0.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= -cmucl
+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/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
+ lisp:${PORTSDIR}/lang/cmucl
+RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \
+ ${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 :meta)" \
+ -eval "(quit)"
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/common-lisp/meta/cmuclfasl
+ ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/meta/cmuclfasl/
+
+.include <bsd.port.mk>
diff --git a/textproc/cl-meta-cmucl/pkg-descr b/textproc/cl-meta-cmucl/pkg-descr
new file mode 100644
index 000000000000..1d3193b91f26
--- /dev/null
+++ b/textproc/cl-meta-cmucl/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 contains binaries for CMUCL.
+
+WWW: http://home.pipeline.com/~hbaker1/Prag-Parse.html
+
+-- Henrik Motakef
diff --git a/textproc/cl-meta-cmucl/pkg-plist b/textproc/cl-meta-cmucl/pkg-plist
new file mode 100644
index 000000000000..52285f05cf5e
--- /dev/null
+++ b/textproc/cl-meta-cmucl/pkg-plist
@@ -0,0 +1,3 @@
+lib/common-lisp/meta/cmuclfasl/package.fasl
+lib/common-lisp/meta/cmuclfasl/meta.fasl
+@dirrm lib/common-lisp/meta/cmuclfasl