From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 06:00:46 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 B560A37B433 for ; Sat, 17 May 2003 06:00:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F366043FE9 for ; Sat, 17 May 2003 06:00:31 -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 h4HD0SUp019716 for ; Sat, 17 May 2003 06:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4HD0SQS019715; Sat, 17 May 2003 06:00:28 -0700 (PDT) Resent-Date: Sat, 17 May 2003 06:00:28 -0700 (PDT) Resent-Message-Id: <200305171300.h4HD0SQS019715@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 BD49737B401 for ; Sat, 17 May 2003 05:58:00 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000A643F85 for ; Sat, 17 May 2003 05:57:59 -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 19H1G9-0007Pz-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 17 May 2003 14:57:58 +0200 Received: by interim.henrik-motakef.de (Postfix, from userid 1000) id 5A524211F; Sat, 17 May 2003 15:01:59 +0200 (CEST) Message-Id: <20030517130159.5A524211F@interim.henrik-motakef.de> Date: Sat, 17 May 2003 15:01:59 +0200 (CEST) From: Henrik Motakef Sender: henrik.motakef@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52366: New Port: Common Lisp portability package (SBCL 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:46 -0000 >Number: 52366 >Category: ports >Synopsis: New Port: Common Lisp portability package (SBCL 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:27 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/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-port-sbcl # cl-port-sbcl/pkg-descr # cl-port-sbcl/Makefile # cl-port-sbcl/pkg-plist # echo c - cl-port-sbcl mkdir -p cl-port-sbcl > /dev/null 2>&1 echo x - cl-port-sbcl/pkg-descr sed 's/^X//' >cl-port-sbcl/pkg-descr << 'END-of-cl-port-sbcl/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 SBCL. X XWWW: http://clocc.sourceforge.net X X-- Henrik Motakef X END-of-cl-port-sbcl/pkg-descr echo x - cl-port-sbcl/Makefile sed 's/^X//' >cl-port-sbcl/Makefile << 'END-of-cl-port-sbcl/Makefile' X# New ports collection Makefile for: cl-port-sbcl X# Date created: 12 May 2003 X# Whom: Henrik Motakef 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= -sbcl 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/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \ X sbcl:${PORTSDIR}/lang/sbcl XRUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-port \ X ${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \ X sbcl:${PORTSDIR}/lang/sbcl X Xdo-build: X WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ X sbcl --noinform --userinit /dev/null \ X --eval '#.(load "${LOCALBASE}/etc/asdf-init")' \ X --eval "(asdf:oos 'asdf:compile-op :port)" \ X --eval "(quit)" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/common-lisp/port/sbclfasl X ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/port/sbclfasl/ X X.include END-of-cl-port-sbcl/Makefile echo x - cl-port-sbcl/pkg-plist sed 's/^X//' >cl-port-sbcl/pkg-plist << 'END-of-cl-port-sbcl/pkg-plist' Xlib/common-lisp/port/sbclfasl/ext.fasl Xlib/common-lisp/port/sbclfasl/gray.fasl Xlib/common-lisp/port/sbclfasl/net.fasl Xlib/common-lisp/port/sbclfasl/path.fasl Xlib/common-lisp/port/sbclfasl/proc.fasl Xlib/common-lisp/port/sbclfasl/shell.fasl Xlib/common-lisp/port/sbclfasl/sys.fasl X@dirrm lib/common-lisp/port/sbclfasl END-of-cl-port-sbcl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: