aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-06-20 05:50:49 +0800
committermarino <marino@FreeBSD.org>2014-06-20 05:50:49 +0800
commit68d540ed1c19722f148256ab8b28caf40e5255c8 (patch)
tree0aeb6bc868935bdae321646d45a5d3e72fa27886 /lang
parentd53bb4e897bb265fdc2f60e99c6d1c3f96e577a3 (diff)
downloadfreebsd-ports-gnome-68d540ed1c19722f148256ab8b28caf40e5255c8.tar.gz
freebsd-ports-gnome-68d540ed1c19722f148256ab8b28caf40e5255c8.tar.zst
freebsd-ports-gnome-68d540ed1c19722f148256ab8b28caf40e5255c8.zip
lang: stklos,ikarus: Reset maintainer, deprecate, expire in 1 month
Vitaly Magerya requested to release these ports which have not been maintained upstream for years. He endorses deprecation if no one steps up to fix and stage them. http://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093312.html Approved by: portmgr (implicit)
Diffstat (limited to 'lang')
-rw-r--r--lang/ikarus/Makefile5
-rw-r--r--lang/stklos/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile
index 6a08de410c43..c1cc949d349d 100644
--- a/lang/ikarus/Makefile
+++ b/lang/ikarus/Makefile
@@ -10,9 +10,12 @@ MASTER_SITES= http://launchpad.net/ikarus/0.0/${PORTVERSION}/+download/ \
http://tx97.net/pub/distfiles/ \
LOCAL/glarkin
-MAINTAINER= vmagerya@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
+DEPRECATED= Upstream project died in 2009
+EXPIRATION_DATE=2014-07-20
+
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
# Both install bin/scheme-script
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
index 01b7afe00f61..b2114f071340 100644
--- a/lang/stklos/Makefile
+++ b/lang/stklos/Makefile
@@ -8,9 +8,12 @@ CATEGORIES= lang scheme
MASTER_SITES= http://www.stklos.net/download/ \
ftp://kaolin.essi.fr/pub/STklos/
-MAINTAINER= vmagerya@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= The successor of the STk Scheme interpreter
+DEPRECATED= Fails testsuite on all platforms, unmaintained upstream
+EXPIRATION_DATE=2014-07-20
+
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
pcre.3:${PORTSDIR}/devel/pcre \
ffi:${PORTSDIR}/devel/libffi \