From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 06:00:43 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 401C537B41D 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 82EBF43FA3 for ; Sat, 17 May 2003 06:00:23 -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 h4HD0NUp019548 for ; Sat, 17 May 2003 06:00:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4HD0NFi019547; Sat, 17 May 2003 06:00:23 -0700 (PDT) Resent-Date: Sat, 17 May 2003 06:00:23 -0700 (PDT) Resent-Message-Id: <200305171300.h4HD0NFi019547@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 9834837B401 for ; Sat, 17 May 2003 05:57:10 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD3D43F93 for ; Sat, 17 May 2003 05:57:09 -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 19H1FM-0007he-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 17 May 2003 14:57:08 +0200 Received: by interim.henrik-motakef.de (Postfix, from userid 1000) id 2D3152113; Sat, 17 May 2003 15:01:10 +0200 (CEST) Message-Id: <20030517130110.2D3152113@interim.henrik-motakef.de> Date: Sat, 17 May 2003 15:01:10 +0200 (CEST) From: Henrik Motakef Sender: henrik.motakef@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52359: New Port: ASDF, a Common Lisp library manager (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:43 -0000 >Number: 52359 >Category: ports >Synopsis: New Port: ASDF, a Common Lisp library manager (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:22 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: ASDF 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-asdf-cmucl # cl-asdf-cmucl/pkg-plist # cl-asdf-cmucl/pkg-descr # cl-asdf-cmucl/Makefile # echo c - cl-asdf-cmucl mkdir -p cl-asdf-cmucl > /dev/null 2>&1 echo x - cl-asdf-cmucl/pkg-plist sed 's/^X//' >cl-asdf-cmucl/pkg-plist << 'END-of-cl-asdf-cmucl/pkg-plist' Xlib/common-lisp/asdf/cmuclfasl/asdf.fasl Xlib/common-lisp/asdf/cmuclfasl/wild-modules.fasl X@dirrm lib/common-lisp/asdf/cmuclfasl END-of-cl-asdf-cmucl/pkg-plist echo x - cl-asdf-cmucl/pkg-descr sed 's/^X//' >cl-asdf-cmucl/pkg-descr << 'END-of-cl-asdf-cmucl/pkg-descr' Xasdf is Another System Definition Facility for Common Lisp. It intends Xto solve the same class of problems as mk-defsystem - compiling and Xinstalling Lisp libraries -, but internally it takes advantage of Xmodern CL features like pathname support etc., and uses CLOS for Xextensibility. X XThis package installs binaries compiled for CMU Common Lisp. X XWWW: http://www.cliki.net/asdf X X- Henrik Motakef END-of-cl-asdf-cmucl/pkg-descr echo x - cl-asdf-cmucl/Makefile sed 's/^X//' >cl-asdf-cmucl/Makefile << 'END-of-cl-asdf-cmucl/Makefile' X# New ports collection Makefile for: cl-asdf-cmucl X# Date created: 10 May 2003 X# Whom: Henrik Motakef X# X# $FreeBSD$ X XPORTNAME= asdf XPORTVERSION= 2003.05.16 XCATEGORIES= devel XMASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/asdf/ 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= A system definition facility for Common Lisp X XBUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf \ X lisp:${PORTSDIR}/lang/cmucl XRUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf \ X lisp:${PORTSDIR}/lang/cmucl X Xpost-extract: X ${MKDIR} ${WRKSRC} X Xdo-build: X lisp -noinit -nositeinit \ X -eval '(compile-file "${PREFIX}/lib/common-lisp/asdf/asdf.lisp" \ X :output-file "${WRKSRC}/asdf.fasl")' \ X -eval '(compile-file "${PREFIX}/lib/common-lisp/asdf/wild-modules.lisp" \ X :output-file "${WRKSRC}/wild-modules.fasl")' \ X -eval '(quit)' X Xdo-install: X ${MKDIR} ${PREFIX}/lib/common-lisp/asdf/cmuclfasl X ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/asdf/cmuclfasl X X.include END-of-cl-asdf-cmucl/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: