Date: Sat, 17 May 2003 15:02:01 +0200 (CEST) From: Henrik Motakef <henrik.motakef@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52367: New Port: Common Lisp portability package (CMUCL Binaries) Message-ID: <20030517130201.420AC2128@interim.henrik-motakef.de> Resent-Message-ID: <200305171300.h4HD0TGF019738@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52367 >Category: ports >Synopsis: New Port: Common Lisp portability package (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:28 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-port 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-port-cmucl # cl-port-cmucl/pkg-descr # cl-port-cmucl/Makefile # cl-port-cmucl/pkg-plist # echo c - cl-port-cmucl mkdir -p cl-port-cmucl > /dev/null 2>&1 echo x - cl-port-cmucl/pkg-descr sed 's/^X//' >cl-port-cmucl/pkg-descr << 'END-of-cl-port-cmucl/pkg-descr' XCLOCC Port provides a portable interface to various features absent Xfrom the ANSI Common Lisp standard, such as sockets, multiprocessing, Xcalling external programs, Gray streams etc. X XThis package contains binaries compiled for CMU CL. X XWWW: http://clocc.sourceforge.net X X-- Henrik Motakef X <henrik.motakef@web.de> END-of-cl-port-cmucl/pkg-descr echo x - cl-port-cmucl/Makefile sed 's/^X//' >cl-port-cmucl/Makefile << 'END-of-cl-port-cmucl/Makefile' X# New ports collection Makefile for: cl-port-cmucl X# Date created: 12 May 2003 X# Whom: Henrik Motakef <henrik.motakef@web.de> X# X# $FreeBSD$ X XPORTNAME= port XPORTVERSION= 2002.10.02.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= Cross-Lisp portability package X XBUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-port \ 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/port/port.asd:${PORTSDIR}/devel/cl-port \ 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 :port)" \ X -eval "(quit)" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/common-lisp/port/cmuclfasl X ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/port/cmuclfasl/ X X.include <bsd.port.mk> END-of-cl-port-cmucl/Makefile echo x - cl-port-cmucl/pkg-plist sed 's/^X//' >cl-port-cmucl/pkg-plist << 'END-of-cl-port-cmucl/pkg-plist' Xlib/common-lisp/port/cmuclfasl/ext.fasl Xlib/common-lisp/port/cmuclfasl/gray.fasl Xlib/common-lisp/port/cmuclfasl/net.fasl Xlib/common-lisp/port/cmuclfasl/path.fasl Xlib/common-lisp/port/cmuclfasl/proc.fasl Xlib/common-lisp/port/cmuclfasl/shell.fasl Xlib/common-lisp/port/cmuclfasl/sys.fasl X@dirrm lib/common-lisp/port/cmuclfasl END-of-cl-port-cmucl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030517130201.420AC2128>