diff options
author | kris <kris@FreeBSD.org> | 2007-02-11 08:55:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-11 08:55:24 +0800 |
commit | 6e433d32c23d4edc0fa03ddb6b7fb766a65e05e8 (patch) | |
tree | 9838b6c16457a52daa035d18792da9a19ac255a9 /devel | |
parent | 6aebb3043e8f7c148264457ff14a968015dcfd0d (diff) | |
download | freebsd-ports-gnome-6e433d32c23d4edc0fa03ddb6b7fb766a65e05e8.tar.gz freebsd-ports-gnome-6e433d32c23d4edc0fa03ddb6b7fb766a65e05e8.tar.zst freebsd-ports-gnome-6e433d32c23d4edc0fa03ddb6b7fb766a65e05e8.zip |
Remove ports depending on expired devel/cl-asdf-cmucl port.
Diffstat (limited to 'devel')
-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 |
10 files changed, 0 insertions, 165 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 |