From 0cb12545612393e3189feb275a44ef8d9765551e Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Sep 2007 18:37:53 +0000 Subject: Initial import of hunspell-en_GB: British (Commonwealth and European) English dictionary for hunspell. --- 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(+) create mode 100644 textproc/hunspell-en_GB/DESCR create mode 100644 textproc/hunspell-en_GB/Makefile create mode 100644 textproc/hunspell-en_GB/PLIST create mode 100644 textproc/hunspell-en_GB/distinfo (limited to 'textproc') diff --git a/textproc/hunspell-en_GB/DESCR b/textproc/hunspell-en_GB/DESCR new file mode 100644 index 00000000000..7b519e9ba09 --- /dev/null +++ b/textproc/hunspell-en_GB/DESCR @@ -0,0 +1 @@ +British (Commonwealth and European) English dictionary for hunspell. diff --git a/textproc/hunspell-en_GB/Makefile b/textproc/hunspell-en_GB/Makefile new file mode 100644 index 00000000000..08693760280 --- /dev/null +++ b/textproc/hunspell-en_GB/Makefile @@ -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 +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 --git a/textproc/hunspell-en_GB/PLIST b/textproc/hunspell-en_GB/PLIST new file mode 100644 index 00000000000..727d92ef8cf --- /dev/null +++ b/textproc/hunspell-en_GB/PLIST @@ -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 --git a/textproc/hunspell-en_GB/distinfo b/textproc/hunspell-en_GB/distinfo new file mode 100644 index 00000000000..5acfbcaaf31 --- /dev/null +++ b/textproc/hunspell-en_GB/distinfo @@ -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 -- cgit v1.2.3