# 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-meta-cmucl # cl-meta-cmucl/Makefile # cl-meta-cmucl/pkg-plist # cl-meta-cmucl/pkg-descr # echo c - cl-meta-cmucl mkdir -p cl-meta-cmucl > /dev/null 2>&1 echo x - cl-meta-cmucl/Makefile sed 's/^X//' >cl-meta-cmucl/Makefile << 'END-of-cl-meta-cmucl/Makefile' X# New ports collection Makefile for: cl-meta-cmucl X# Date created: 16 May 2003 X# Whom: Henrik Motakef X# X# $FreeBSD$ X XPORTNAME= meta XPORTVERSION= 0.1 XCATEGORIES= textproc 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= A parser generator for Common Lisp X XBUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \ 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/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \ 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 :meta)" \ X -eval "(quit)" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/common-lisp/meta/cmuclfasl X ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/meta/cmuclfasl/ X X.include END-of-cl-meta-cmucl/Makefile echo x - cl-meta-cmucl/pkg-plist sed 's/^X//' >cl-meta-cmucl/pkg-plist << 'END-of-cl-meta-cmucl/pkg-plist' Xlib/common-lisp/meta/cmuclfasl/package.fasl Xlib/common-lisp/meta/cmuclfasl/meta.fasl X@dirrm lib/common-lisp/meta/cmuclfasl END-of-cl-meta-cmucl/pkg-plist echo x - cl-meta-cmucl/pkg-descr sed 's/^X//' >cl-meta-cmucl/pkg-descr << 'END-of-cl-meta-cmucl/pkg-descr' XMETA is builder for recursive descent parsers implemented as a domain Xspecific language on top of Common Lisp. X XThis package contains binaries for CMUCL. X XWWW: http://home.pipeline.com/~hbaker1/Prag-Parse.html X X-- Henrik Motakef END-of-cl-meta-cmucl/pkg-descr exit