diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-13 17:06:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-13 17:06:18 +0000 |
commit | cbbb212f5408d2544b13194f1e87ff7bfc98716a (patch) | |
tree | aefa9840f55efc93919209b342e6cc450f78f764 /games/MyGoGrinder | |
parent | 92f2b0d286af022c2c87953ae88b35d91cb1e57f (diff) | |
download | pkgsrc-cbbb212f5408d2544b13194f1e87ff7bfc98716a.tar.gz |
Update to 2.1.0:
Version 2.1.0 (oct.29th 2014)
Bugs fixed:
* The switch -sysinfo worked only in Windows - in Linux (?also in Mac?) the
clipboard is deleted on exit
* extensive work in the SGF-parser, "\" and "]" are handled correct IN THE
PARSER (not yet in the display)
Further:
* SGF FF[3] files (AddWhite, SiZe, DaTe, CiRcle, ...) are now processed and
displayed!!
* Files from a defect version of Hibiscus 2.1 (LB[yy:0]...) are now displayed
* Many defect SGF files get now a suitable error message; a stacktrace is
only shown for debugging (internal switch "DEBUG2"). Normal file errors
shouldn't give a stack trace. (If you have a defect sgf file, which
doesn't get an sppropriate error message - let me know!)
* Grinder has now an extra log file for SGF file errors: sgf-log.txt
Diffstat (limited to 'games/MyGoGrinder')
-rw-r--r-- | games/MyGoGrinder/Makefile | 4 | ||||
-rw-r--r-- | games/MyGoGrinder/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/MyGoGrinder/Makefile b/games/MyGoGrinder/Makefile index 927507174aa..d2e7c755116 100644 --- a/games/MyGoGrinder/Makefile +++ b/games/MyGoGrinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/09/03 12:56:06 tron Exp $ +# $NetBSD: Makefile,v 1.6 2014/11/13 17:06:18 wiz Exp $ -DISTNAME= MyGoGrinder-2.0.3 +DISTNAME= MyGoGrinder-2.1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mygogrinder/} EXTRACT_SUFX= .zip diff --git a/games/MyGoGrinder/distinfo b/games/MyGoGrinder/distinfo index a6f3ae7bead..b98fadb50c4 100644 --- a/games/MyGoGrinder/distinfo +++ b/games/MyGoGrinder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/09/03 10:27:21 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/11/13 17:06:18 wiz Exp $ -SHA1 (MyGoGrinder-2.0.3.zip) = 17a6e3619fdf510e5a423212394adfb7c64e16ef -RMD160 (MyGoGrinder-2.0.3.zip) = f00d51651a55e3a104926ff0c5b84a9a55ad2e4e -Size (MyGoGrinder-2.0.3.zip) = 1914826 bytes +SHA1 (MyGoGrinder-2.1.0.zip) = 5ad3339f459e32caa42ab498f9bdceb311c51225 +RMD160 (MyGoGrinder-2.1.0.zip) = 9cbf72b9aed221cee3831f76c4337f46a50c3603 +Size (MyGoGrinder-2.1.0.zip) = 1958232 bytes |