diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-12-16 18:26:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-12-16 18:26:12 +0000 |
commit | 8618b16310f6804317a1cea8b5a54e76d72bec47 (patch) | |
tree | e89e223cac4061eb6921ce34b6b15e9ee0ec07ad /russian/rispell | |
parent | 0721d2b15cd4c84e06a21928a5fef6f0996ae3a2 (diff) | |
download | ports-8618b16310f6804317a1cea8b5a54e76d72bec47.tar.gz ports-8618b16310f6804317a1cea8b5a54e76d72bec47.zip |
Notes
Diffstat (limited to 'russian/rispell')
-rw-r--r-- | russian/rispell/Makefile | 24 | ||||
-rw-r--r-- | russian/rispell/distinfo | 1 | ||||
-rw-r--r-- | russian/rispell/files/patch-aa | 17 | ||||
-rw-r--r-- | russian/rispell/files/patch-ab | 19 | ||||
-rw-r--r-- | russian/rispell/files/patch-ac | 38 | ||||
-rw-r--r-- | russian/rispell/pkg-comment | 1 | ||||
-rw-r--r-- | russian/rispell/pkg-descr | 1 | ||||
-rw-r--r-- | russian/rispell/pkg-plist | 2 |
8 files changed, 103 insertions, 0 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile new file mode 100644 index 000000000000..bcd7a2038db6 --- /dev/null +++ b/russian/rispell/Makefile @@ -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> diff --git a/russian/rispell/distinfo b/russian/rispell/distinfo new file mode 100644 index 000000000000..51615a588377 --- /dev/null +++ b/russian/rispell/distinfo @@ -0,0 +1 @@ +MD5 (rispell.tar.gz) = eb2c2346eb356ad7e873465cb6488f4f diff --git a/russian/rispell/files/patch-aa b/russian/rispell/files/patch-aa new file mode 100644 index 000000000000..34834c994522 --- /dev/null +++ b/russian/rispell/files/patch-aa @@ -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: diff --git a/russian/rispell/files/patch-ab b/russian/rispell/files/patch-ab new file mode 100644 index 000000000000..01ff123b83bf --- /dev/null +++ b/russian/rispell/files/patch-ab @@ -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++) { diff --git a/russian/rispell/files/patch-ac b/russian/rispell/files/patch-ac new file mode 100644 index 000000000000..3f93ab32f446 --- /dev/null +++ b/russian/rispell/files/patch-ac @@ -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 diff --git a/russian/rispell/pkg-comment b/russian/rispell/pkg-comment new file mode 100644 index 000000000000..4aa4fc2cab28 --- /dev/null +++ b/russian/rispell/pkg-comment @@ -0,0 +1 @@ +Russian (KOI8-R) dictionary for ISPELL diff --git a/russian/rispell/pkg-descr b/russian/rispell/pkg-descr new file mode 100644 index 000000000000..4aa4fc2cab28 --- /dev/null +++ b/russian/rispell/pkg-descr @@ -0,0 +1 @@ +Russian (KOI8-R) dictionary for ISPELL diff --git a/russian/rispell/pkg-plist b/russian/rispell/pkg-plist new file mode 100644 index 000000000000..4f37d4526ea9 --- /dev/null +++ b/russian/rispell/pkg-plist @@ -0,0 +1,2 @@ +lib/russian.hash +lib/russian.aff |