diff options
author | wiz <wiz> | 2001-03-15 15:26:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-15 15:26:35 +0000 |
commit | e789f4b3f9ca156609e0b906da9b027c8777742b (patch) | |
tree | 2df060903f0834c8c12ef6bc480a73a2a726d986 /textproc/ispell-german | |
parent | bfffe8a65504a5406312c01ea745a61d9c324e7a (diff) | |
download | pkgsrc-e789f4b3f9ca156609e0b906da9b027c8777742b.tar.gz |
Initial import of ispell-german, as requested in pkg/12145:
German dictionary for ispell.
Diffstat (limited to 'textproc/ispell-german')
-rw-r--r-- | textproc/ispell-german/Makefile | 18 | ||||
-rw-r--r-- | textproc/ispell-german/files/md5 | 3 | ||||
-rw-r--r-- | textproc/ispell-german/files/patch-sum | 3 | ||||
-rw-r--r-- | textproc/ispell-german/patches/patch-aa | 21 | ||||
-rw-r--r-- | textproc/ispell-german/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/ispell-german/pkg/PLIST | 3 |
6 files changed, 52 insertions, 0 deletions
diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile new file mode 100644 index 00000000000..640a7e158ba --- /dev/null +++ b/textproc/ispell-german/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $ +# + +DISTNAME= igerman98-20001109 +PKGNAME= ispell-german-20001109 +CATEGORIES= textproc +MASTER_SITES= http://www.suse.de/~bjacke/igerman98/dict/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.suse.de/~bjacke/igerman98/ +COMMENT= German dictionary for interactive spelling checker + +DEPENDS+= ispell-base>=3.1.20nb1:../../textproc/ispell-base + +ALL_TARGET= german.hash + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-german/files/md5 b/textproc/ispell-german/files/md5 new file mode 100644 index 00000000000..622105574e9 --- /dev/null +++ b/textproc/ispell-german/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $ + +SHA1 (igerman98-20001109.tar.bz2) = 5bb5220587a9c9aaf01d8aa0e8af70ef6304760f diff --git a/textproc/ispell-german/files/patch-sum b/textproc/ispell-german/files/patch-sum new file mode 100644 index 00000000000..959d409cb09 --- /dev/null +++ b/textproc/ispell-german/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $ + +SHA1 (patch-aa) = 919288120fed3276a1786c0d260ea1e207113afb diff --git a/textproc/ispell-german/patches/patch-aa b/textproc/ispell-german/patches/patch-aa new file mode 100644 index 00000000000..2cf5b759e30 --- /dev/null +++ b/textproc/ispell-german/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $ + +--- Makefile.orig Sun Sep 3 02:57:42 2000 ++++ Makefile +@@ -45,7 +45,6 @@ + + + +-MAKE = make + BUILDHASH = buildhash + ISPELL = ispell + SQ = sq +@@ -75,7 +74,7 @@ + cd dicts; sed "s/qq//g;s/\.//" abkuerzpunkt.txt $(WORTE) |sort -u > ../$@ + + install: german.hash +- cp german.aff german.hash `$(ISPELL) -vv |grep LIBDIR |sed "s/.*\=//" |tr -d \"` ++ ${BSD_INSTALL_DATA} german.aff german.hash `$(ISPELL) -vv |grep LIBDIR |sed "s/.*\=//" |tr -d \"` + + ## Swiss Ispell stuff: + diff --git a/textproc/ispell-german/pkg/DESCR b/textproc/ispell-german/pkg/DESCR new file mode 100644 index 00000000000..4d73b967ed5 --- /dev/null +++ b/textproc/ispell-german/pkg/DESCR @@ -0,0 +1,4 @@ +This package contains the German (german) dictionary for the +interactive spelling checker ispell. +Use with 'ispell -d german filename'; you probably also need +the '-Tlatin1' option. diff --git a/textproc/ispell-german/pkg/PLIST b/textproc/ispell-german/pkg/PLIST new file mode 100644 index 00000000000..4a96412080d --- /dev/null +++ b/textproc/ispell-german/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $ +lib/german.aff +lib/german.hash |