Russian (KOI8-R) ispell dictionaries
This commit is contained in:
parent
0721d2b15c
commit
8618b16310
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9099
24
russian/rispell/Makefile
Normal file
24
russian/rispell/Makefile
Normal 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
1
russian/rispell/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rispell.tar.gz) = eb2c2346eb356ad7e873465cb6488f4f
|
17
russian/rispell/files/patch-aa
Normal file
17
russian/rispell/files/patch-aa
Normal 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:
|
19
russian/rispell/files/patch-ab
Normal file
19
russian/rispell/files/patch-ab
Normal 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++) {
|
38
russian/rispell/files/patch-ac
Normal file
38
russian/rispell/files/patch-ac
Normal 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
|
1
russian/rispell/pkg-comment
Normal file
1
russian/rispell/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Russian (KOI8-R) dictionary for ISPELL
|
1
russian/rispell/pkg-descr
Normal file
1
russian/rispell/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Russian (KOI8-R) dictionary for ISPELL
|
2
russian/rispell/pkg-plist
Normal file
2
russian/rispell/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/russian.hash
|
||||
lib/russian.aff
|
Loading…
Reference in New Issue
Block a user