aboutsummaryrefslogtreecommitdiff
path: root/textproc
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
parent1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/cl-meta-clisp/Makefile26
-rw-r--r--textproc/cl-meta-clisp/pkg-descr6
-rw-r--r--textproc/cl-ppcre-clisp/Makefile24
-rw-r--r--textproc/cl-ppcre-clisp/pkg-descr6
5 files changed, 0 insertions, 64 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 2d0c9a3386a0..c5dd127d28b5 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -67,10 +67,8 @@
SUBDIR += chm2pdf
SUBDIR += chpp
SUBDIR += cl-meta
- SUBDIR += cl-meta-clisp
SUBDIR += cl-meta-sbcl
SUBDIR += cl-ppcre
- SUBDIR += cl-ppcre-clisp
SUBDIR += cl-ppcre-sbcl
SUBDIR += clit
SUBDIR += clucene
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
diff --git a/textproc/cl-ppcre-clisp/Makefile b/textproc/cl-ppcre-clisp/Makefile
deleted file mode 100644
index 1d2964f1e200..000000000000
--- a/textproc/cl-ppcre-clisp/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Henrik Motakef <henrik.motakef@web.de>
-# $FreeBSD$
-
-PORTNAME= cl-ppcre
-PORTVERSION= 2.0.3
-PORTREVISION= 1
-CATEGORIES= textproc lisp
-DISTFILES= # none
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
-
-DEPRECATED= Depends on deprecated lang/clisp
-EXPIRATION_DATE= 2014-07-28
-
-BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre
-RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre
-
-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-ppcre-clisp/pkg-descr b/textproc/cl-ppcre-clisp/pkg-descr
deleted file mode 100644
index d6afcf8c0a72..000000000000
--- a/textproc/cl-ppcre-clisp/pkg-descr
+++ /dev/null
@@ -1,6 +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 CLISP.
-
-WWW: http://www.weitz.de/cl-ppcre/