pkgsrc-Changes-HG archive

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

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



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

description:
Initial import of hunspell-en_GB:

British (Commonwealth and European) English dictionary for hunspell.

diffstat:

 textproc/hunspell-en_GB/DESCR    |   1 +
 textproc/hunspell-en_GB/Makefile |  33 +++++++++++++++++++++++++++++++++
 textproc/hunspell-en_GB/PLIST    |   7 +++++++
 textproc/hunspell-en_GB/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r a950b4e80182 -r b25640530599 textproc/hunspell-en_GB/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_GB/DESCR     Tue Sep 11 18:37:53 2007 +0000
@@ -0,0 +1,1 @@
+British (Commonwealth and European) English dictionary for hunspell.
diff -r a950b4e80182 -r b25640530599 textproc/hunspell-en_GB/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_GB/Makefile  Tue Sep 11 18:37:53 2007 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 18:37:53 wiz Exp $
+#
+
+VERSION=       20061130
+DISTNAME=      en_GB
+PKGNAME=       hunspell-en_GB-${VERSION}
+CATEGORIES=    textproc
+MASTER_SITES=  http://en-gb.pyxidium.co.uk/dictionary/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://en-gb.pyxidium.co.uk/dictionary/
+COMMENT=       British English dictionary for hunspell
+
+DIST_SUBDIR=   hunspell-dictionaries/en_GB-${VERSION}
+# don't want -L
+EXTRACT_OPTS_ZIP=      -aqo
+
+WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS=     share/hunspell share/doc/hunspell-en_GB
+
+do-build:
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/en_GB.* ${PREFIX}/share/hunspell
+       ${INSTALL_DATA} ${WRKSRC}/README_en_GB.txt \
+               ${PREFIX}/share/doc/hunspell-en_GB
+       ${INSTALL_DATA} ${WRKSRC}/dictionary.lst \
+               ${PREFIX}/share/doc/hunspell-en_GB
+
+.include "../../mk/bsd.pkg.mk"
diff -r a950b4e80182 -r b25640530599 textproc/hunspell-en_GB/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_GB/PLIST     Tue Sep 11 18:37:53 2007 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/11 18:37:53 wiz Exp $
+share/doc/hunspell-en_GB/README_en_GB.txt
+share/doc/hunspell-en_GB/dictionary.lst
+share/hunspell/en_GB.aff
+share/hunspell/en_GB.dic
+@unexec ${RMDIR} %D/share/hunspell 2>/dev/null || ${TRUE}
+@dirrm share/doc/hunspell-en_GB
diff -r a950b4e80182 -r b25640530599 textproc/hunspell-en_GB/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_GB/distinfo  Tue Sep 11 18:37:53 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/11 18:37:53 wiz Exp $
+
+SHA1 (hunspell-dictionaries/en_GB-20061130/en_GB.zip) = 40404b44584e6c7eec30072dfbb30043b7777be7
+RMD160 (hunspell-dictionaries/en_GB-20061130/en_GB.zip) = be357e0c69711a98d267312638188dad34e9fbb6
+Size (hunspell-dictionaries/en_GB-20061130/en_GB.zip) = 250182 bytes



Home | Main Index | Thread Index | Old Index