diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-15 23:29:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-15 23:29:17 +0000 |
commit | 637be3e7ffa7455540527317a647ae66d4694482 (patch) | |
tree | c4cfee2873545b1730d4a41ab10bad4508ccbbc4 /games | |
parent | e9cc4311333744b05ecdb800edf4dad30b790d7f (diff) | |
download | pkgsrc-637be3e7ffa7455540527317a647ae66d4694482.tar.gz |
Update to 5.6.3:
2005-11-27 Christian Mauduit
* Released 5.6.3.
* Added checks to avoid FD_SET with an arg1 of -1.
* Added checks on socket validity on client network code.
* Fixed it for good, on UNIX.
* Fixed network bug which caused connect screen to become irresponsive.
2005-11-26 Christian Mauduit
* Tried to released 5.6.3, failed because of network bug.
* Fixes for Allegro 4.2 / GCC 4.
* Updated docs.
2005-11-25 Christian Mauduit
* Warnings removed when compiling with gcc 4.0 and Allegro 4.2
2005-09-09 Christian Mauduit
* Waves deactivated by default on x86_64
2005-09-05 Christian Mauduit
* Fixed GUI procs so that 320x240 is correctly displayed.
* Minor fix, ptr size is checked, instead of long which is useless.
2005-09-04 Christian Mauduit
* Fixed my_edit_proc which was wrecked after migration to allegro 4.2
* Characters >= 128 are now filtered in the GUI.
2005-08-30 Christian Mauduit
* Fixes in XML doc files, changed the DTD URL.
2005-08-28 Christian Mauduit
* Added Solar System map by 2 of omega.
2005-06-29 Christian Mauduit
* Fixed the package generators to avoid arch system dirs
* Finally updated the makedoc.py script to use sax instead of xmllib
* Reactivated i386 assembly code for x86_64.
* Reindented code with indent and splint.
* Minor change in level menu layout to handle resolution display.
* Waves are activated by default only if assembly code is available.
* Added patches by Dave Vasilevsky to support Mac OS X.
2005-06-21 Christian Mauduit
* Game now requires Allegro 4.2.0beta3 to compile
* Removed most compile warnings, due to allegro deprecated functions
* Fixed alleg2.c to match allegro 4.2 needs.
2005-05-29 Christian Mauduit
* Copyright 2004 -> 2005
* Added infos about GNU Arch depot
* Added Fanfic by Gavin
2005-05-07 Christian Mauduit
* Added UWiKiCMS doc generation.
2004-08-22 Christian Mauduit
* Added more strategy tips suggested by Jan Samohýl.
2004-08-19 Christian Mauduit
* Game defaults to windowed mode under UNIX.
2004-07-06 Christian Mauduit
* Fixed Joystick support, which was completely broken, works under
Linux Now, with my gamepad at least.
Diffstat (limited to 'games')
-rw-r--r-- | games/liquidwar/Makefile | 9 | ||||
-rw-r--r-- | games/liquidwar/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index a498715486a..5a0afbd657c 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/06/04 11:18:12 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/15 23:29:17 wiz Exp $ # -DISTNAME= liquidwar-5.6.2 +DISTNAME= liquidwar-5.6.3 CATEGORIES= games -#MASTER_SITES= http://savannah.nongnu.org/download/liquidwar/ -MASTER_SITES= http://liquidwar.sunsite.dk/archive/ +MASTER_SITES= http://ufoot.hd.free.fr/pub/archive/ \ + http://www.ufoot.org/archive/ \ + http://download.savannah.nongnu.org/releases/liquidwar/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.ufoot.org/liquidwar/ diff --git a/games/liquidwar/distinfo b/games/liquidwar/distinfo index e60f024ad03..469f72c0281 100644 --- a/games/liquidwar/distinfo +++ b/games/liquidwar/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2006/01/12 22:34:15 joerg Exp $ +$NetBSD: distinfo,v 1.4 2006/01/15 23:29:17 wiz Exp $ -SHA1 (liquidwar-5.6.2.tar.gz) = 582ca26c507ea1fd79b247865142112d5ecfb0b1 -RMD160 (liquidwar-5.6.2.tar.gz) = 37042373804a9b93db3b0fbf64d103f801573c85 -Size (liquidwar-5.6.2.tar.gz) = 2973938 bytes +SHA1 (liquidwar-5.6.3.tar.gz) = a0126f0370a92e2db0f18d4bf8cf31a7f15081e2 +RMD160 (liquidwar-5.6.3.tar.gz) = 678304f624dcff4480b0398c79650ac3625dc86d +Size (liquidwar-5.6.3.tar.gz) = 3292030 bytes SHA1 (patch-aa) = fc323d94c6f2752e0f190ad93ea0f5224bb221e1 SHA1 (patch-ab) = effe830c3750d33bc7700aa817de05745166d541 |