Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DCE5EA57FE for ; Sat, 21 Feb 2015 08:10:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E6F714A203; Sat, 21 Feb 2015 08:10:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7010814A202 for ; Sat, 21 Feb 2015 08:10:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6LVmc-4P-zrm for ; Sat, 21 Feb 2015 08:10:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A4A3F14A1DC for ; Sat, 21 Feb 2015 08:10:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 969B798; Sat, 21 Feb 2015 08:10:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 21 Feb 2015 08:10:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/MyGoGrinder To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150221081013.969B798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Feb 21 08:10:13 UTC 2015 Modified Files: pkgsrc/games/MyGoGrinder: Makefile PLIST distinfo 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 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/MyGoGrinder/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/MyGoGrinder/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/MyGoGrinder/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.