summaryrefslogtreecommitdiff
path: root/converters
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 /converters
parentRename devel/ patch-xy patches to reflect the files they modify. (diff)
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 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/cl-babel-clisp/Makefile31
-rw-r--r--converters/cl-babel-clisp/pkg-descr6
3 files changed, 0 insertions, 38 deletions
diff --git a/converters/Makefile b/converters/Makefile
index edbcd9d1691b..f93525786ba7 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -14,7 +14,6 @@
SUBDIR += btoa
SUBDIR += chmview
SUBDIR += cl-babel
- SUBDIR += cl-babel-clisp
SUBDIR += cl-babel-sbcl
SUBDIR += cmios9
SUBDIR += cocot
diff --git a/converters/cl-babel-clisp/Makefile b/converters/cl-babel-clisp/Makefile
deleted file mode 100644
index 56ea22afe87d..000000000000
--- a/converters/cl-babel-clisp/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= babel
-PORTVERSION= 2010.01.16
-PORTREVISION= 1
-CATEGORIES= converters lisp
-PKGNAMEPREFIX= cl-
-DISTFILES= # none
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Charset encoding/decoding library written in Common Lisp
-
-DEPRECATED= Depends on deprecated lang/clisp
-EXPIRATION_DATE= 2014-07-28
-
-BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:${PORTSDIR}/converters/cl-babel \
- ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \
- ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \
- ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/clispfasl/package.fasl:${PORTSDIR}/devel/cl-trivial-gray-streams-clisp
-RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:${PORTSDIR}/converters/cl-babel \
- ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \
- ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \
- ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/clispfasl/package.fasl:${PORTSDIR}/devel/cl-trivial-gray-streams-clisp
-
-USE_ASDF_FASL= yes
-FASL_TARGET= clisp
-FASL_BUILD= yes
-ASDF_MODULES= babel babel-streams
-
-.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
-.include <bsd.port.mk>
diff --git a/converters/cl-babel-clisp/pkg-descr b/converters/cl-babel-clisp/pkg-descr
deleted file mode 100644
index 5f427f3b1a4d..000000000000
--- a/converters/cl-babel-clisp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Babel is a charset encoding/decoding library, not unlike GNU libiconv,
-but completely written in Common Lisp.
-
-This package is compiled with CLISP.
-
-WWW: http://www.cliki.net/Babel