diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-28 16:38:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-28 16:38:08 +0000 |
commit | 6d482db5e68f86e0c4e662ce542235552413b2d7 (patch) | |
tree | a5fe23fbe208a0839b768d9281358519a13e6678 /converters | |
parent | 1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (diff) | |
download | ports-6d482db5e68f86e0c4e662ce542235552413b2d7.tar.gz ports-6d482db5e68f86e0c4e662ce542235552413b2d7.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/cl-babel-clisp/Makefile | 31 | ||||
-rw-r--r-- | converters/cl-babel-clisp/pkg-descr | 6 |
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 |