mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.9
This commit is contained in:
parent
e5a1021bf7
commit
d741d7a1c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200083
@ -6,35 +6,35 @@
|
||||
#
|
||||
|
||||
PORTNAME= kana-no-quiz
|
||||
DISTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.9
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= Kana_no_quiz-${DISTVERSION}
|
||||
DISTNAME= ${PORTNAME:S,k,K,}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A little tool to memorize Japanese KANA (Hiragana/Katakana)
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
|
||||
${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS= PYGAME "With KANA pronounciation sounds" off
|
||||
|
||||
RM_FILES= CHANGES.txt FAL.txt GPL.txt
|
||||
RM_OPTS= -f
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
PYDISTUTILS_PKGNAME= Kana_no_quiz
|
||||
PYDISTUTILS_PKGNAME= Kana-no-quiz
|
||||
|
||||
WRKSRC= "${WRKDIR}/Kana no quiz-${DISTVERSION}"
|
||||
|
||||
post-extract:
|
||||
for f in ${RM_FILES}; do \
|
||||
${RM} ${RM_OPTS} ${WRKSRC}/$${f}; \
|
||||
done
|
||||
@cd ${WRKSRC} && ${RM} ${RM_OPTS} ${RM_FILES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Kana_no_quiz-1.7.tar.bz2) = 60ac4a9b2ade75059ce4f20bd53cbe65
|
||||
SHA256 (Kana_no_quiz-1.7.tar.bz2) = c58e4203b564c1566e61f0265e679341949b271e794e4027eeb5a07a0046e555
|
||||
SIZE (Kana_no_quiz-1.7.tar.bz2) = 1735948
|
||||
MD5 (Kana-no-quiz-1.9.tar.gz) = 29dc701f5804e15b0589ef6d19c953bf
|
||||
SHA256 (Kana-no-quiz-1.9.tar.gz) = 1fa0e769917d5bdbc8745edb9b1fe0277f643d5a8aff81979d83fec15b96a693
|
||||
SIZE (Kana-no-quiz-1.9.tar.gz) = 10520248
|
||||
|
@ -1,8 +1,9 @@
|
||||
Kana no quiz is a little tool to memorize japanese kana (hiragana & katakana).
|
||||
The method is quite simple: kana randomly appear and you have to find their
|
||||
transcription in romaji (Hepburn). There are several possibilities, but only
|
||||
one anwser is right!
|
||||
Thanks to this method, you memorize the kana to its transcription, and thus
|
||||
know how to pronouce it!
|
||||
Kana no quiz is a little educational tool, simple yet
|
||||
efficient, to memorize the pronunciation of Japanese
|
||||
kana (hiragana & katakana) in an quick, easy, and
|
||||
flexible fashion.
|
||||
This program features several ways and many options to
|
||||
either teach the complete beginner or test the wizard
|
||||
skill on kana recognition and pronouncing.
|
||||
|
||||
WWW: http://www.choplair.org/?Kana%20no%20quiz
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user