diff options
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | devel/cl-infix-cmucl/Makefile | 41 | ||||
-rw-r--r-- | devel/cl-infix-cmucl/pkg-descr | 13 | ||||
-rw-r--r-- | devel/cl-infix-cmucl/pkg-plist | 2 | ||||
-rw-r--r-- | devel/cl-split-sequence-cmucl/Makefile | 39 | ||||
-rw-r--r-- | devel/cl-split-sequence-cmucl/pkg-descr | 8 | ||||
-rw-r--r-- | devel/cl-split-sequence-cmucl/pkg-plist | 2 | ||||
-rw-r--r-- | devel/cl-uffi-cmucl/Makefile | 39 | ||||
-rw-r--r-- | devel/cl-uffi-cmucl/pkg-descr | 8 | ||||
-rw-r--r-- | devel/cl-uffi-cmucl/pkg-plist | 9 | ||||
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-meta-cmucl/Makefile | 39 | ||||
-rw-r--r-- | textproc/cl-meta-cmucl/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/cl-meta-cmucl/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/cl-ppcre-cmucl/Makefile | 36 | ||||
-rw-r--r-- | textproc/cl-ppcre-cmucl/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/cl-ppcre-cmucl/pkg-plist | 13 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/cl-lml-cmucl/Makefile | 37 | ||||
-rw-r--r-- | www/cl-lml-cmucl/pkg-descr | 6 | ||||
-rw-r--r-- | www/cl-lml-cmucl/pkg-plist | 8 |
21 files changed, 0 insertions, 326 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7f752f063c1b..77af7f5466c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -143,20 +143,16 @@ SUBDIR += cil SUBDIR += cl-asdf SUBDIR += cl-asdf-clisp - SUBDIR += cl-asdf-cmucl SUBDIR += cl-asdf-sbcl SUBDIR += cl-infix - SUBDIR += cl-infix-cmucl SUBDIR += cl-infix-sbcl SUBDIR += cl-port SUBDIR += cl-port-clisp SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence SUBDIR += cl-split-sequence-clisp - SUBDIR += cl-split-sequence-cmucl SUBDIR += cl-split-sequence-sbcl SUBDIR += cl-uffi - SUBDIR += cl-uffi-cmucl SUBDIR += cl-uffi-sbcl SUBDIR += clanlib SUBDIR += clanlib-devel diff --git a/devel/cl-infix-cmucl/Makefile b/devel/cl-infix-cmucl/Makefile deleted file mode 100644 index cba5d70b272b..000000000000 --- a/devel/cl-infix-cmucl/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection Makefile for: cl-infix-cmucl -# Date created: 13 Feb 2006 -# Whom: pfg -# $FreeBSD$ - -PORTNAME= infix -DISTVERSION= 19960628 -CATEGORIES= devel lisp -MASTER_SITES= http://ftp.linux.org.uk/pub/lisp/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://thingamy.com/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= A lisp macro for reading math expressions in infix form - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/infix/infix.asd:${PORTSDIR}/devel/cl-infix \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-port \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -NO_CDROM= No fees or compensation can be charged - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :infix)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/infix/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/infix/cmuclfasl/ - -.include <bsd.port.mk> diff --git a/devel/cl-infix-cmucl/pkg-descr b/devel/cl-infix-cmucl/pkg-descr deleted file mode 100644 index 42f8ab531492..000000000000 --- a/devel/cl-infix-cmucl/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is an implementation of an infix reader macro. It should run in any -valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, -MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in -the traditional way (e.g., 1+2) when writing Lisp programs instead of -using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a -full replacement for the normal Lisp syntax. - -This package is compiled with CMUCL. - -Written by Mark Kantrowitz, School of Computer Science, -Carnegie Mellon University, March 1993. - -WWW: http://www.cliki.net/infix diff --git a/devel/cl-infix-cmucl/pkg-plist b/devel/cl-infix-cmucl/pkg-plist deleted file mode 100644 index c36e79fa03cb..000000000000 --- a/devel/cl-infix-cmucl/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/common-lisp/infix/cmuclfasl/infix.fasl -@dirrm lib/common-lisp/infix/cmuclfasl diff --git a/devel/cl-split-sequence-cmucl/Makefile b/devel/cl-split-sequence-cmucl/Makefile deleted file mode 100644 index 16b309337274..000000000000 --- a/devel/cl-split-sequence-cmucl/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection Makefile for: cl-split-sequence-cmucl -# Date created: 12. May 2003 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ - -PORTNAME= split-sequence -PORTVERSION= 20011114.1 -CATEGORIES= devel lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= Partitioning Common Lisp sequences - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :split-sequence)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl/ - -.include <bsd.port.mk> diff --git a/devel/cl-split-sequence-cmucl/pkg-descr b/devel/cl-split-sequence-cmucl/pkg-descr deleted file mode 100644 index 7f0ca707f9d9..000000000000 --- a/devel/cl-split-sequence-cmucl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -split-sequence is a small library to split sequences in to a list of -subsequences delimited by an object satisfying a test function. It is -a member of the Common Lisp Utilities family of programs, designed by -community consensus. - -WWW: http://www.cliki.net/SPLIT-SEQUENCE - --- Henrik Motakef diff --git a/devel/cl-split-sequence-cmucl/pkg-plist b/devel/cl-split-sequence-cmucl/pkg-plist deleted file mode 100644 index 49bdf4ce16c7..000000000000 --- a/devel/cl-split-sequence-cmucl/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/common-lisp/split-sequence/cmuclfasl/split-sequence.fasl -@dirrm lib/common-lisp/split-sequence/cmuclfasl diff --git a/devel/cl-uffi-cmucl/Makefile b/devel/cl-uffi-cmucl/Makefile deleted file mode 100644 index 0303bbb49344..000000000000 --- a/devel/cl-uffi-cmucl/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection Makefile for: cl-uffi-cmucl -# Date created: 19 August 2004 -# Whom: Matthew X. Economou <xenophon+fbsdports@irtnog.org> -# -# $FreeBSD$ - -PORTNAME= uffi -PORTVERSION= 1.5.9 -CATEGORIES= devel lisp -MASTER_SITES= # use installed sources from CL_LIBDIR -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= xenophon+fbsdports@irtnog.org -COMMENT= Universal Foreign Function Interface for Common Lisp (CMU CL binaries) - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/uffi/uffi.asd:${PORTSDIR}/devel/cl-uffi \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-port \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -CL_LIBDIR?= ${LOCALBASE}/lib/common-lisp - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit -batch \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :uffi)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${CL_LIBDIR}/uffi/src/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${CL_LIBDIR}/uffi/src/cmuclfasl/ - -.include <bsd.port.mk> diff --git a/devel/cl-uffi-cmucl/pkg-descr b/devel/cl-uffi-cmucl/pkg-descr deleted file mode 100644 index c2900ff76db7..000000000000 --- a/devel/cl-uffi-cmucl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -UFFI provides platform-independent access to the foreign function -interfaces of AllegroCL, Lispworks, CMUCL, SBCL, SCL, OpenMCL, and MCL. -(A foreign function interface allows Lisp programs to call routines -located in C libraries.) - -This package contains binaries compiled for CMU CL. - -WWW: http://uffi.b9.com/ diff --git a/devel/cl-uffi-cmucl/pkg-plist b/devel/cl-uffi-cmucl/pkg-plist deleted file mode 100644 index 74da2cc8104c..000000000000 --- a/devel/cl-uffi-cmucl/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/common-lisp/uffi/src/cmuclfasl/aggregates.fasl -lib/common-lisp/uffi/src/cmuclfasl/functions.fasl -lib/common-lisp/uffi/src/cmuclfasl/libraries.fasl -lib/common-lisp/uffi/src/cmuclfasl/objects.fasl -lib/common-lisp/uffi/src/cmuclfasl/os.fasl -lib/common-lisp/uffi/src/cmuclfasl/package.fasl -lib/common-lisp/uffi/src/cmuclfasl/primitives.fasl -lib/common-lisp/uffi/src/cmuclfasl/strings.fasl -@dirrm lib/common-lisp/uffi/src/cmuclfasl diff --git a/textproc/Makefile b/textproc/Makefile index 1f0e3ae6da68..6af9de0ac72c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -45,11 +45,9 @@ SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-clisp - SUBDIR += cl-meta-cmucl SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre SUBDIR += cl-ppcre-clisp - SUBDIR += cl-ppcre-cmucl SUBDIR += cl-ppcre-sbcl SUBDIR += clit SUBDIR += clucene diff --git a/textproc/cl-meta-cmucl/Makefile b/textproc/cl-meta-cmucl/Makefile deleted file mode 100644 index c1cc90228ad8..000000000000 --- a/textproc/cl-meta-cmucl/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection Makefile for: cl-meta-cmucl -# Date created: 16 May 2003 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ - -PORTNAME= meta -PORTVERSION= 0.1 -CATEGORIES= textproc lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= A parser generator for Common Lisp - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :meta)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/meta/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/meta/cmuclfasl/ - -.include <bsd.port.mk> diff --git a/textproc/cl-meta-cmucl/pkg-descr b/textproc/cl-meta-cmucl/pkg-descr deleted file mode 100644 index 1d3193b91f26..000000000000 --- a/textproc/cl-meta-cmucl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -META is builder for recursive descent parsers implemented as a domain -specific language on top of Common Lisp. - -This package contains binaries for CMUCL. - -WWW: http://home.pipeline.com/~hbaker1/Prag-Parse.html - --- Henrik Motakef diff --git a/textproc/cl-meta-cmucl/pkg-plist b/textproc/cl-meta-cmucl/pkg-plist deleted file mode 100644 index 52285f05cf5e..000000000000 --- a/textproc/cl-meta-cmucl/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/common-lisp/meta/cmuclfasl/package.fasl -lib/common-lisp/meta/cmuclfasl/meta.fasl -@dirrm lib/common-lisp/meta/cmuclfasl diff --git a/textproc/cl-ppcre-cmucl/Makefile b/textproc/cl-ppcre-cmucl/Makefile deleted file mode 100644 index be7bde98e69b..000000000000 --- a/textproc/cl-ppcre-cmucl/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection Makefile for: cl-ppcre-cmucl -# Date created: 16 May 2003 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ - -PORTNAME= cl-ppcre -PORTVERSION= 0.5.4 -CATEGORIES= textproc lisp -MASTER_SITES= http://weitz.de/files/ -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :cl-ppcre)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl/ - -.include <bsd.port.mk> diff --git a/textproc/cl-ppcre-cmucl/pkg-descr b/textproc/cl-ppcre-cmucl/pkg-descr deleted file mode 100644 index 3e0f3380457f..000000000000 --- a/textproc/cl-ppcre-cmucl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -CL-PPCRE is a fast, perl compatible implementation of regular expressions -written in portable, ANSI-compliant Common Lisp. - -This package installs binaries for CMUCL. - -WWW: http://www.weitz.de/cl-ppcre/ - --- Henrik Motakef diff --git a/textproc/cl-ppcre-cmucl/pkg-plist b/textproc/cl-ppcre-cmucl/pkg-plist deleted file mode 100644 index 5e5c2ff78df9..000000000000 --- a/textproc/cl-ppcre-cmucl/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -lib/common-lisp/cl-ppcre/cmuclfasl/api.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/closures.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/convert.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/lexer.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/optimize.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/packages.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/parser.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/regex-class.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/repetition-closures.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/scanner.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/specials.fasl -lib/common-lisp/cl-ppcre/cmuclfasl/util.fasl -@dirrm lib/common-lisp/cl-ppcre/cmuclfasl diff --git a/www/Makefile b/www/Makefile index 683155d51e60..ee7c28a30b7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -78,7 +78,6 @@ SUBDIR += chtml SUBDIR += cl-lml SUBDIR += cl-lml-clisp - SUBDIR += cl-lml-cmucl SUBDIR += cl-lml-sbcl SUBDIR += clearsilver SUBDIR += clearsilver-python diff --git a/www/cl-lml-cmucl/Makefile b/www/cl-lml-cmucl/Makefile deleted file mode 100644 index a955eaea73e6..000000000000 --- a/www/cl-lml-cmucl/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection Makefile for: cl-lml-cmucl -# Date created: 18 May 2003 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ - -PORTNAME= lml -PORTVERSION= 2.3.4 -CATEGORIES= www textproc -MASTER_SITES= http://files.b9.com/lml/ -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lisp Markup Language - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :lml)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/lml/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/lml/cmuclfasl/ - -.include <bsd.port.mk> diff --git a/www/cl-lml-cmucl/pkg-descr b/www/cl-lml-cmucl/pkg-descr deleted file mode 100644 index 576ffc570084..000000000000 --- a/www/cl-lml-cmucl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A Common Lisp package for generating HTML and XHTML documents. - -WWW: http://lml.b9.com/ - --- Henrik Motakef - <henrik.motakef@web.de> diff --git a/www/cl-lml-cmucl/pkg-plist b/www/cl-lml-cmucl/pkg-plist deleted file mode 100644 index a7339267319d..000000000000 --- a/www/cl-lml-cmucl/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/common-lisp/lml/cmuclfasl/base.fasl -lib/common-lisp/lml/cmuclfasl/downloads.fasl -lib/common-lisp/lml/cmuclfasl/files.fasl -lib/common-lisp/lml/cmuclfasl/package.fasl -lib/common-lisp/lml/cmuclfasl/stdsite.fasl -lib/common-lisp/lml/cmuclfasl/utils.fasl -lib/common-lisp/lml/cmuclfasl/read-macro.fasl -@dirrm lib/common-lisp/lml/cmuclfasl |