summaryrefslogtreecommitdiff
path: root/textproc/ispell-de
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-24 02:20:36 +0000
committerrodent <rodent>2013-04-24 02:20:36 +0000
commit09e2db8c588f94faad4bb38714de4ac2f442e0b5 (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-de
parenta1220afa314ae865ca6607b7459ffc942b650dcc (diff)
downloadpkgsrc-09e2db8c588f94faad4bb38714de4ac2f442e0b5.tar.gz
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-de')
-rw-r--r--textproc/ispell-de/DESCR4
-rw-r--r--textproc/ispell-de/Makefile27
-rw-r--r--textproc/ispell-de/PLIST7
-rw-r--r--textproc/ispell-de/distinfo6
-rw-r--r--textproc/ispell-de/patches/patch-aa15
5 files changed, 59 insertions, 0 deletions
diff --git a/textproc/ispell-de/DESCR b/textproc/ispell-de/DESCR
new file mode 100644
index 00000000000..4d73b967ed5
--- /dev/null
+++ b/textproc/ispell-de/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-de/Makefile b/textproc/ispell-de/Makefile
new file mode 100644
index 00000000000..b9027cdd481
--- /dev/null
+++ b/textproc/ispell-de/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:38 rodent Exp $
+#
+
+DISTNAME= igerman98-20120607
+PKGNAME= ispell-german-20120607
+CATEGORIES= textproc
+MASTER_SITES= http://j3e.de/ispell/igerman98/dict/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://j3e.de/ispell/igerman98/
+COMMENT= German dictionary for interactive spelling checker
+
+DEPENDS+= ispell>=3.1.20nb1:../../textproc/ispell
+
+BUILD_TARGET= ispell/de_DE.aff ispell/de_DE.hash ispell/de_AT.aff ispell/de_AT.hash ispell/de_CH.aff ispell/de_CH.hash
+USE_TOOLS+= gmake perl
+REPLACE_PERL= bin/dic2iso.pl bin/grepl bin/sq.pl bin/myspellfixprefix.pl \
+ bin/clear_affix.pl bin/unsq.pl bin/uniqflag.pl
+
+INSTALLATION_DIRS= lib
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/ispell/*.aff ${DESTDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/ispell/*.hash ${DESTDIR}${PREFIX}/lib
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-de/PLIST b/textproc/ispell-de/PLIST
new file mode 100644
index 00000000000..b8a79431589
--- /dev/null
+++ b/textproc/ispell-de/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:38 rodent Exp $
+lib/de_AT.aff
+lib/de_AT.hash
+lib/de_CH.aff
+lib/de_CH.hash
+lib/de_DE.aff
+lib/de_DE.hash
diff --git a/textproc/ispell-de/distinfo b/textproc/ispell-de/distinfo
new file mode 100644
index 00000000000..85aa5c4b678
--- /dev/null
+++ b/textproc/ispell-de/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/24 02:20:38 rodent Exp $
+
+SHA1 (igerman98-20120607.tar.bz2) = 2cb42608727a13c877db98f19fe43b5cae2d4e73
+RMD160 (igerman98-20120607.tar.bz2) = 0756833bcda3b67f430b6b5dbfc5db9956960eae
+Size (igerman98-20120607.tar.bz2) = 475390 bytes
+SHA1 (patch-aa) = 5c14e2484a9a775b59ce84da1d2d3c2b4a8c9809
diff --git a/textproc/ispell-de/patches/patch-aa b/textproc/ispell-de/patches/patch-aa
new file mode 100644
index 00000000000..05b684b5490
--- /dev/null
+++ b/textproc/ispell-de/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2013/04/24 02:20:38 rodent Exp $
+
+--- Makefile.orig 2010-01-18 09:07:38.000000000 +0000
++++ Makefile
+@@ -81,8 +81,8 @@ HUNSPELL_BIN = hunspell
+ HUNSPELL = $(HUNSPELL_BIN) `$(HUNSPELL_BIN) -h 2>&1 | grep -q "hunspell \\-i" && echo "-i latin1"`
+
+
+-SQ = sq
+-UNSQ = unsq
++SQ = ../bin/sq.pl
++UNSQ = ../bin/unsq.pl
+ # if for some reason you don't have Ispell's unsq use my Perl sq/unsq
+ # and put it into a directory known by your PATH variable!
+ #UNSQ = unsq.pl