aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-05-31 21:16:44 +0800
committerlawrance <lawrance@FreeBSD.org>2005-05-31 21:16:44 +0800
commit66a19d7006ad6d0ac610b6c0d7a1a2f2bd2f9e6b (patch)
treef27aac2ade187cfa6982028d938193fea0e81eb8 /games
parent451431becfe917f1d5e3064c61a2e2554b9939e4 (diff)
downloadfreebsd-ports-gnome-66a19d7006ad6d0ac610b6c0d7a1a2f2bd2f9e6b.tar.gz
freebsd-ports-gnome-66a19d7006ad6d0ac610b6c0d7a1a2f2bd2f9e6b.tar.zst
freebsd-ports-gnome-66a19d7006ad6d0ac610b6c0d7a1a2f2bd2f9e6b.zip
Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
Diffstat (limited to 'games')
-rw-r--r--games/battleball/Makefile3
-rw-r--r--games/columns/Makefile3
-rw-r--r--games/crossword/Makefile3
-rw-r--r--games/gniffel/Makefile3
-rw-r--r--games/powerpak/Makefile3
-rw-r--r--games/pythoong/Makefile3
-rw-r--r--games/smacx/Makefile3
-rw-r--r--games/tictactoe3d/Makefile3
-rw-r--r--games/xchain/Makefile3
-rw-r--r--games/xeyesplus/Makefile3
-rw-r--r--games/xjumpjump/Makefile3
-rw-r--r--games/xmj/Makefile3
-rw-r--r--games/xnibbles/Makefile3
-rw-r--r--games/xothello/Makefile3
-rw-r--r--games/xsol/Makefile3
-rw-r--r--games/xsoldier/Makefile5
16 files changed, 50 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 2f4f8ebf99c9..2e95bfc0a876 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -11,6 +11,9 @@ CATEGORIES= games
MASTER_SITES= http://home.austin.rr.com/pah/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D single/multiplayer military soccer game for X Window System
diff --git a/games/columns/Makefile b/games/columns/Makefile
index ef23bc792371..d2984742e477 100644
--- a/games/columns/Makefile
+++ b/games/columns/Makefile
@@ -13,6 +13,9 @@ CATEGORIES= games
MASTER_SITES= # http://www.rzuser.uni-heidelberg.de/~dheck/columns/
DISTNAME= Columns-${PORTVERSION}
+DEPRECATED= "no longer available on master site"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice little implementation of columns game for X Window System
diff --git a/games/crossword/Makefile b/games/crossword/Makefile
index 2cb237146049..a295dd2ec831 100644
--- a/games/crossword/Makefile
+++ b/games/crossword/Makefile
@@ -11,6 +11,9 @@ PORTVERSION= 0.8.3
CATEGORIES= games
MASTER_SITES= http://www.ldc.usb.ve/~96-28234/
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Crossword Generator
diff --git a/games/gniffel/Makefile b/games/gniffel/Makefile
index 6cec9ee0353d..ab6837a95b9b 100644
--- a/games/gniffel/Makefile
+++ b/games/gniffel/Makefile
@@ -12,6 +12,9 @@ CATEGORIES= games gnome
# mastersite disappeared in February 2002
MASTER_SITES= # http://www.informatik.fh-wiesbaden.de/~i820/downloads/
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of the famous Yatzi game, also known as Kniffel, for GNOME
diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile
index 342e70691ce4..d33983e94053 100644
--- a/games/powerpak/Makefile
+++ b/games/powerpak/Makefile
@@ -12,6 +12,9 @@ CATEGORIES= games
MASTER_SITES= http://www.angelfire.com/va/powerpakgsdk/images/
DISTNAME= PowerPak
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= SDL-based Game Software Development Kit
diff --git a/games/pythoong/Makefile b/games/pythoong/Makefile
index 2ebb96e43168..ce96c9080ca2 100644
--- a/games/pythoong/Makefile
+++ b/games/pythoong/Makefile
@@ -11,6 +11,9 @@ PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= http://perso.wanadoo.fr/christophe.cressend/tarballs/
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= A snake-like game written for Gnome desktop
diff --git a/games/smacx/Makefile b/games/smacx/Makefile
index e5608ad3ca6d..4d8a2fe57dc0 100644
--- a/games/smacx/Makefile
+++ b/games/smacx/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES= ftp://download.linuxlords.com/pub/demos/smac/ \
DISTNAME= ${PORTNAME}-demo-x86
EXTRACT_SUFX= .run
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Free demo of Sid Meier's Alpha Centauri
diff --git a/games/tictactoe3d/Makefile b/games/tictactoe3d/Makefile
index 69d411409dc3..01bfad171b5e 100644
--- a/games/tictactoe3d/Makefile
+++ b/games/tictactoe3d/Makefile
@@ -11,6 +11,9 @@ CATEGORIES= games
MASTER_SITES= http://www.che.iitm.ac.in/~ch99057/software/
DISTNAME= ttt3d
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= This is a simple "3D" tic tac toe game
diff --git a/games/xchain/Makefile b/games/xchain/Makefile
index 6f9dd9a0a5a1..a7cb5f76c823 100644
--- a/games/xchain/Makefile
+++ b/games/xchain/Makefile
@@ -11,6 +11,9 @@ CATEGORIES= games
MASTER_SITES= # no longer available
DISTNAME= ${PORTNAME}_1.0-2
+DEPRECATED= "master site disappeared, Debian archive has 1.0.1"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Chain Reaction, a strategy game for 2-4 players
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile
index d2bbaaa3e59c..7464334b3f5d 100644
--- a/games/xeyesplus/Makefile
+++ b/games/xeyesplus/Makefile
@@ -12,6 +12,9 @@ MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
DISTNAME= xeyes+${PORTVERSION}
EXTRACT_SUFX= .tar.Z
+DEPRECATED= "no longer available from author's site"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Horrible eyes looking at your mouse cursor
diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile
index 83a7d9a0dc2a..f708530f7480 100644
--- a/games/xjumpjump/Makefile
+++ b/games/xjumpjump/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= # http://makosteszta.sote.hu/linux/jumpjump/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Logical game for X Window System
diff --git a/games/xmj/Makefile b/games/xmj/Makefile
index 43b7e90e9c45..ba9b02bffa9c 100644
--- a/games/xmj/Makefile
+++ b/games/xmj/Makefile
@@ -11,6 +11,9 @@ CATEGORIES= games
MASTER_SITES= # mastersite disappeared in 1997
DISTNAME= ${PORTNAME}
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Mahjongg
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index 605593a1c46f..a5e0d65301e9 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -12,6 +12,9 @@ CATEGORIES= games
MASTER_SITES= http://tinton.braschka.org/Files/pub/games/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/BETA/}
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple X11 snake game, like one seen in MS-DOS qbasic
diff --git a/games/xothello/Makefile b/games/xothello/Makefile
index 928d4a1d0a96..caee1a41fd90 100644
--- a/games/xothello/Makefile
+++ b/games/xothello/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= # http://makosteszta.sote.hu/linux/othello/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Othello aka Reversi game for X Window
diff --git a/games/xsol/Makefile b/games/xsol/Makefile
index 53b6c485f4b7..899b2cc7834d 100644
--- a/games/xsol/Makefile
+++ b/games/xsol/Makefile
@@ -12,6 +12,9 @@ CATEGORIES= games
MASTER_SITES= # ftp://ftp.simcb.ru/pub/unix/src/
DISTNAME= ${PORTNAME}-new
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Solitaire
diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile
index 117ea3418a8f..60f81ee527c8 100644
--- a/games/xsoldier/Makefile
+++ b/games/xsoldier/Makefile
@@ -11,6 +11,11 @@ CATEGORIES= games
# mastersite disappeared in December 2002
MASTER_SITES= # http://www.surfline.ne.jp/hachi/xsoldier/
+# A new version is available at http://www.interq.or.jp/libra/oohara/xsoldier/
+# which will require a bit of porting.
+DEPRECATED= "master site disappeared, see Makefile if you want to save this port"
+EXPIRATION_DATE=2005-07-31
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Shooting game for x11