aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-06-16 02:26:12 +0800
committerrene <rene@FreeBSD.org>2014-06-16 02:26:12 +0800
commit098e94dcefce6fec594e3755c823539791ddc336 (patch)
tree6895cdec00045f495c3b414c0a2fa19187ae9a75 /lang
parent9bccb99ecd3536108c187db19bbaa05d42357b41 (diff)
downloadfreebsd-ports-gnome-098e94dcefce6fec594e3755c823539791ddc336.tar.gz
freebsd-ports-gnome-098e94dcefce6fec594e3755c823539791ddc336.tar.zst
freebsd-ports-gnome-098e94dcefce6fec594e3755c823539791ddc336.zip
Remove expired ports:
2014-06-12 databases/py-cmemcache: Deprecated upstream 2014-06-13 games/mangos: Broken for more than 6 months 2014-06-14 lang/clojure-contrib: monolithic contrib library is obsolete 2014-06-14 devel/bzapi: Bugzilla has a native REST API, see https://wiki.mozilla.org/BMO/REST
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/clojure-contrib/Makefile28
-rw-r--r--lang/clojure-contrib/distinfo2
-rw-r--r--lang/clojure-contrib/pkg-descr5
4 files changed, 0 insertions, 36 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c7ebfd1cc87e..9da156e41824 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -38,7 +38,6 @@
SUBDIR += clay
SUBDIR += clisp
SUBDIR += clojure
- SUBDIR += clojure-contrib
SUBDIR += clojure-mode.el
SUBDIR += cmucl
SUBDIR += cmucl-extra
diff --git a/lang/clojure-contrib/Makefile b/lang/clojure-contrib/Makefile
deleted file mode 100644
index 3a56a40ad215..000000000000
--- a/lang/clojure-contrib/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= clojure-contrib
-PORTVERSION= 1.2.0
-CATEGORIES= lang lisp java
-MASTER_SITES= http://cloud.github.com/downloads/clojure/clojure-contrib/
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Extensions and enhancements to the Clojure libraries
-
-DEPRECATED= monolithic contrib library is obsolete
-EXPIRATION_DATE=2014-06-14
-
-LICENSE= EPL
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/clojure:${PORTSDIR}/lang/clojure
-
-USES= zip
-USE_JAVA= yes
-NO_BUILD= yes
-JAVA_VERSION= 1.6+
-
-PLIST_FILES= %%JAVAJARDIR%%/clojure-contrib-1.2.0.jar
-
-do-install:
- @${INSTALL_DATA} ${WRKSRC}/target/clojure-contrib-1.2.0.jar ${STAGEDIR}${JAVAJARDIR}
-
-.include <bsd.port.mk>
diff --git a/lang/clojure-contrib/distinfo b/lang/clojure-contrib/distinfo
deleted file mode 100644
index d69439afdd32..000000000000
--- a/lang/clojure-contrib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (clojure-contrib-1.2.0.zip) = edc370d90d19f46e1e4b974f99418bf90809471e7baf0ef8d78189d0d2415447
-SIZE (clojure-contrib-1.2.0.zip) = 884268
diff --git a/lang/clojure-contrib/pkg-descr b/lang/clojure-contrib/pkg-descr
deleted file mode 100644
index d300811f807c..000000000000
--- a/lang/clojure-contrib/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Extensions and enhancements to the Clojure libraries. Contributions
-are made here only under the Clojure Contributor Agreement, and may
-become part of the main Clojure distribution.
-
-WWW: http://code.google.com/p/clojure-contrib/