Russian (KOI8-R) ispell dictionaries

This commit is contained in:
Andrey A. Chernov 1997-12-16 18:26:12 +00:00
parent 0721d2b15c
commit 8618b16310
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9099
8 changed files with 103 additions and 0 deletions

24
russian/rispell/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: rispell
# Date created: 16 Dec 1997
# Whom: ache
#
# $Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp $
#
DISTNAME= rispell
PKGNAME= russian-ispell
CATEGORIES= textproc russian
MASTER_SITES= http://www.ispras.ru/~knizhnik/ \
ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
WRKSRC= ${WRKDIR}/russian-ispell
MAINTAINER= ache@FreeBSD.org
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/lib
.include <bsd.port.mk>

1
russian/rispell/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rispell.tar.gz) = eb2c2346eb356ad7e873465cb6488f4f

View File

@ -0,0 +1,17 @@
*** russian.aff.bak Tue Sep 23 19:12:38 1997
--- russian.aff Tue Dec 16 20:33:07 1997
***************
*** 1,6 ****
nroffchars ().\\*
texchars ()\[]{}<\>\\$*.%
! wordchars [\xc0-\xdf] [\xe0-\xff]
suffixes
flag A:
--- 1,6 ----
nroffchars ().\\*
texchars ()\[]{}<\>\\$*.%
! wordchars [\xa3\xc0-\xdf] [\xb3\xe0-\xff]
suffixes
flag A:

View File

@ -0,0 +1,19 @@
*** makedict.cxx.bak Tue Sep 23 19:04:44 1997
--- makedict.cxx Tue Dec 16 20:30:21 1997
***************
*** 274,280 ****
}
fputs("nroffchars ().\\\\*\n"
"texchars ()\\[]{}<\\>\\\\$*.%\n"
! "wordchars [\\xc0-\\xdf] [\\xe0-\\xff]\n"
"suffixes\n\n", f);
for (int flag = 0; suffixes[flag] != NULL; flag++) {
--- 274,280 ----
}
fputs("nroffchars ().\\\\*\n"
"texchars ()\\[]{}<\\>\\\\$*.%\n"
! "wordchars [\\xa3\\xc0-\\xdf] [\\xb3\\xe0-\\xff]\n"
"suffixes\n\n", f);
for (int flag = 0; suffixes[flag] != NULL; flag++) {

View File

@ -0,0 +1,38 @@
*** Makefile.orig Fri Oct 24 11:58:47 1997
--- Makefile Tue Dec 16 20:46:27 1997
***************
*** 1,7 ****
ISPELL_TGZ = /usr/src/redhat/SOURCES/ispell-3.1.20.tar.gz
! ELISP_DIR = /usr/share/emacs/site-lisp
! IPATH = ./ispell-3.1
KITDIR = ../save-kostya-dict
first:
--- 1,7 ----
ISPELL_TGZ = /usr/src/redhat/SOURCES/ispell-3.1.20.tar.gz
! ELISP_DIR = NOTYET/usr/share/emacs/site-lisp
! IPATH = ${PREFIX}/bin
KITDIR = ../save-kostya-dict
first:
***************
*** 33,40 ****
make $(IPATH)
cp local.h $(IPATH)
! $(IPATH)/unsq: $(IPATH)/local.h
! cd $(IPATH) ; make ; cd ..
clean:
rm -f russian.sml* russian.hash makedict
--- 33,40 ----
make $(IPATH)
cp local.h $(IPATH)
! #$(IPATH)/unsq: $(IPATH)/local.h
! # cd $(IPATH) ; make ; cd ..
clean:
rm -f russian.sml* russian.hash makedict

View File

@ -0,0 +1 @@
Russian (KOI8-R) dictionary for ISPELL

View File

@ -0,0 +1 @@
Russian (KOI8-R) dictionary for ISPELL

View File

@ -0,0 +1,2 @@
lib/russian.hash
lib/russian.aff