diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-29 19:05:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-29 19:05:06 +0000 |
commit | d2340cb7852fb3aaad5faa79017c70c77ea22c6d (patch) | |
tree | f9625e2834c83e201fc4f39ff7cd7c849b1b16c6 /russian/rus-ispell | |
parent | 34b25fda5f133667b456a69b455e0601e6f79bbc (diff) | |
download | ports-d2340cb7852fb3aaad5faa79017c70c77ea22c6d.tar.gz ports-d2340cb7852fb3aaad5faa79017c70c77ea22c6d.zip |
Notes
Diffstat (limited to 'russian/rus-ispell')
-rw-r--r-- | russian/rus-ispell/Makefile | 29 | ||||
-rw-r--r-- | russian/rus-ispell/distinfo | 1 | ||||
-rw-r--r-- | russian/rus-ispell/files/ispell-ru.sh | 3 | ||||
-rw-r--r-- | russian/rus-ispell/files/patch-aa | 9 | ||||
-rw-r--r-- | russian/rus-ispell/pkg-comment | 1 | ||||
-rw-r--r-- | russian/rus-ispell/pkg-descr | 19 | ||||
-rw-r--r-- | russian/rus-ispell/pkg-plist | 3 |
7 files changed, 65 insertions, 0 deletions
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile new file mode 100644 index 000000000000..3cf22218344b --- /dev/null +++ b/russian/rus-ispell/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: rus-ispell +# Date created: 29.01.2001 +# Whom: ache +# +# $FreeBSD$ +# + +PORTNAME= rus-ispell +PORTVERSION= 0.99d6 +CATEGORIES= russian textproc +MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/ispell/ +DISTNAME= rus-ispell + +MAINTAINER= ache@FreeBSD.org + +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell + +USE_GMAKE= yes +MAKE_ARGS= YO=1 +ALL_TARGET= koi + +NO_WRKSUBDIR= yes + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell + ${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru + +.include <bsd.port.mk> diff --git a/russian/rus-ispell/distinfo b/russian/rus-ispell/distinfo new file mode 100644 index 000000000000..4cfec4b0c0a5 --- /dev/null +++ b/russian/rus-ispell/distinfo @@ -0,0 +1 @@ +MD5 (rus-ispell.tar.gz) = ce0c8e925a2dfc067909f08be07e4848 diff --git a/russian/rus-ispell/files/ispell-ru.sh b/russian/rus-ispell/files/ispell-ru.sh new file mode 100644 index 000000000000..1365a904aee7 --- /dev/null +++ b/russian/rus-ispell/files/ispell-ru.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec ispell -d russian $* diff --git a/russian/rus-ispell/files/patch-aa b/russian/rus-ispell/files/patch-aa new file mode 100644 index 000000000000..17c0faaeeb22 --- /dev/null +++ b/russian/rus-ispell/files/patch-aa @@ -0,0 +1,9 @@ +--- sortkoi8.bak Tue May 25 22:17:17 1999 ++++ sortkoi8 Mon Jan 29 21:23:05 2001 +@@ -13,4 +13,5 @@ + fi + TEMP='£³ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ' + +-tr $ALPH $TEMP | sort $FOLD | tr $TEMP $ALPH ++#tr $ALPH $TEMP | sort $FOLD | tr $TEMP $ALPH ++LANG=ru_RU.KOI8-R sort $FOLD diff --git a/russian/rus-ispell/pkg-comment b/russian/rus-ispell/pkg-comment new file mode 100644 index 000000000000..227c6e8ed90a --- /dev/null +++ b/russian/rus-ispell/pkg-comment @@ -0,0 +1 @@ +New Russian dictionaries for ispell diff --git a/russian/rus-ispell/pkg-descr b/russian/rus-ispell/pkg-descr new file mode 100644 index 000000000000..87ff2212e59e --- /dev/null +++ b/russian/rus-ispell/pkg-descr @@ -0,0 +1,19 @@ +New Russian dictionaries for ispell + +This package contains a list of Russian words and an affix file to be +used with a well-known ispell spelling checker. It may be especially +useful for UNIX users. + +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 90,100 basic words and produce over +892,000 related words (compared to 52,000 words in Neal's version). + +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'). + +Further detailed documentation on the package is in Russian (koi8-r +character set) in README.koi file. + +WWW: ftp://mch5.chem.msu.su/pub/russian/ispell/ diff --git a/russian/rus-ispell/pkg-plist b/russian/rus-ispell/pkg-plist new file mode 100644 index 000000000000..31fde2201808 --- /dev/null +++ b/russian/rus-ispell/pkg-plist @@ -0,0 +1,3 @@ +bin/ispell-ru +share/ispell/russian.hash +share/ispell/russian.aff |