diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 10:29:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 10:29:59 +0000 |
commit | acd616e095f60065caa04f62fae6bf1f72e5bf97 (patch) | |
tree | 2a925d70299eba5edb0f99512ebf9f42890663ea /textproc | |
parent | 6c7d02e1f8c48a5a2546fe6c89bf8e77d9fe653e (diff) | |
download | FreeBSD-ports-acd616e095f60065caa04f62fae6bf1f72e5bf97.zip FreeBSD-ports-acd616e095f60065caa04f62fae6bf1f72e5bf97.tar.gz |
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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/Makefile | 36 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/pkg-plist | 13 |
4 files changed, 58 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b0485d3..6d11a44 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -28,6 +28,7 @@ SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre SUBDIR += cl-ppcre-cmucl + SUBDIR += cl-ppcre-sbcl SUBDIR += coco SUBDIR += cocoon SUBDIR += code2html diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile new file mode 100644 index 0000000..35d3210 --- /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 0000000..e7e4438 --- /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 0000000..9c60ccb --- /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 |