diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-10 13:44:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-10 13:44:43 +0000 |
commit | 1977278cfa0e55e98636f99f561078dc8f2af0f0 (patch) | |
tree | 1bd606c8beb2a3afa938df3d943c00888f1c5991 /games/gnugo | |
parent | 397d7ff205922a963633cc276e01ffe57de9db5b (diff) | |
download | pkgsrc-1977278cfa0e55e98636f99f561078dc8f2af0f0.tar.gz |
Update to 3.2.
New in 3.2 (since 3.0)
- stronger than 3.0
- uses less RAM than 3.0
- 1-dimensional board
- experimental dynamic connection analysis
- experimental reading semeai module
- new influence function
- stronger and more agressive
- reads to find combinations
- revised Zobrist hashing
- new html views of the regressions, and many more tests
New in 3.0 (since 2.6)
- stronger than 2.6
- new move generation scheme
- new influence function
- more accurate reading
- board information maintained incrementally during reading
- new "owl" and "life" modules for accurate life and death analysis
- persistent caching of reading and owl results for speed
- revised semeai module
- experimental Deterministic Finite State Automaton (DFA) pattern matcher
- new debugging tools
- level option
Diffstat (limited to 'games/gnugo')
-rw-r--r-- | games/gnugo/Makefile | 4 | ||||
-rw-r--r-- | games/gnugo/PLIST | 10 | ||||
-rw-r--r-- | games/gnugo/distinfo | 7 | ||||
-rw-r--r-- | games/gnugo/patches/patch-aa | 14 |
4 files changed, 14 insertions, 21 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 88d45cef08c..6193f0cd20a 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:19 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/05/10 13:44:43 wiz Exp $ -DISTNAME= gnugo-2.6 +DISTNAME= gnugo-3.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=gnugo/} diff --git a/games/gnugo/PLIST b/games/gnugo/PLIST index 35726d3a58d..e5b77e5ef5b 100644 --- a/games/gnugo/PLIST +++ b/games/gnugo/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:19 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/05/10 13:44:43 wiz Exp $ +bin/debugboard bin/gnugo @unexec ${INSTALL_INFO} --delete %D/info/gnugo.info %D/info/dir info/gnugo.info @@ -7,5 +8,12 @@ info/gnugo.info-2 info/gnugo.info-3 info/gnugo.info-4 info/gnugo.info-5 +info/gnugo.info-6 +info/gnugo.info-7 +info/gnugo.info-8 +info/gnugo.info-9 +info/gnugo.info-10 +info/gnugo.info-11 +info/gnugo.info-12 @exec ${INSTALL_INFO} %D/info/gnugo.info %D/info/dir man/man6/gnugo.6 diff --git a/games/gnugo/distinfo b/games/gnugo/distinfo index df7bb9e3402..07e5a86de05 100644 --- a/games/gnugo/distinfo +++ b/games/gnugo/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:27 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/05/10 13:44:43 wiz Exp $ -SHA1 (gnugo-2.6.tar.gz) = 03b3da993a62b6fee473784900795eaade7e788a -Size (gnugo-2.6.tar.gz) = 617161 bytes -SHA1 (patch-aa) = 8ba523dd10dfc3c08af06750bf1eff9eff76571b +SHA1 (gnugo-3.2.tar.gz) = 9485fc53fc7d7353d9d672b8aaec96d480480b77 +Size (gnugo-3.2.tar.gz) = 2012129 bytes diff --git a/games/gnugo/patches/patch-aa b/games/gnugo/patches/patch-aa deleted file mode 100644 index 203bd1f6acb..00000000000 --- a/games/gnugo/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2000/11/21 04:51:37 toshii Exp $ - ---- doc/gnugo.info.orig Mon Feb 14 16:10:18 2000 -+++ doc/gnugo.info -@@ -1,5 +1,9 @@ - This is gnugo.info, produced by makeinfo version 4.0 from gnugo.texi. - -+INFO-DIR-SECTION Games -+START-INFO-DIR-ENTRY -+* Gnugo: (gnugo). Go playing program. -+END-INFO-DIR-ENTRY - - Indirect: - gnugo.info-1: 71 |