diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-02-12 17:38:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-02-12 17:38:25 +0000 |
commit | c2f603edf9a3a7436410352000018a0197ca4ec9 (patch) | |
tree | 35a15f85ff58c2758d7b3fa4e7a1ccb9d1a9cd57 /games/Makefile | |
parent | - Update to 2.2.23 (diff) |
Add ports games/anki and games/py-anki:
Anki is a program designed to help you remember facts (such as words and
phrases in a foreign language) as easily, quickly and efficiently as possible.
To do this, it tracks how well you remember each fact, and uses that
information to optimally schedule review times. With a minimal amount of
effort, you can greatly increase the amount of material you remember, making
study more productive, and more fun.
While Anki can be used for studying anything, it also ships with special
features designed to make studying Japanese and English easier: integrated
dictionary lookups, missing kanji reports, and more. Sample decks are also
provided for Russian.
py-anki is a library based on a theory called spaced repetition. In
simple terms, it means that each time you review some material, you
should wait longer than last time before reviewing it again.
WWW: http://ichi2.net/anki/
Author: Damien Elmes <anki@ichi2.net>
Notes
Notes:
svn path=/head/; revision=207057
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index a20440080347..7dd1dd3dfcc6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -42,6 +42,7 @@ SUBDIR += an SUBDIR += anagramarama SUBDIR += angband + SUBDIR += anki SUBDIR += annelid SUBDIR += antipolix SUBDIR += antrix @@ -593,6 +594,7 @@ SUBDIR += ptkei SUBDIR += ptools SUBDIR += pvpgn + SUBDIR += py-anki SUBDIR += py-mnemosyne SUBDIR += py-poker-eval SUBDIR += py-pychess |