summaryrefslogtreecommitdiff
path: root/misc/latin-words-bin/files
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-20 22:54:44 +0000
committerwiz <wiz@pkgsrc.org>2004-09-20 22:54:44 +0000
commit05c77904e9544e6c06c5304cdca3983a584be141 (patch)
treea4f03a1c9803656ecfb90d3d4a17c337d9fd93de /misc/latin-words-bin/files
parent1ad063193c2dadb2b1eab0c2bb5a86ac335e941a (diff)
downloadpkgsrc-05c77904e9544e6c06c5304cdca3983a584be141.tar.gz
Initial import of latin-words-bin-1.97 (Linux binary).
This Latin dictionary program takes keyboard input or a file of Latin text lines and provides an analysis/morphology (declension, conjugation, case, tense, etc.) of each word individually, the dictionary form, and the translation (meaning). am.at V 1 1 PRES ACTIVE IND 3 S X amo, amare, amavi, amatus love, like; fall in love with; be fond of; have a tendency to; The dictionary contains over 30000 entries and, through additional word construction with hundreds of prefixes and suffixes, may generate more, leading to many hundreds of thousands of 'words' that can be formed by declension and conjugation. Present emphasis is on classical Latin and late Latin, but medieval Latin entries are increasing. WORDS provides a tool to help in translations for the Latin student and a memory jog for researchers.
Diffstat (limited to 'misc/latin-words-bin/files')
-rw-r--r--misc/latin-words-bin/files/latin-words.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/latin-words-bin/files/latin-words.sh b/misc/latin-words-bin/files/latin-words.sh
new file mode 100644
index 00000000000..62788d2b2cf
--- /dev/null
+++ b/misc/latin-words-bin/files/latin-words.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+(cd @PREFIX@/libdata/latin-words && @PREFIX@/libexec/latin-words "$@")