summaryrefslogtreecommitdiff
path: root/textproc/aspell-german
diff options
context:
space:
mode:
authorsalo <salo>2003-01-16 08:52:26 +0000
committersalo <salo>2003-01-16 08:52:26 +0000
commit750cff62e227369a689caabee302c05eb12d4ec9 (patch)
tree66862a6fd4a4efa8d58038c89bb0ecc5a029e055 /textproc/aspell-german
parent73032a2f82b10b978322aad3e48751ff66b73456 (diff)
downloadpkgsrc-750cff62e227369a689caabee302c05eb12d4ec9.tar.gz
German language support for aspell, e.g. `aspell -d german -c $myfile'.
Oher dictionaries available in this package: swiss.
Diffstat (limited to 'textproc/aspell-german')
-rw-r--r--textproc/aspell-german/DESCR2
-rw-r--r--textproc/aspell-german/Makefile24
-rw-r--r--textproc/aspell-german/PLIST12
-rw-r--r--textproc/aspell-german/distinfo5
-rw-r--r--textproc/aspell-german/patches/patch-aa21
5 files changed, 64 insertions, 0 deletions
diff --git a/textproc/aspell-german/DESCR b/textproc/aspell-german/DESCR
new file mode 100644
index 00000000000..79a2ecff99d
--- /dev/null
+++ b/textproc/aspell-german/DESCR
@@ -0,0 +1,2 @@
+German language support for aspell, e.g. `aspell -d german -c $myfile'.
+Oher dictionaries available in this package: swiss.
diff --git a/textproc/aspell-german/Makefile b/textproc/aspell-german/Makefile
new file mode 100644
index 00000000000..3d59ef587c3
--- /dev/null
+++ b/textproc/aspell-german/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/16 08:52:26 salo Exp $
+#
+
+DISTNAME= aspell-de-0.50-2
+PKGNAME= ${DISTNAME:C/de-(.*)-(.*)$/german-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= marc@informatik.uni-bremen.de
+HOMEPAGE= http://aspell.net/
+COMMENT= German language support for aspell
+
+USE_BUILDLINK2= YES
+HAS_CONFIGURE= YES
+
+CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
+CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
+
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV+= INSTALL_DATA_DIR="${INSTALL_DATA_DIR}"
+
+.include "../../textproc/aspell/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-german/PLIST b/textproc/aspell-german/PLIST
new file mode 100644
index 00000000000..6a8f1fe385a
--- /dev/null
+++ b/textproc/aspell-german/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/16 08:52:27 salo Exp $
+lib/aspell/de-only.rws
+lib/aspell/de.multi
+lib/aspell/de_CH-only.rws
+lib/aspell/de_CH.multi
+lib/aspell/de_DE-only.rws
+lib/aspell/de_DE.multi
+lib/aspell/deutsch.alias
+lib/aspell/german.alias
+lib/aspell/swiss.alias
+share/aspell/de.dat
+share/aspell/de_phonet.dat
diff --git a/textproc/aspell-german/distinfo b/textproc/aspell-german/distinfo
new file mode 100644
index 00000000000..d0d7606a246
--- /dev/null
+++ b/textproc/aspell-german/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/16 08:52:27 salo Exp $
+
+SHA1 (aspell-de-0.50-2.tar.bz2) = 55afaf03bda70220e6a939096fc9e27fdd43c919
+Size (aspell-de-0.50-2.tar.bz2) = 304820 bytes
+SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799
diff --git a/textproc/aspell-german/patches/patch-aa b/textproc/aspell-german/patches/patch-aa
new file mode 100644
index 00000000000..708a37a6b3a
--- /dev/null
+++ b/textproc/aspell-german/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/16 08:52:27 salo Exp $
+
+--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
++++ Makefile.pre Wed Jan 15 00:48:39 2003
+@@ -16,12 +16,10 @@
+ all: ${rws_files} ${data_files}
+
+ install: all
+- mkdir -p ${DESTDIR}${dictdir}/
+- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
+- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
+- mkdir -p ${DESTDIR}${datadir}/
+- cp ${data_files} ${DESTDIR}${datadir}/
+- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
++ ${INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
++ ${INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
++ ${INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
++ ${INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
+
+ clean:
+ rm -f ${rws_files}