Date: 02 Nov 2002 12:59:55 +0100 From: Henrik Motakef <henrik.motakef@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44829: New Port: Steel Bank Common Lisp Message-ID: <874rb018sk.fsf@pokey.henrik-motakef.de>
next in thread | raw e-mail | index | archive | help
>Number: 44829 >Category: ports >Synopsis: New Port: Steel Bank Common Lisp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 03:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Henrik Motakef >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD pokey.henrik-motakef.de 4.7-RC FreeBSD 4.7-RC #1: Fri Sep 27 00:58:43 CEST 2002 toor@pokey.henrik-motakef.de:/usr/obj/usr/src/sys/POKEY2 i386 >Description: New port for lang/sbcl, the Steel Bank Common Lisp system >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: # # sbcl # sbcl/Makefile # sbcl/pkg-comment # sbcl/pkg-descr # sbcl/distinfo # sbcl/pkg-plist # echo c - sbcl mkdir -p sbcl > /dev/null 2>&1 echo x - sbcl/Makefile sed 's/^X//' >sbcl/Makefile << 'END-of-sbcl/Makefile' X# New ports collection makefile for: sbcl X# Date created: 01 November 2002 X# Whom: henrik@henrik-motakef.de X# X# $FreeBSD$ X# X XPORTNAME= sbcl XPORTVERSION= 0.7.9 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sbcl XDISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-binary X XMAINTAINER= Henrik Motakef <henrik@henrik-motakef.de> X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-x86-freebsd XNO_BUILD= yes XMAN1= sbcl.1 XUSE_BZIP2= yes X Xdo-install: X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/src/runtime/sbcl ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/output/sbcl.core ${PREFIX}/lib X @${INSTALL_MAN} ${WRKSRC}/doc/sbcl.1 ${PREFIX}/man/man1 X @${INSTALL_MAN} ${WRKSRC}/BUGS ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} X.include <bsd.port.mk> END-of-sbcl/Makefile echo x - sbcl/pkg-comment sed 's/^X//' >sbcl/pkg-comment << 'END-of-sbcl/pkg-comment' XSteel Bank Common Lisp END-of-sbcl/pkg-comment echo x - sbcl/pkg-descr sed 's/^X//' >sbcl/pkg-descr << 'END-of-sbcl/pkg-descr' XSteel Bank Commom Lisp (SBCL) is an Open Source development system Xfor ANSI Common Lisp. It provides an interactive environment including Xan integrated native code compiler, interpreter, and debugger. X XWWW: http://sbcl.sourceforge.net X X- Henrik Motakef X <henrik@henrik-motakef.de> END-of-sbcl/pkg-descr echo x - sbcl/distinfo sed 's/^X//' >sbcl/distinfo << 'END-of-sbcl/distinfo' XMD5 (sbcl-0.7.9-x86-freebsd-binary.tar.bz2) = 43c95224acd60b652b0945e8a5262245 END-of-sbcl/distinfo echo x - sbcl/pkg-plist sed 's/^X//' >sbcl/pkg-plist << 'END-of-sbcl/pkg-plist' Xbin/sbcl Xlib/sbcl.core Xshare/doc/sbcl/BUGS Xshare/doc/sbcl/COPYING Xshare/doc/sbcl/CREDITS Xshare/doc/sbcl/INSTALL Xshare/doc/sbcl/NEWS Xshare/doc/sbcl/README X@dirrm share/doc/sbcl END-of-sbcl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?874rb018sk.fsf>