diff options
author | agc <agc@pkgsrc.org> | 2004-01-23 15:00:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-23 15:00:01 +0000 |
commit | f0d58f5cb5d8ccff91e31e74671af7cdbb76a715 (patch) | |
tree | 2776d0a4229f835e0a440ece5ab1b22a5e0b2879 /textproc/ispell-russian-io | |
parent | 54f4b3a75d962677e6ce9dd97430a5a1860ed8e8 (diff) | |
download | pkgsrc-f0d58f5cb5d8ccff91e31e74671af7cdbb76a715.tar.gz |
Break the ispell-russian package into two separate packages -
ispell-russian, and
ispell-russian-io
ispell-russian-io is the same as the ispell-russian package, but with
"YO" support enabled (this was previously done in a dodgy,
undocumented way in the ispell-russian package).
Both packages can be installed at the same time.
With thanks to Valeriy E. Ushakov for guidance.
Diffstat (limited to 'textproc/ispell-russian-io')
-rw-r--r-- | textproc/ispell-russian-io/DESCR | 11 | ||||
-rw-r--r-- | textproc/ispell-russian-io/Makefile | 7 | ||||
-rw-r--r-- | textproc/ispell-russian-io/PLIST | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/ispell-russian-io/DESCR b/textproc/ispell-russian-io/DESCR new file mode 100644 index 00000000000..90785860ef6 --- /dev/null +++ b/textproc/ispell-russian-io/DESCR @@ -0,0 +1,11 @@ +This is a new Russian (KOI8-R) dictionaries for ispell. + +The word list is based on the early one collected by Neal Dalton. +After removing illegal words and adding many new rules and words, +the dictionaries contain now over 116,200 basic words and produce +over 1,116,000 related words (compared to 52,000 words in Neal's +version and 952,000 words in the dictionary by K. Knizhnik). + +Also, this package seems to be the only one that supports the right +spelling of words with the Russian letter 'io' (other dictionaries +simply replace the letter 'io' by 'ye'). diff --git a/textproc/ispell-russian-io/Makefile b/textproc/ispell-russian-io/Makefile new file mode 100644 index 00000000000..6ff0478034e --- /dev/null +++ b/textproc/ispell-russian-io/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/23 15:00:01 agc Exp $ + +PKGNAME= ispell-russian-io-0.99f5 + +MAKE_ENV+= IO="defined" + +.include "../../textproc/ispell-russian/Makefile.common" diff --git a/textproc/ispell-russian-io/PLIST b/textproc/ispell-russian-io/PLIST new file mode 100644 index 00000000000..29c123067ff --- /dev/null +++ b/textproc/ispell-russian-io/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/23 15:00:02 agc Exp $ +lib/russian-io.aff +lib/russian-io.hash |