diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-02 12:18:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-02 12:18:58 +0000 |
commit | e40f4fca1c5c08e5f609f902d5afdd60e8050113 (patch) | |
tree | 94cb9f47f7838fc1862ba418372efcb860f8da47 /games/koth/Makefile | |
parent | 6987147112f0870f1b96f2e781fc8d9164da499d (diff) | |
download | pkgsrc-e40f4fca1c5c08e5f609f902d5afdd60e8050113.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/Makefile')
-rw-r--r-- | games/koth/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |