summaryrefslogtreecommitdiff
path: root/textproc/ispell-russian
AgeCommit message (Collapse)AuthorFilesLines
2008-07-15Use my NetBSD.org email - I read it much more regulary than any others.mishka1-2/+2
2007-08-22Introduce RUS_ISPELL_VERSION variable to simplify ispell-russian*mishka2-4/+6
packages maintenance.
2007-08-22Update russian ispell dictonaries to version 0.99g4.mishka3-8/+8
No functional changes, just dictionary improvements.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-01-23Split the ispell-russian packages into two separate packages,agc4-43/+41
ispell-russian and ispell-russian-io.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-25Update to 0.99.5 provided by the maintainer Mishka in PR 22945.wiz2-8/+8
Changes unknown.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-11-19Initial import of textproc/ispell-russian as provided by (mishka at terabytejschauma5-0/+125
dot com dot au) in PR pkg/18561 (with minor change by me to update to latest version). ispell-russian is, quite surprisingly, a Russian (KOI8-R) dictionary 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 'yo' (other dictionaries simply replace the letter 'yo' by 'ye').