From f0d58f5cb5d8ccff91e31e74671af7cdbb76a715 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 23 Jan 2004 15:00:01 +0000 Subject: 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. --- textproc/ispell-russian-io/DESCR | 11 +++++++++++ textproc/ispell-russian-io/Makefile | 7 +++++++ textproc/ispell-russian-io/PLIST | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 textproc/ispell-russian-io/DESCR create mode 100644 textproc/ispell-russian-io/Makefile create mode 100644 textproc/ispell-russian-io/PLIST (limited to 'textproc') 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 -- cgit v1.2.3