diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-24 02:20:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-24 02:20:36 +0000 |
commit | 101c630868ab011883bb52a33d9a7a4a6778baaf (patch) | |
tree | 94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-ru-io | |
parent | 08ca529542aa8af60396f118dde389c08e218b39 (diff) | |
download | pkgsrc-101c630868ab011883bb52a33d9a7a4a6778baaf.tar.gz |
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;
and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-ru-io')
-rw-r--r-- | textproc/ispell-ru-io/DESCR | 11 | ||||
-rw-r--r-- | textproc/ispell-ru-io/Makefile | 7 | ||||
-rw-r--r-- | textproc/ispell-ru-io/PLIST | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/ispell-ru-io/DESCR b/textproc/ispell-ru-io/DESCR new file mode 100644 index 00000000000..90785860ef6 --- /dev/null +++ b/textproc/ispell-ru-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-ru-io/Makefile b/textproc/ispell-ru-io/Makefile new file mode 100644 index 00000000000..3c1225994d4 --- /dev/null +++ b/textproc/ispell-ru-io/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:41 rodent Exp $ + +PKGNAME= ispell-russian-io-${RUS_ISPELL_VERSION} + +MAKE_ENV+= IO="defined" + +.include "../../textproc/ispell-russian/Makefile.common" diff --git a/textproc/ispell-ru-io/PLIST b/textproc/ispell-ru-io/PLIST new file mode 100644 index 00000000000..6bc15bac5be --- /dev/null +++ b/textproc/ispell-ru-io/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:41 rodent Exp $ +lib/russian-io.aff +lib/russian-io.hash |