diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-11 20:01:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-11 20:01:19 +0000 |
commit | a6cb8c12819c03260e42a87134267b46f8a7c688 (patch) | |
tree | 93bf802af96e9e92f5b7d3be13e99b5385b7b43d /games/xpuyopuyo/files | |
parent | d5499e37e77cf24c442b26b0ebe00c58d678e09d (diff) | |
download | pkgsrc-a6cb8c12819c03260e42a87134267b46f8a7c688.tar.gz |
Update xpuyopuyo to 0.9.1. Changes from version 0.3.8:
* AI code reverted to the 0.2 codebase.
* Fixed bug in tournament mode regarding AI selection.
* Added --insanity command-line option.
* Updated theme 3dRokz.
* Made configure more friendly to stow and related programs.
* Uses join face when puyo is joined.
* New theme: smileys (Brett Smith)
* Sound support added
* Music added -- still waiting on sound effects
* Updates to how hostname is obtained
* Fixed compilation error when --disable-network specified.
* Counting error on closed shapes fixed: This bug manifested itself
when mintomatch == 5 and a square cluster was formed -- the square
cluster was counted as 7 connected puyos, hence a match. Oops.
(thanks to Nick Cabatoff for spotting)
Diffstat (limited to 'games/xpuyopuyo/files')
-rw-r--r-- | games/xpuyopuyo/files/gnome-config | 9 | ||||
-rw-r--r-- | games/xpuyopuyo/files/md5 | 4 | ||||
-rw-r--r-- | games/xpuyopuyo/files/patch-sum | 4 |
3 files changed, 15 insertions, 2 deletions
diff --git a/games/xpuyopuyo/files/gnome-config b/games/xpuyopuyo/files/gnome-config new file mode 100644 index 00000000000..d75bcb9d7f9 --- /dev/null +++ b/games/xpuyopuyo/files/gnome-config @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $NetBSD: gnome-config,v 1.1 2000/08/11 20:01:20 jlam Exp $ + +case $1 in +--datadir) + echo @PREFIX@/share + ;; +esac diff --git a/games/xpuyopuyo/files/md5 b/games/xpuyopuyo/files/md5 index 429c9ddf91b..be4d999e448 100644 --- a/games/xpuyopuyo/files/md5 +++ b/games/xpuyopuyo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/05/29 16:40:57 jlam Exp $ +$NetBSD: md5,v 1.3 2000/08/11 20:01:20 jlam Exp $ -MD5 (xpuyopuyo-0.3.8.tar.gz) = 3b5333d49f17944538018b3197a3e906 +MD5 (xpuyopuyo-0.9.1.tar.gz) = 3bae5b98fa9e076722d53054ac6f3807 diff --git a/games/xpuyopuyo/files/patch-sum b/games/xpuyopuyo/files/patch-sum new file mode 100644 index 00000000000..59fce3f55e7 --- /dev/null +++ b/games/xpuyopuyo/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.3 2000/08/11 20:01:21 jlam Exp $ + +MD5 (patch-aa) = b593295d69ba3beae1b0d749adcdd706 +MD5 (patch-ab) = 16ab0e74076745b36e56539bcfaaab8a |