diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-16 23:55:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-16 23:55:13 +0000 |
commit | e1941c47019084d15fb7cd9a03764d3b65e346e4 (patch) | |
tree | 869ea02df670a64e534ec1780bf057435e20aec0 /games/kanatest | |
parent | 7bd3cc1112ad304c4fcd71f29dc7cd8fc4d10ab6 (diff) | |
download | pkgsrc-e1941c47019084d15fb7cd9a03764d3b65e346e4.tar.gz |
Import kanatest-0.4.8:
Kanatest is a Japanese kana (Hiragana and Katakana) simple flashcard tool.
You can learn, or remind yourself about kana chars in quick and easy way!
List of key features:
* Fifteen lessons (groups of kana chars)
* Lesson can be fully customizable by user
* Repeating wrongly-answered questions mode
* Built-in kana chart
* Advanced statistics
During test the Kanatest displays randomly selected kana char (respecting
mode and lesson) and waits for user answer expected as romaji equivalent.
This process continues until all questions will be answered or all questions
will be answered correctly (depends on options). At the end of test a short
info about drilling time and correctness ratio is displayed.
The results are stored and user can review his performance in any time.
Diffstat (limited to 'games/kanatest')
-rw-r--r-- | games/kanatest/DESCR | 17 | ||||
-rw-r--r-- | games/kanatest/Makefile | 22 | ||||
-rw-r--r-- | games/kanatest/PLIST | 18 | ||||
-rw-r--r-- | games/kanatest/distinfo | 5 |
4 files changed, 62 insertions, 0 deletions
diff --git a/games/kanatest/DESCR b/games/kanatest/DESCR new file mode 100644 index 00000000000..137e87ee64b --- /dev/null +++ b/games/kanatest/DESCR @@ -0,0 +1,17 @@ +Kanatest is a Japanese kana (Hiragana and Katakana) simple flashcard tool. +You can learn, or remind yourself about kana chars in quick and easy way! + +List of key features: + + * Fifteen lessons (groups of kana chars) + * Lesson can be fully customizable by user + * Repeating wrongly-answered questions mode + * Built-in kana chart + * Advanced statistics + +During test the Kanatest displays randomly selected kana char (respecting +mode and lesson) and waits for user answer expected as romaji equivalent. +This process continues until all questions will be answered or all questions +will be answered correctly (depends on options). At the end of test a short +info about drilling time and correctness ratio is displayed. +The results are stored and user can review his performance in any time. diff --git a/games/kanatest/Makefile b/games/kanatest/Makefile new file mode 100644 index 00000000000..7fae4c8c2ff --- /dev/null +++ b/games/kanatest/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/16 23:55:13 joerg Exp $ + +DISTNAME= kanatest-0.4.8 +CATEGORIES= games +MASTER_SITES= http://clayo.org/kanatest/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://clayo.org/kanatest/ +COMMENT= A flash-card program to memorise Japanese kana + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake msgfmt pkg-config + +post-build: + cd ${WRKSRC}/po && for a in *.po; do msgfmt -o $${a%.po}.mo $$a; done + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/kanatest/PLIST b/games/kanatest/PLIST new file mode 100644 index 00000000000..2caf669595c --- /dev/null +++ b/games/kanatest/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/16 23:55:13 joerg Exp $ +bin/kanatest +share/applications/kanatest.desktop +share/icons/hicolor/16x16/apps/kanatest.png +share/icons/hicolor/22x22/apps/kanatest.png +share/icons/hicolor/24x24/apps/kanatest.png +share/icons/hicolor/32x32/apps/kanatest.png +share/icons/hicolor/48x48/apps/kanatest.png +share/icons/hicolor/scalable/apps/kanatest.svg +share/locale/de/LC_MESSAGES/kanatest.mo +share/locale/es/LC_MESSAGES/kanatest.mo +share/locale/fr/LC_MESSAGES/kanatest.mo +share/locale/hu/LC_MESSAGES/kanatest.mo +share/locale/it/LC_MESSAGES/kanatest.mo +share/locale/pl/LC_MESSAGES/kanatest.mo +share/locale/pt/LC_MESSAGES/kanatest.mo +share/locale/ru/LC_MESSAGES/kanatest.mo +share/pixmaps/kanatest.png diff --git a/games/kanatest/distinfo b/games/kanatest/distinfo new file mode 100644 index 00000000000..48073f59805 --- /dev/null +++ b/games/kanatest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/16 23:55:13 joerg Exp $ + +SHA1 (kanatest-0.4.8.tar.gz) = 4f316b28898d37597230c918d6ec01b491d66a35 +RMD160 (kanatest-0.4.8.tar.gz) = 40862600bffe34e57a231003ab5597e6ac3436fb +Size (kanatest-0.4.8.tar.gz) = 302154 bytes |