diff options
author | wiz <wiz@pkgsrc.org> | 2011-07-12 13:44:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-07-12 13:44:35 +0000 |
commit | 3b698d4830d7708a1a29fa214896bbc3e5f60fe4 (patch) | |
tree | 4037721e70a9fabf5ad174b332840588e9c600cf /games/gbrainy/Makefile | |
parent | 1dbdf363837cb9f843e3822c36caf90914f6efb8 (diff) | |
download | pkgsrc-3b698d4830d7708a1a29fa214896bbc3e5f60fe4.tar.gz |
Update to 2.00:
Version 2.00
* UI
** Integrated question and solution
** Theme support
** New default theme (notebook)
** Vertical / Horizontal toolbar orientation
* Game experience
** Better answer handling
** Accept words, accept figures names, more flexibility handling spaces, etc
** Better rationale explanations (%)
** Fixed some verbal analogies
* Localization
** I18N fixes
*** Proof-reading on English by native speakers. 20% of strings where enhanced for better grammar
**** Ability to run gbrainy in English ignoring the translations
* 11 new games: 4 logic games, 1 calculation game, 6 new verbal analogies
* Infrastructure Fixes
** Minor memory leaks
** Mono 2.10 support
* Several bug fixes
Diffstat (limited to 'games/gbrainy/Makefile')
-rw-r--r-- | games/gbrainy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 004c2ced790..717abff9d44 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2011/06/10 09:39:54 obache Exp $ +# $NetBSD: Makefile,v 1.41 2011/07/12 13:44:35 wiz Exp $ # -DISTNAME= gbrainy-1.65 -PKGREVISION= 2 +DISTNAME= gbrainy-2.00 CATEGORIES= games MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/ |