From henrik.motakef@web.de  Sat May 17 05:58:21 2003
Return-Path: <henrik.motakef@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CA79B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 May 2003 05:58:21 -0700 (PDT)
Received: from smtp.web.de (smtp03.web.de [217.72.192.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA7A43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 May 2003 05:58:21 -0700 (PDT)
	(envelope-from henrik.motakef@web.de)
Received: from [213.23.207.115] (helo=interim.henrik-motakef.de)
	by smtp.web.de with esmtp (WEB.DE 4.98 #232)
	id 19H1GW-0007Sg-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 17 May 2003 14:58:20 +0200
Received: by interim.henrik-motakef.de (Postfix, from userid 1000)
	id 7E8F9210F; Sat, 17 May 2003 15:02:21 +0200 (CEST)
Message-Id: <20030517130221.7E8F9210F@interim.henrik-motakef.de>
Date: Sat, 17 May 2003 15:02:21 +0200 (CEST)
From: Henrik Motakef <henrik.motakef@web.de>
Sender: henrik.motakef@web.de
Reply-To: Henrik Motakef <henrik.motakef@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: Portable Perl-Compatible Regexps for Common Lisp (SBCL Binaries)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52370
>Category:       ports
>Synopsis:       New Port: Portable Perl-Compatible Regexps for Common Lisp (SBCL Binaries)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 17 06:00:30 PDT 2003
>Closed-Date:    Sun Sep 28 03:30:41 PDT 2003
>Last-Modified:  Sun Sep 28 03:30:41 PDT 2003
>Originator:     Henrik Motakef
>Release:        FreeBSD 5.1-BETA i386
>Organization:
>Environment:
System: FreeBSD interim.henrik-motakef.de 5.1-BETA FreeBSD 5.1-BETA #0: Wed May 7 14:59:01 CEST 2003 henrik@interim.henrik-motakef.de:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	cl-ppcre binaries for lang/sbcl
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cl-ppcre-sbcl
#	cl-ppcre-sbcl/Makefile
#	cl-ppcre-sbcl/pkg-descr
#	cl-ppcre-sbcl/pkg-plist
#
echo c - cl-ppcre-sbcl
mkdir -p cl-ppcre-sbcl > /dev/null 2>&1
echo x - cl-ppcre-sbcl/Makefile
sed 's/^X//' >cl-ppcre-sbcl/Makefile << 'END-of-cl-ppcre-sbcl/Makefile'
X# New ports collection Makefile for:	cl-ppcre-sbcl
X# Date created:				16 May 2003
X# Whom:					Henrik Motakef <henrik.motakef@web.de>
X#
X# $FreeBSD$
X
XPORTNAME=	cl-ppcre
XPORTVERSION=	0.5.4
XCATEGORIES=	textproc
XMASTER_SITES=	http://weitz.de/files/
XPKGNAMESUFFIX=	-sbcl
XDISTFILES=		# use installed sources from CL_LIBDIR
XEXTRACT_ONLY=		# use installed sources from CL_LIBDIR
X
XMAINTAINER=	henrik.motakef@web.de
XCOMMENT=	Portable Perl-Compatible Regular Expression for Common Lisp
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
X		${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \
X		sbcl:${PORTSDIR}/lang/sbcl
XRUN_DEPENDS=	${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
X		${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \
X		sbcl:${PORTSDIR}/lang/sbcl
X
Xdo-build:
X	FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \
X	sbcl	--noinform --userinit /dev/null \
X		--eval '#.(load "${LOCALBASE}/etc/asdf-init")' \
X		--eval "(asdf:oos 'asdf:compile-op :cl-ppcre)" \
X		--eval "(quit)"
X
Xdo-install:
X	${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl
X	${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl/
X
X.include <bsd.port.mk>
END-of-cl-ppcre-sbcl/Makefile
echo x - cl-ppcre-sbcl/pkg-descr
sed 's/^X//' >cl-ppcre-sbcl/pkg-descr << 'END-of-cl-ppcre-sbcl/pkg-descr'
XCL-PPCRE is a fast, perl compatible implementation of regular expressions
Xwritten in portable, ANSI-compliant Common Lisp.
X
XThis package installs binaries for SBCL.
X
XWWW: http://www.weitz.de/cl-ppcre/
X
X-- Henrik Motakef
END-of-cl-ppcre-sbcl/pkg-descr
echo x - cl-ppcre-sbcl/pkg-plist
sed 's/^X//' >cl-ppcre-sbcl/pkg-plist << 'END-of-cl-ppcre-sbcl/pkg-plist'
Xlib/common-lisp/cl-ppcre/sbclfasl/api.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/closures.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/convert.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/lexer.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/optimize.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/packages.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/parser.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/regex-class.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/repetition-closures.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/scanner.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/specials.fasl
Xlib/common-lisp/cl-ppcre/sbclfasl/util.fasl
X@dirrm lib/common-lisp/cl-ppcre/sbclfasl
END-of-cl-ppcre-sbcl/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 28 03:30:36 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52370 
>Unformatted:
