diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-27 16:00:05 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-27 16:00:05 +0000 |
commit | 0c85f1308a2d4e4ba3680c8ef5863af06f89887d (patch) | |
tree | 340c23440b48cdc8ad545e3c7718d4619af0fe6b | |
parent | d1786fb23ef50a756797a043853986496f446b6d (diff) | |
download | pkgsrc-0c85f1308a2d4e4ba3680c8ef5863af06f89887d.tar.gz |
Update to 0.7.0:
* Added hints for the human player.
* Found and plugged a issue with a timer which was the root to a lot of
strange behavior.
* Optimized the search and gained some speed.
* Fixed init problem in the transpositiontable.
* Fixed segfault in the thread handling.
* Added a lot of debug code for the search. (Compile with -DDEBUG)
* Sirius own icon as window icon (Alex Duggan)
* Frensh translation (Stéphane Jourdan)
* German translation (Poyan Rajamand)
* Swedish translation updated
-rw-r--r-- | games/sirius/Makefile | 4 | ||||
-rw-r--r-- | games/sirius/PLIST | 4 | ||||
-rw-r--r-- | games/sirius/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/games/sirius/Makefile b/games/sirius/Makefile index 1adea0d9ec7..e6cc5c38fe1 100644 --- a/games/sirius/Makefile +++ b/games/sirius/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/06/02 01:19:35 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/27 16:00:05 jmmv Exp $ # -DISTNAME= sirius-0.6.0 +DISTNAME= sirius-0.7.0 CATEGORIES= games gnome MASTER_SITES= http://sirius.bitvis.nu/files/ diff --git a/games/sirius/PLIST b/games/sirius/PLIST index 7f301fa31a9..67a6c194558 100644 --- a/games/sirius/PLIST +++ b/games/sirius/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/07 14:22:44 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/06/27 16:00:05 jmmv Exp $ bin/sirius share/applications/sirius.desktop +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sirius.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sirius.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sirius.mo share/pixmaps/sirius.png share/pixmaps/sirius/marker_classic.png diff --git a/games/sirius/distinfo b/games/sirius/distinfo index 85b86d73152..6ab5bf5b467 100644 --- a/games/sirius/distinfo +++ b/games/sirius/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/05/28 16:29:26 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2003/06/27 16:00:05 jmmv Exp $ -SHA1 (sirius-0.6.0.tar.gz) = 7bfd717e44fb36409842ef6308165ce18d3bd412 -Size (sirius-0.6.0.tar.gz) = 1290145 bytes +SHA1 (sirius-0.7.0.tar.gz) = 37961cf4cead9a467785db0a14895a72e9887316 +Size (sirius-0.7.0.tar.gz) = 1306274 bytes |