From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 06:00:48 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F04037B401 for ; Sat, 17 May 2003 06:00:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1E24400F for ; Sat, 17 May 2003 06:00:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4HD0VUp019842 for ; Sat, 17 May 2003 06:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4HD0Vt1019841; Sat, 17 May 2003 06:00:31 -0700 (PDT) Resent-Date: Sat, 17 May 2003 06:00:31 -0700 (PDT) Resent-Message-Id: <200305171300.h4HD0Vt1019841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Motakef Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13A337B401 for ; Sat, 17 May 2003 05:58:23 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1B043FBF for ; Sat, 17 May 2003 05:58:23 -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 19H1GX-0007ty-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 17 May 2003 14:58:22 +0200 Received: by interim.henrik-motakef.de (Postfix, from userid 1000) id 7361A2114; Sat, 17 May 2003 15:02:23 +0200 (CEST) Message-Id: <20030517130223.7361A2114@interim.henrik-motakef.de> Date: Sat, 17 May 2003 15:02:23 +0200 (CEST) From: Henrik Motakef Sender: henrik.motakef@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52371: New Port: Portable Perl-Compatible Regexps for Common Lisp (CMUCL Binaries) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Henrik Motakef List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 13:00:48 -0000 >Number: 52371 >Category: ports >Synopsis: New Port: Portable Perl-Compatible Regexps for Common Lisp (CMUCL Binaries) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 17 06:00:31 PDT 2003 >Closed-Date: >Last-Modified: >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/cmucl >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-cmucl # cl-ppcre-cmucl/Makefile # cl-ppcre-cmucl/pkg-descr # cl-ppcre-cmucl/pkg-plist # echo c - cl-ppcre-cmucl mkdir -p cl-ppcre-cmucl > /dev/null 2>&1 echo x - cl-ppcre-cmucl/Makefile sed 's/^X//' >cl-ppcre-cmucl/Makefile << 'END-of-cl-ppcre-cmucl/Makefile' X# New ports collection Makefile for: cl-ppcre-cmucl X# Date created: 16 May 2003 X# Whom: Henrik Motakef X# X# $FreeBSD$ X XPORTNAME= cl-ppcre XPORTVERSION= 0.5.4 XCATEGORIES= textproc XMASTER_SITES= http://weitz.de/files/ XPKGNAMESUFFIX= -cmucl 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/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ X lisp:${PORTSDIR}/lang/cmucl XRUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \ X ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ X lisp:${PORTSDIR}/lang/cmucl X Xdo-build: X WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ X lisp -nositeinit -noinit \ X -load ${LOCALBASE}/etc/asdf-init.lisp \ X -eval "(asdf:oos 'asdf:compile-op :cl-ppcre)" \ X -eval "(quit)" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl X ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl/ X X.include END-of-cl-ppcre-cmucl/Makefile echo x - cl-ppcre-cmucl/pkg-descr sed 's/^X//' >cl-ppcre-cmucl/pkg-descr << 'END-of-cl-ppcre-cmucl/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 CMUCL. X XWWW: http://www.weitz.de/cl-ppcre/ X X-- Henrik Motakef END-of-cl-ppcre-cmucl/pkg-descr echo x - cl-ppcre-cmucl/pkg-plist sed 's/^X//' >cl-ppcre-cmucl/pkg-plist << 'END-of-cl-ppcre-cmucl/pkg-plist' Xlib/common-lisp/cl-ppcre/cmuclfasl/api.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/closures.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/convert.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/lexer.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/optimize.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/packages.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/parser.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/regex-class.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/repetition-closures.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/scanner.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/specials.fasl Xlib/common-lisp/cl-ppcre/cmuclfasl/util.fasl X@dirrm lib/common-lisp/cl-ppcre/cmuclfasl END-of-cl-ppcre-cmucl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: