diff options
author | rene <rene@FreeBSD.org> | 2013-12-22 19:48:43 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-22 19:48:43 +0800 |
commit | 8ad07569e2702dfa8f0d3206868e9c61c681ad26 (patch) | |
tree | 5c74afb677f6d923be988dd72e2c0627794cebcb /lang | |
parent | 096d3a3a4ca0836aaf323c1a6565b4807d2510f1 (diff) | |
download | freebsd-ports-gnome-8ad07569e2702dfa8f0d3206868e9c61c681ad26.tar.gz freebsd-ports-gnome-8ad07569e2702dfa8f0d3206868e9c61c681ad26.tar.zst freebsd-ports-gnome-8ad07569e2702dfa8f0d3206868e9c61c681ad26.zip |
Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/slib-gauche/Makefile | 31 | ||||
-rw-r--r-- | lang/slib-gauche/pkg-descr | 4 | ||||
-rw-r--r-- | lang/slib-gauche/pkg-plist | 2 |
4 files changed, 0 insertions, 38 deletions
diff --git a/lang/Makefile b/lang/Makefile index da5baf6d799f..2d5554a69fef 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -323,7 +323,6 @@ SUBDIR += sisc SUBDIR += sketchy SUBDIR += slib - SUBDIR += slib-gauche SUBDIR += slib-guile SUBDIR += slisp SUBDIR += smalltalk diff --git a/lang/slib-gauche/Makefile b/lang/slib-gauche/Makefile deleted file mode 100644 index 7e4945bc34e5..000000000000 --- a/lang/slib-gauche/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Kimura Fuyuki <fuyuki@nigredo.org> -# $FreeBSD$ - -PORTNAME= slib -PORTVERSION= 3b3 # Keep this in sync with devel/slib -PORTREVISION= 1 -CATEGORIES= lang scheme -MASTER_SITES= # empty -PKGNAMESUFFIX= -gauche -DISTFILES= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= SLIB installation for Gauche - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-12-22 - -BROKEN= does not build - -BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \ - gosh:${PORTSDIR}/lang/gauche -RUN_DEPENDS:= ${BUILD_DEPENDS} - -NO_BUILD= yes -PLIST_SUB= VERSION="`gauche-config -V`" - -NO_STAGE= yes -do-install: - ${LOCALBASE}/bin/gosh -uslib -E"require 'new-catalog" -Eexit - -.include <bsd.port.mk> diff --git a/lang/slib-gauche/pkg-descr b/lang/slib-gauche/pkg-descr deleted file mode 100644 index 4501db7da222..000000000000 --- a/lang/slib-gauche/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -To use the features offered by the SLIB library, add the following -construct to your programs: - - (use slib) diff --git a/lang/slib-gauche/pkg-plist b/lang/slib-gauche/pkg-plist deleted file mode 100644 index 58a1ac0056f3..000000000000 --- a/lang/slib-gauche/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@exec %%LOCALBASE%%/bin/gosh -uslib -E"require 'new-catalog" -Eexit -@unexec rm -f %%LOCALBASE%%/share/gauche-0.9/%%VERSION%%/lib/slibcat |