diff options
author | nox <nox@FreeBSD.org> | 2007-02-19 06:19:06 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-02-19 06:19:06 +0800 |
commit | 133469311c15b548c1dafe5ee96333c6ddced804 (patch) | |
tree | 8d8e2ac7eb2b8e33855f2f8f1852956b19c6ee6f /games/Makefile | |
parent | bfbff322e96bd0ed26ce5d5e035f6c3e8a151ba3 (diff) | |
download | freebsd-ports-gnome-133469311c15b548c1dafe5ee96333c6ddced804.tar.gz freebsd-ports-gnome-133469311c15b548c1dafe5ee96333c6ddced804.tar.zst freebsd-ports-gnome-133469311c15b548c1dafe5ee96333c6ddced804.zip |
LaTrine is a curses-based LAnguage TRaINEr. It takes a dictionary and
asks you for a word or a phrase, and you try to give the correct answer.
You can choose in what direction LaTrine shall ask, and the selection of
the words or phrases will depend on how often you don't know the correct
translation for the respective phrase. This is a conventional way to drill
yourself in vocabulary. In addition to this package you need an
appropriate dictionary. You may write your own word list, or you can
download one from the internet. The Free Dictionaries Project provides
dictionaries for about 50 language combinations, which can be used with
LaTrine.
WWW: http://www.godisch.de/debian/latrine/
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 3952b9219b6e..c8d4ddba5cfc 100644 --- a/games/Makefile +++ b/games/Makefile @@ -384,6 +384,7 @@ SUBDIR += kwappen SUBDIR += ladder SUBDIR += lapispuzzle + SUBDIR += latrine SUBDIR += lbreakout SUBDIR += lbreakout2 SUBDIR += ldmud |