summaryrefslogtreecommitdiff
path: root/games/koth
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-02 12:18:58 +0000
committerwiz <wiz>2003-04-02 12:18:58 +0000
commit953c7e24561fac160bc3e15a698d8c89feb7dc1a (patch)
tree94cb9f47f7838fc1862ba418372efcb860f8da47 /games/koth
parentb667579bf3a82d25307377098b78578c99d41c3d (diff)
downloadpkgsrc-953c7e24561fac160bc3e15a698d8c89feb7dc1a.tar.gz
Update to 0.8.0:
* KOTH 0.8.0 * kick (through server console) * new weapons: black hole, laser, dirt curtain, dirt vaporizer and depth charge * infinite number of observers * new status area in battle window (nickname/armor/shield) * readiness indication in pregame * new "who already fired" ingame bar * bugfixes and other misc changes (weapon's price, power, behavior etc) * weapon's name in death messages * New explosions * Koth is now playable on fast computers (sleep in animations) * KOTH 0.7.7 * new maintainer * New feature: IRC's /me style message * Many bug fixes, including segfault's in the server, client and bots. * Added manpages for kclever-ai, kmoron-ai, koth, koths from the Debian package.
Diffstat (limited to 'games/koth')
-rw-r--r--games/koth/Makefile10
-rw-r--r--games/koth/PLIST10
-rw-r--r--games/koth/distinfo6
-rw-r--r--games/koth/patches/patch-aa9
4 files changed, 15 insertions, 20 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile
index 8e114235562..2c3835056cb 100644
--- a/games/koth/Makefile
+++ b/games/koth/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2003/04/02 12:06:40 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2003/04/02 12:18:58 wiz Exp $
#
-DISTNAME= koth-0.7.6
-PKGREVISION= 2
+DISTNAME= koth-0.8.0
CATEGORIES= games
-MASTER_SITES= http://www-unix.oit.umass.edu/~tetron/koth/
+MASTER_SITES= http://savannah.nongnu.org/download/koth/default.pkg/0.8.0/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= hubertf@netbsd.org
-HOMEPAGE= http://www-unix.oit.umass.edu/~tetron/koth/
+HOMEPAGE= http://www.nongnu.org/koth/
COMMENT= The classic "shoot the other tank" artillery game, networked
USE_BUILDLINK2= YES
diff --git a/games/koth/PLIST b/games/koth/PLIST
index 86c7ec22329..0aca80939ea 100644
--- a/games/koth/PLIST
+++ b/games/koth/PLIST
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2003/01/04 12:25:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/04/02 12:18:58 wiz Exp $
+bin/kclever-ai
+bin/kmoron-ai
bin/koth
bin/koths
-bin/kmoron-ai
-bin/kclever-ai
+man/man6/kclever-ai.6
+man/man6/kmoron-ai.6
+man/man6/koth.6
+man/man6/koths.6
share/doc/koth/README
share/examples/koth/koth.cfg
@dirrm share/examples/koth
diff --git a/games/koth/distinfo b/games/koth/distinfo
index d532ebf111d..07f64233d26 100644
--- a/games/koth/distinfo
+++ b/games/koth/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/01/04 12:25:13 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/04/02 12:18:58 wiz Exp $
-SHA1 (koth-0.7.6.tar.gz) = dcfe80c51b1e281763260af42e13fc6cd1dab92b
-Size (koth-0.7.6.tar.gz) = 145289 bytes
+SHA1 (koth-0.8.0.tar.bz2) = 6cb04ae1f09c4fb521fb47465ab91a1d67986c41
+Size (koth-0.8.0.tar.bz2) = 140569 bytes
SHA1 (patch-aa) = 5235e02794ef94ee1c49d895b8cc0ab4ec09a68b
SHA1 (patch-ab) = 69ce8862b3cdba97f3a4040b0004254b89de3606
diff --git a/games/koth/patches/patch-aa b/games/koth/patches/patch-aa
deleted file mode 100644
index f652a471537..00000000000
--- a/games/koth/patches/patch-aa
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1999/08/05 01:58:12 hubertf Exp $
-
---- src/relay.c.orig Thu Aug 5 03:27:23 1999
-+++ src/relay.c Thu Aug 5 03:27:36 1999
-@@ -1,3 +1,4 @@
-+#include <errno.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/time.h>