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 /www | |
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 'www')
-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 |
4 files changed, 0 insertions, 52 deletions
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 |