Date: Sat, 17 May 2003 15:02:40 +0200 (CEST) From: Henrik Motakef <henrik.motakef@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52375: New Port: Splitting Common Lisp Sequences (CMUCL Binaries) Message-ID: <20030517130240.A15CC2116@interim.henrik-motakef.de> Resent-Message-ID: <200305171300.h4HD0XB2019906@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52375 >Category: ports >Synopsis: New Port: Splitting Common Lisp Sequences (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:33 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: split-sequence 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-split-sequence-cmucl # cl-split-sequence-cmucl/Makefile # cl-split-sequence-cmucl/pkg-plist # cl-split-sequence-cmucl/pkg-descr # echo c - cl-split-sequence-cmucl mkdir -p cl-split-sequence-cmucl > /dev/null 2>&1 echo x - cl-split-sequence-cmucl/Makefile sed 's/^X//' >cl-split-sequence-cmucl/Makefile << 'END-of-cl-split-sequence-cmucl/Makefile' X# New ports collection Makefile for: cl-split-sequence-cmucl X# Date created: 12. May 2003 X# Whom: Henrik Motakef <henrik.motakef@web.de> X# X# $FreeBSD$ X XPORTNAME= split-sequence XPORTVERSION= 20011114.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ X ftp://ftp.ntnu.no/pub/lisp/cclan/ \ X ftp://www.aarg.net/pub/cclan/ \ X http://thingamy.com/cclan/ \ X http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ XPKGNAMEPREFIX= cl- XPKGNAMESUFFIX= -cmucl XDISTFILES= # use installed sources from CL_LIBDIR XEXTRACT_ONLY= # use installed sources from CL_LIBDIR X XMAINTAINER= henrik.motakef@web.de XCOMMENT= Partinitoning Common Lisp sequences X XBUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ 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/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ 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 :split-sequence)" \ X -eval "(quit)" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl X ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl/ X X.include <bsd.port.mk> END-of-cl-split-sequence-cmucl/Makefile echo x - cl-split-sequence-cmucl/pkg-plist sed 's/^X//' >cl-split-sequence-cmucl/pkg-plist << 'END-of-cl-split-sequence-cmucl/pkg-plist' Xlib/common-lisp/split-sequence/cmuclfasl/split-sequence.fasl X@dirrm lib/common-lisp/split-sequence/cmuclfasl END-of-cl-split-sequence-cmucl/pkg-plist echo x - cl-split-sequence-cmucl/pkg-descr sed 's/^X//' >cl-split-sequence-cmucl/pkg-descr << 'END-of-cl-split-sequence-cmucl/pkg-descr' Xsplit-sequence is a small library to split sequences in to a list of Xsubsequences delimited by an object satisfying a test function. It is Xa member of the Common Lisp Utilities family of programs, designed by Xcommunity consensus. X XWWW: http://www.cliki.net/SPLIT-SEQUENCE X X-- Henrik Motakef END-of-cl-split-sequence-cmucl/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030517130240.A15CC2116>