diff options
author | pav <pav@FreeBSD.org> | 2004-01-03 00:00:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-03 00:00:36 +0800 |
commit | e5d8c997cc12b31b5ec2d5700b1b1968337f1984 (patch) | |
tree | 01370cec74a890f9e26c6f69c06fa42bbd06f172 /textproc/Makefile | |
parent | 94538eee131f6bde55493146b745f32a5ece3441 (diff) | |
download | freebsd-ports-gnome-e5d8c997cc12b31b5ec2d5700b1b1968337f1984.tar.gz freebsd-ports-gnome-e5d8c997cc12b31b5ec2d5700b1b1968337f1984.tar.zst freebsd-ports-gnome-e5d8c997cc12b31b5ec2d5700b1b1968337f1984.zip |
Add words, a free Latin-English dictionary program which 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. This is also our first port written in ADA.
PR: ports/60822
Submitted by: Leland Wang <llwang@infor.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 873411ebacca..1d0c361a0038 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -502,6 +502,7 @@ SUBDIR += whitespace.el SUBDIR += word2x SUBDIR += wordnet + SUBDIR += words SUBDIR += wv SUBDIR += wv2 SUBDIR += xalan-c |