mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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>
This commit is contained in:
parent
1215e58d0b
commit
1ac33cdc0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89635
@ -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
|
||||
|
36
textproc/cl-ppcre-cmucl/Makefile
Normal file
36
textproc/cl-ppcre-cmucl/Makefile
Normal file
@ -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>
|
8
textproc/cl-ppcre-cmucl/pkg-descr
Normal file
8
textproc/cl-ppcre-cmucl/pkg-descr
Normal file
@ -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
|
13
textproc/cl-ppcre-cmucl/pkg-plist
Normal file
13
textproc/cl-ppcre-cmucl/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user