diff options
author | alepulver <alepulver@FreeBSD.org> | 2010-10-11 13:39:30 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2010-10-11 13:39:30 +0800 |
commit | ba4dbcd68b5d78964bfa9759dad90244b950a57c (patch) | |
tree | 50ba70783aa50cc9cc0ad0c5806c76097014cca0 | |
parent | b8781e4b36be8bc8250bed5350d612736462c276 (diff) | |
download | freebsd-ports-gnome-ba4dbcd68b5d78964bfa9759dad90244b950a57c.tar.gz freebsd-ports-gnome-ba4dbcd68b5d78964bfa9759dad90244b950a57c.tar.zst freebsd-ports-gnome-ba4dbcd68b5d78964bfa9759dad90244b950a57c.zip |
- Deprecate and set to expire old/unmaintained ports.
-rw-r--r-- | devel/thistest/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmamegui/Makefile | 3 | ||||
-rw-r--r-- | games/airrox/Makefile | 3 | ||||
-rw-r--r-- | games/bfm/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/torrent_swapper/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/torrentvolve/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gag/Makefile | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/devel/thistest/Makefile b/devel/thistest/Makefile index eb5fadd73ca5..499a9acc896b 100644 --- a/devel/thistest/Makefile +++ b/devel/thistest/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .jar MAINTAINER= alepulver@FreeBSD.org COMMENT= A Java unit testing framework +DEPRECATED= development has ceased; website disappeared +EXPIRATION_DATE= 2011-04-11 + USE_JAVA= yes JAVA_VERSION= 1.5+ USE_ANT= yes diff --git a/emulators/xmamegui/Makefile b/emulators/xmamegui/Makefile index acbd93f4299f..56fba8463153 100644 --- a/emulators/xmamegui/Makefile +++ b/emulators/xmamegui/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= alepulver MAINTAINER= alepulver@FreeBSD.org COMMENT= SDLMAME frontend that has been written using Java +DEPRECATED= development has ceased; try emulators/qmc2 instead +EXPIRATION_DATE= 2011-04-11 + USE_JAVA= yes JAVA_VERSION= 1.5+ NO_WRKSUBDIR= yes diff --git a/games/airrox/Makefile b/games/airrox/Makefile index 2595cca05ce0..1e1eefc666ae 100644 --- a/games/airrox/Makefile +++ b/games/airrox/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-0.04 MAINTAINER= alepulver@FreeBSD.org COMMENT= An 3D Air Hockey, which uses SDL & OpenGL +DEPRECATED= development has ceased +EXPIRATION_DATE= 2011-04-11 + USE_GMAKE= yes USE_SDL= mixer net sdl USE_GL= glut diff --git a/games/bfm/Makefile b/games/bfm/Makefile index a624456a62fa..0abdfc6c135b 100644 --- a/games/bfm/Makefile +++ b/games/bfm/Makefile @@ -18,6 +18,9 @@ COMMENT= Battle for Mandicor is free RTS fantasy game using Stratagus LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ vorbisfile.6:${PORTSDIR}/audio/libvorbis +DEPRECATED= development has ceased; website disappeared +EXPIRATION_DATE= 2011-04-11 + USE_GMAKE= yes USE_LUA= 5.0 USE_SDL= sdl diff --git a/net-p2p/torrent_swapper/Makefile b/net-p2p/torrent_swapper/Makefile index 913402eea530..e5dcf108465a 100644 --- a/net-p2p/torrent_swapper/Makefile +++ b/net-p2p/torrent_swapper/Makefile @@ -18,6 +18,9 @@ COMMENT= Sociable P2P network client based on Bittorrent RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.19.1:${PORTSDIR}/security/py-m2crypto \ ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb +DEPRECATED= development has ceased (last release is of 2006) +EXPIRATION_DATE= 2011-04-11 + USE_PYTHON= 2.4+ USE_WX= 2.6+ WX_COMPS= python diff --git a/net-p2p/torrentvolve/Makefile b/net-p2p/torrentvolve/Makefile index 4e9617e5c9d3..f810915d7f07 100644 --- a/net-p2p/torrentvolve/Makefile +++ b/net-p2p/torrentvolve/Makefile @@ -16,6 +16,9 @@ COMMENT= Cross-platform PHP-driven web-based BitTorrent client RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +DEPRECATED= development has ceased, and last release is beta +EXPIRATION_DATE= 2011-04-11 + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/sysutils/gag/Makefile b/sysutils/gag/Makefile index 844b988f5b0d..4009adfb522e 100644 --- a/sysutils/gag/Makefile +++ b/sysutils/gag/Makefile @@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= alepulver@FreeBSD.org COMMENT= Graphical Boot Manager +DEPRECATED= no point in having it as a port, can be downloaded from the website and burned +EXPIRATION_DATE= 2011-04-11 + ONLY_FOR_ARCHS= i386 amd64 ia64 USE_ZIP= yes NO_BUILD= yes |