pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hunspell-de Initial import of hunspell-de:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a950b4e80182
branches:  trunk
changeset: 533238:a950b4e80182
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 11 18:37:27 2007 +0000

description:
Initial import of hunspell-de:

German dictionaries for hunspell following the new German spelling rules.
Includes versions for Switzerland and Austria.

diffstat:

 textproc/hunspell-de/DESCR    |   2 ++
 textproc/hunspell-de/Makefile |  32 ++++++++++++++++++++++++++++++++
 textproc/hunspell-de/PLIST    |  16 ++++++++++++++++
 textproc/hunspell-de/distinfo |  11 +++++++++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r d2fb85f6adc9 -r a950b4e80182 textproc/hunspell-de/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-de/DESCR        Tue Sep 11 18:37:27 2007 +0000
@@ -0,0 +1,2 @@
+German dictionaries for hunspell following the new German spelling rules.
+Includes versions for Switzerland and Austria.
diff -r d2fb85f6adc9 -r a950b4e80182 textproc/hunspell-de/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-de/Makefile     Tue Sep 11 18:37:27 2007 +0000
@@ -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@localhost
+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 -r d2fb85f6adc9 -r a950b4e80182 textproc/hunspell-de/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-de/PLIST        Tue Sep 11 18:37:27 2007 +0000
@@ -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 -r d2fb85f6adc9 -r a950b4e80182 textproc/hunspell-de/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-de/distinfo     Tue Sep 11 18:37:27 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index