pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/kanatest Import kanatest-0.4.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/529dfdba4871
branches: trunk
changeset: 568710:529dfdba4871
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Dec 16 23:55:13 2009 +0000
description:
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:
games/kanatest/DESCR | 17 +++++++++++++++++
games/kanatest/Makefile | 22 ++++++++++++++++++++++
games/kanatest/PLIST | 18 ++++++++++++++++++
games/kanatest/distinfo | 5 +++++
4 files changed, 62 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r 78dca94eb131 -r 529dfdba4871 games/kanatest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/kanatest/DESCR Wed Dec 16 23:55:13 2009 +0000
@@ -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 -r 78dca94eb131 -r 529dfdba4871 games/kanatest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/kanatest/Makefile Wed Dec 16 23:55:13 2009 +0000
@@ -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@localhost
+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 -r 78dca94eb131 -r 529dfdba4871 games/kanatest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/kanatest/PLIST Wed Dec 16 23:55:13 2009 +0000
@@ -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 -r 78dca94eb131 -r 529dfdba4871 games/kanatest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/kanatest/distinfo Wed Dec 16 23:55:13 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index