diff options
author | wiz <wiz> | 2007-09-11 18:37:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-11 18:37:27 +0000 |
commit | 55c6a059bb74fc5cda1dbe29a81f4e64c065fc17 (patch) | |
tree | 137e1394956b740fdc140df5c3ba2307d5140ca3 /textproc | |
parent | 0c82310655a0cb5c067a29f6c7b5b812d8cc4476 (diff) | |
download | pkgsrc-55c6a059bb74fc5cda1dbe29a81f4e64c065fc17.tar.gz |
Initial import of hunspell-de:
German dictionaries for hunspell following the new German spelling rules.
Includes versions for Switzerland and Austria.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell-de/DESCR | 2 | ||||
-rw-r--r-- | textproc/hunspell-de/Makefile | 32 | ||||
-rw-r--r-- | textproc/hunspell-de/PLIST | 16 | ||||
-rw-r--r-- | textproc/hunspell-de/distinfo | 11 |
4 files changed, 61 insertions, 0 deletions
diff --git a/textproc/hunspell-de/DESCR b/textproc/hunspell-de/DESCR new file mode 100644 index 00000000000..3d3d0da0bb7 --- /dev/null +++ b/textproc/hunspell-de/DESCR @@ -0,0 +1,2 @@ +German dictionaries for hunspell following the new German spelling rules. +Includes versions for Switzerland and Austria. diff --git a/textproc/hunspell-de/Makefile b/textproc/hunspell-de/Makefile new file mode 100644 index 00000000000..a1cc011dc47 --- /dev/null +++ b/textproc/hunspell-de/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 18:37:27 wiz Exp $ +# + +VERSION= 20070829 +# bogus by purpose +DISTNAME= hunspell-de-${VERSION} +CATEGORIES= textproc +MASTER_SITES= http://www.j3e.de/hunspell/ +DISTFILES= de_AT-${VERSION}.zip de_CH-${VERSION}.zip de_DE-${VERSION}.zip +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.j3e.de/ispell/igerman98/ +COMMENT= German dictionaries for hunspell + +DIST_SUBDIR= hunspell-dictionaries +# don't want -L +EXTRACT_OPTS_ZIP= -aqo + +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none + +INSTALLATION_DIRS= share/hunspell share/doc/hunspell-de + +do-build: + +do-install: + ${INSTALL_DATA} ${WRKSRC}/de* ${PREFIX}/share/hunspell + ${INSTALL_DATA} ${WRKSRC}/[CR]* ${PREFIX}/share/doc/hunspell-de + ${INSTALL_DATA} ${WRKSRC}/dict* ${PREFIX}/share/doc/hunspell-de + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/hunspell-de/PLIST b/textproc/hunspell-de/PLIST new file mode 100644 index 00000000000..ada7d3bdb76 --- /dev/null +++ b/textproc/hunspell-de/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/11 18:37:27 wiz Exp $ +share/doc/hunspell-de/COPYING +share/doc/hunspell-de/COPYING_OASIS +share/doc/hunspell-de/Copyright +share/doc/hunspell-de/dictionary.lst.example +share/doc/hunspell-de/README_de_AT.txt +share/doc/hunspell-de/README_de_CH.txt +share/doc/hunspell-de/README_de_DE.txt +share/hunspell/de_AT.aff +share/hunspell/de_AT.dic +share/hunspell/de_CH.aff +share/hunspell/de_CH.dic +share/hunspell/de_DE.aff +share/hunspell/de_DE.dic +@unexec ${RMDIR} %D/share/hunspell 2>/dev/null || ${TRUE} +@dirrm share/doc/hunspell-de diff --git a/textproc/hunspell-de/distinfo b/textproc/hunspell-de/distinfo new file mode 100644 index 00000000000..e1ac8f48196 --- /dev/null +++ b/textproc/hunspell-de/distinfo @@ -0,0 +1,11 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/11 18:37:27 wiz Exp $ + +SHA1 (hunspell-dictionaries/de_AT-20070829.zip) = 1753360c700e65ddbd90b2bd5e6804de4ad1fbd5 +RMD160 (hunspell-dictionaries/de_AT-20070829.zip) = 1820bc3c80dac52f1ced315e1e8dd8487f22eec7 +Size (hunspell-dictionaries/de_AT-20070829.zip) = 299833 bytes +SHA1 (hunspell-dictionaries/de_CH-20070829.zip) = 79a0575e8e1dcb4226c6609cb74bd3c48c073c68 +RMD160 (hunspell-dictionaries/de_CH-20070829.zip) = c91f2a9c4dc0c1b3498cbbdc48ce7aaf5595a68a +Size (hunspell-dictionaries/de_CH-20070829.zip) = 305794 bytes +SHA1 (hunspell-dictionaries/de_DE-20070829.zip) = e81be462afae2a43bb7ff04b3b0b86370027e3d9 +RMD160 (hunspell-dictionaries/de_DE-20070829.zip) = a8e0557b1c487687238f0cd87545f7e8443968f5 +Size (hunspell-dictionaries/de_DE-20070829.zip) = 298720 bytes |