./games/MyGoGrinder, Program to solve Go (Weiqi, Baduk) problems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.1, Package name: MyGoGrinder-2.3.1, Maintainer: pkgsrc-users

MyGoGrinder is a Java program to solve Go (Weiqi, Baduk) problems.
This work is based on GoGrinder.


Required to run:
[lang/openjdk8]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2005.301 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2018-06-15 11:18:55 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
MyGoGrinder: update to 2.3.1.

Bugfix against zip slib attacks
   2018-01-14 18:34:02 by Roland Illig | Files touched by this commit (58)
Log message:
games/*: fix alignment of variable values

pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
   2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165)
Log message:
Follow some redirects.
   2015-11-03 21:57:10 by Alistair G. Crooks | Files touched by this commit (350)
Log message:
Add SHA512 digests for distfiles for games category

Problems found locating distfiles:
	Package blokus: missing distfile blokus-1.1.tar.gz
	Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
	Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
	Package gate88: missing distfile Gate88_Mar19_05.tar.gz
	Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
	Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
	Package rollemup: missing distfile Rollemup.tar.gz
	Package tscp: missing distfile tscp181.zip
	Package xbat: missing distfile xev111.tar.gz
	Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
	Package xrick: missing distfile xrick-021212.tgz
	Package xskat: missing distfile xskat-cards.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-02-21 09:10:13 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.3.0:

Version 2.3.0 (feb.18th 2015)
  New features:
    * Grinder can now find the CA[] property (ChAracter set, e.g. \ 
"CA[big5]") in
        the sgf and decode the file appropriate. However, some decodings are not
        supported by Java, e.g. HZ / CA[hz-gb-2312] / ~{NbGeT49mJV~}
    * When reading a file with no "CA[]" property set, we use the \ 
default of the
        jvm to read the sgf (this was and is the default behaviour). You can set
        a different character set as preferred default in the settings window.
        The selection of a default decoding (settings) helps decoding files, if
        MyGoGrinder is used in portable mode on different OSs: Linux and Mac
        usually use UTF-8, while Windows uses the local decoding/encoding.
    * If comments of sgf files are not displayed correctly, you can set the
        decoding manually: you can switch the decoding ("View" menu \ 
-> "Change
        text decoding") and you can also set this for all files of the current
        folder - without subdirectories (Grinder will remember this).
    * The settings file (mygrinder.ini) is now saved and read always with UTF-8
        encoding, so that it doesn't matter which default decoding the machine
        uses.
    * Log files are now also always written with UTF-8 encoding, so that
        messages with Russian, Chinese, Hebrew and Inuktitut characters can be
        read side by side with Latin (ASCII) characters. The old logs and
        settings are backed up.
    * When importing tags from a file, you can select the decoding.
    * You can let Grinder automatically move defect and unusable files to the
        folders "defect" resp. "notsupported"; activate this \ 
manually in the
        settings file (mygrinder.ini)! This will deactivate editing of defect
        files.
    * Changed display order of directories in the selection window: Java's file
        lists were not sorted, when got from some file system: FAT32 (thumb
        drive), ext4 (Linux). NTFS file systems gave an ordered list, so
        possibly you didn't ever observe this. You can switch sorted display
        off, if you liked the old unsorted list.
    * If you want to use the wgf editor, you need to activate it's main window's
        menue entry manually in the settings file: WGFFRAME.ENABLED=true
        I took the check box out of the settings window.
  Tweaks, bug fixes:
    * I reduced the count of warning messages, if starting a new profile.
    * "\" and "]" are now also handled correctly in the \ 
comment area of the main
        window
    * If there is an error in the sgf code or the file was not found (moved or
        deleted), instead of "Exit" we use now a default code, so that the
        program can continue normally.
    * Refresh the directories view in the selection window without closing the
        program
    * While working on the code, I remembered a behaviour in Linux: if you make
        a soft link to an external problems collection in your problems folder,
        these problems are used as if they were inside your problems folder. So
        stats files are created (but defect files cannot be moved). This doesn't
        work in Windows!
    * Sometimes, when deleting a tag in the selection window, the tags list was
        suddenly empty (shock). This was just a refresh-display-problem -
        seemingly solved
    * I threw the MYGG_DEBUG... system variables out.
    * ... and some more small tweaks and fixes, which I don't remember
   2014-12-11 16:27:03 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.2.0:

Version 2.2.0             (DECEMBER 2014)
  Bugs fixed:
    * The WGF-editor didn't take the new board size in some circumstances
        (introduced with the work on the parser)- repaired
    * play stone was also registered on the invisible part of the board (already
        in 1.02)
    * Splash screen: was too much white - repaired
  Bug or feature?:
    * When the "Apply Tag..." button has the focus, a key pressed sets \ 
the tag
        with this first letter, so key "c" or "C" would set \ 
"Corner" but if you
        type "cu", the code would set "Corner" AND \ 
"Cut"! This is not clean, as
        you would need to delete "Corner", if this isn't wanted. This \ 
is an old
        "feature": I found it also in version 1.02
  Further:
    * PathToSettings can now be set by environment variable (path needs to exist
        and be write enabled) - so you can have a 2nd, 3rd etc. profile for
        the same user
    * Environment variable: same goes with toggle stacktrace on for SGF-errors
        and set path to doc (help files)
        --> see SysVariables.txt
    * The same with log level for SGF errors (0-3, default is 1)
        --> see SysVariables.txt
    * Grinder can now recognize the location of the program's .jar file (usually
        it expects the help files in the program's subdirectory "doc" \ 
- this was
        a problem, when Grinder was started with a desktop script, which didn't
        cd to Grinder's program folder before)
    * Startup: shortened the display of the scanned path - now it fits better in
        the splash screen
    * Error messages concerning SGF code: they can now show the affected code
        and highlight it (loglevel 2 and 3)
    * DEMO.WGF moved to doc folder (where the help files reside) (Grinder tries
        to find it there, but falls back to load it from the program's folder)
    * File size is now restricted to files with up to ~100kby (default); this
        can be overridden in the settings file or with setting a system variable
        --> see SysVariables.txt
    * Set some system variables to control the behaviour of the program:
        MYGG_DOCPATH, MYGG_SETTINGS, MYGG_LOG_LVL,
        MYGG_SGF_MAX_SZ (and some more)
    * you get a warning, if one of the log files grows too big (default is ~1mby,
        change that in the settings file)
    * I thought, that the price for my works in the parser is more time
        consumption when parsing. I did a small test with ~1000 files, one time
        with GoGrinder 1.14, one time with MyGoGrinder 2.1.1: nothing remarkable!
        both needed around 45 seconds!
    * Portable - use the command line switch -p or -portable to run Grinder with
        sgf and settings in Grinder's program folder: this still needs some
        polishing: switching to the next problem takes too long.