diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 18:29:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 18:29:08 +0800 |
commit | 5533e866923b5a4487a28973d94bd68ba7aa2c78 (patch) | |
tree | 768cd8a29f003165a76ee09c611b469a444463b9 /textproc | |
parent | 9f17c278633f2ec3ddf4d24960b3026c49897032 (diff) | |
download | freebsd-ports-gnome-5533e866923b5a4487a28973d94bd68ba7aa2c78.tar.gz freebsd-ports-gnome-5533e866923b5a4487a28973d94bd68ba7aa2c78.tar.zst freebsd-ports-gnome-5533e866923b5a4487a28973d94bd68ba7aa2c78.zip |
New Port: Portable Perl-Compatible Regexps for Common Lisp (CMUCL Binaries)
cl-ppcre binaries for lang/cmucl
PR: ports/52371
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/cl-ppcre-cmucl/Makefile | 36 | ||||
-rw-r--r-- | textproc/cl-ppcre-cmucl/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/cl-ppcre-cmucl/pkg-plist | 13 |
4 files changed, 58 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d54552ac6792..b0485d37a445 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -27,6 +27,7 @@ SUBDIR += cl-meta-cmucl SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre + SUBDIR += cl-ppcre-cmucl SUBDIR += coco SUBDIR += cocoon SUBDIR += code2html diff --git a/textproc/cl-ppcre-cmucl/Makefile b/textproc/cl-ppcre-cmucl/Makefile new file mode 100644 index 000000000000..36caaca057c5 --- /dev/null +++ b/textproc/cl-ppcre-cmucl/Makefile @@ -0,0 +1,36 @@ +# New ports collection Makefile for: cl-ppcre-cmucl +# 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= -cmucl +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/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ + lisp:${PORTSDIR}/lang/cmucl +RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \ + ${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 :cl-ppcre)" \ + -eval "(quit)" + +do-install: + ${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl + ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl/ + +.include <bsd.port.mk> diff --git a/textproc/cl-ppcre-cmucl/pkg-descr b/textproc/cl-ppcre-cmucl/pkg-descr new file mode 100644 index 000000000000..3e0f3380457f --- /dev/null +++ b/textproc/cl-ppcre-cmucl/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 CMUCL. + +WWW: http://www.weitz.de/cl-ppcre/ + +-- Henrik Motakef diff --git a/textproc/cl-ppcre-cmucl/pkg-plist b/textproc/cl-ppcre-cmucl/pkg-plist new file mode 100644 index 000000000000..5e5c2ff78df9 --- /dev/null +++ b/textproc/cl-ppcre-cmucl/pkg-plist @@ -0,0 +1,13 @@ +lib/common-lisp/cl-ppcre/cmuclfasl/api.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/closures.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/convert.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/lexer.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/optimize.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/packages.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/parser.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/regex-class.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/repetition-closures.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/scanner.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/specials.fasl +lib/common-lisp/cl-ppcre/cmuclfasl/util.fasl +@dirrm lib/common-lisp/cl-ppcre/cmuclfasl |