diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-08-17 04:55:09 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-08-17 04:55:09 +0800 |
commit | 4a6a368c5b05ef7b612543bf6dd95697457f0d04 (patch) | |
tree | 78c6628d6fe61910763482c8f614630ba424d7c2 /devel | |
parent | f72e0969c494e595772d20ace88eedf996be03b4 (diff) | |
download | freebsd-ports-gnome-4a6a368c5b05ef7b612543bf6dd95697457f0d04.tar.gz freebsd-ports-gnome-4a6a368c5b05ef7b612543bf6dd95697457f0d04.tar.zst freebsd-ports-gnome-4a6a368c5b05ef7b612543bf6dd95697457f0d04.zip |
Remove asdf-binary-locations, which was obsoleted by ASDF 2.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cl-asdf-binary-locations/Makefile | 29 | ||||
-rw-r--r-- | devel/cl-asdf-binary-locations/distinfo | 2 | ||||
-rw-r--r-- | devel/cl-asdf-binary-locations/pkg-descr | 4 | ||||
-rw-r--r-- | devel/cl-asdf-binary-locations/pkg-plist | 7 |
5 files changed, 0 insertions, 43 deletions
diff --git a/devel/Makefile b/devel/Makefile index e58ff1bac3bf..d9d52a353290 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -174,7 +174,6 @@ SUBDIR += cl-alexandria-clisp SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf - SUBDIR += cl-asdf-binary-locations SUBDIR += cl-asdf-clisp SUBDIR += cl-cffi SUBDIR += cl-cffi-clisp diff --git a/devel/cl-asdf-binary-locations/Makefile b/devel/cl-asdf-binary-locations/Makefile deleted file mode 100644 index 41c46ecc339c..000000000000 --- a/devel/cl-asdf-binary-locations/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: cl-asdf-binary-locations -# Date created: 18 January 2010 -# Whom: Jimmy Olgeni <olgeni@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= asdf-binary-locations -PORTVERSION= 0.3.9 -PORTREVISION= 2 -CATEGORIES= devel lisp -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= olgeni -PKGNAMEPREFIX= cl- - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Selects where your Common Lisp binaries (FASL files) should go - -NO_BUILD= yes - -do-install: - @${MKDIR} ${ASDF_PATHNAME} - @${MKDIR} ${ASDF_PATHNAME}/dev - @${INSTALL_DATA} ${WRKSRC}/dev/*.lisp ${ASDF_PATHNAME}/dev - @${INSTALL_DATA} ${WRKSRC}/asdf-binary-locations.asd ${ASDF_PATHNAME} - @${MKDIR} ${ASDF_REGISTRY} - @${LN} -sf ${ASDF_PATHNAME}/*.asd ${ASDF_REGISTRY} - -.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" -.include <bsd.port.mk> diff --git a/devel/cl-asdf-binary-locations/distinfo b/devel/cl-asdf-binary-locations/distinfo deleted file mode 100644 index 26f76b2b1ba6..000000000000 --- a/devel/cl-asdf-binary-locations/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (asdf-binary-locations-0.3.9.tar.gz) = 5344d351f61fd4e597a349e3b9eb4dbb1f27019f608ab58829ba74e8937905f6 -SIZE (asdf-binary-locations-0.3.9.tar.gz) = 12573 diff --git a/devel/cl-asdf-binary-locations/pkg-descr b/devel/cl-asdf-binary-locations/pkg-descr deleted file mode 100644 index f4604daeba34..000000000000 --- a/devel/cl-asdf-binary-locations/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ASDF-Binary-Locations is an ASDF-Extension that makes it easy to -specify where your Common Lisp binaries (FASL files) should go. - -WWW: http://common-lisp.net/project/asdf-binary-locations/ diff --git a/devel/cl-asdf-binary-locations/pkg-plist b/devel/cl-asdf-binary-locations/pkg-plist deleted file mode 100644 index 45e5d8741289..000000000000 --- a/devel/cl-asdf-binary-locations/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%LIB32DIR%%/common-lisp/asdf-binary-locations/asdf-binary-locations.asd -%%LIB32DIR%%/common-lisp/asdf-binary-locations/dev/main.lisp -%%LIB32DIR%%/common-lisp/system-registry/asdf-binary-locations.asd -@dirrm %%LIB32DIR%%/common-lisp/asdf-binary-locations/dev -@dirrm %%LIB32DIR%%/common-lisp/asdf-binary-locations -@dirrmtry %%LIB32DIR%%/common-lisp/system-registry -@dirrmtry %%LIB32DIR%%/common-lisp |