From 45a033039528b5dd2e738b1b4a943cf24549ad77 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Mar 2001 15:26:35 +0000 Subject: [PATCH] Initial import of ispell-german, as requested in pkg/12145: German dictionary for ispell. --- textproc/ispell-german/Makefile | 18 ++++++++++++++++++ textproc/ispell-german/files/md5 | 3 +++ textproc/ispell-german/files/patch-sum | 3 +++ textproc/ispell-german/patches/patch-aa | 21 +++++++++++++++++++++ textproc/ispell-german/pkg/DESCR | 4 ++++ textproc/ispell-german/pkg/PLIST | 3 +++ 6 files changed, 52 insertions(+) create mode 100644 textproc/ispell-german/Makefile create mode 100644 textproc/ispell-german/files/md5 create mode 100644 textproc/ispell-german/files/patch-sum create mode 100644 textproc/ispell-german/patches/patch-aa create mode 100644 textproc/ispell-german/pkg/DESCR create mode 100644 textproc/ispell-german/pkg/PLIST diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile new file mode 100644 index 000000000000..76536b9aabcb --- /dev/null +++ b/textproc/ispell-german/Makefile @@ -0,0 +1,18 @@ +# $NetBSD$ +# + +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 000000000000..b583062dde6a --- /dev/null +++ b/textproc/ispell-german/files/md5 @@ -0,0 +1,3 @@ +$NetBSD$ + +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 000000000000..485414d39b05 --- /dev/null +++ b/textproc/ispell-german/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD$ + +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 000000000000..8921fd7daee6 --- /dev/null +++ b/textproc/ispell-german/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD$ + +--- 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 000000000000..4d73b967ed55 --- /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 000000000000..425fcf48bfd0 --- /dev/null +++ b/textproc/ispell-german/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD$ +lib/german.aff +lib/german.hash -- 2.41.0