aboutsummaryrefslogtreecommitdiff
path: root/textproc/cl-meta-clisp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-28 16:38:08 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-28 16:38:08 +0000
commit6d482db5e68f86e0c4e662ce542235552413b2d7 (patch)
treea5fe23fbe208a0839b768d9281358519a13e6678 /textproc/cl-meta-clisp
parent1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (diff)
downloadports-6d482db5e68f86e0c4e662ce542235552413b2d7.tar.gz
ports-6d482db5e68f86e0c4e662ce542235552413b2d7.zip
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only 2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp 2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp 2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp 2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp 2014-07-28 lang/clisp: development has ceased, not staged
Notes
Notes: svn path=/head/; revision=363198
Diffstat (limited to 'textproc/cl-meta-clisp')
-rw-r--r--textproc/cl-meta-clisp/Makefile26
-rw-r--r--textproc/cl-meta-clisp/pkg-descr6
2 files changed, 0 insertions, 32 deletions
diff --git a/textproc/cl-meta-clisp/Makefile b/textproc/cl-meta-clisp/Makefile
deleted file mode 100644
index 61614612f11f..000000000000
--- a/textproc/cl-meta-clisp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Henrik Motakef <henrik.motakef@web.de>
-# $FreeBSD$
-
-PORTNAME= meta
-PORTVERSION= 0.1
-PORTREVISION= 5
-PORTEPOCH= 1
-CATEGORIES= textproc lisp
-PKGNAMEPREFIX= cl-
-DISTFILES= # none
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Parser generator for Common Lisp
-
-DEPRECATED= Depends on deprecated lang/clisp
-EXPIRATION_DATE= 2014-07-28
-
-BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta
-RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta
-
-USE_ASDF_FASL= yes
-FASL_TARGET= clisp
-FASL_BUILD= yes
-
-.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
-.include <bsd.port.mk>
diff --git a/textproc/cl-meta-clisp/pkg-descr b/textproc/cl-meta-clisp/pkg-descr
deleted file mode 100644
index 4d75a742f057..000000000000
--- a/textproc/cl-meta-clisp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-META is builder for recursive descent parsers implemented as a domain
-specific language on top of Common Lisp.
-
-This package installs binaries for CLISP.
-
-WWW: http://home.pipeline.com/~hbaker1/Prag-Parse.html