diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-11 18:38:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-11 18:38:15 +0000 |
commit | 80232a3dc1617b42d18dde5c999149cfcd9f0361 (patch) | |
tree | 52b813e01135b7f2a00e0cbb43217c8e1f9dd97c | |
parent | 632ef522f407a404cb85819b692c5a2d1d3ddbc7 (diff) | |
download | pkgsrc-80232a3dc1617b42d18dde5c999149cfcd9f0361.tar.gz |
Initial import of hunspell-en_US:
US American English dictionary for hunspell.
-rw-r--r-- | textproc/hunspell-en_US/DESCR | 1 | ||||
-rw-r--r-- | textproc/hunspell-en_US/Makefile | 31 | ||||
-rw-r--r-- | textproc/hunspell-en_US/PLIST | 6 | ||||
-rw-r--r-- | textproc/hunspell-en_US/distinfo | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/hunspell-en_US/DESCR b/textproc/hunspell-en_US/DESCR new file mode 100644 index 00000000000..084582974a8 --- /dev/null +++ b/textproc/hunspell-en_US/DESCR @@ -0,0 +1 @@ +US American English dictionary for hunspell. diff --git a/textproc/hunspell-en_US/Makefile b/textproc/hunspell-en_US/Makefile new file mode 100644 index 00000000000..e74aae6158a --- /dev/null +++ b/textproc/hunspell-en_US/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 18:38:15 wiz Exp $ +# + +VERSION= 20060207 +DISTNAME= en_US +PKGNAME= hunspell-en_US-${VERSION} +CATEGORIES= textproc +MASTER_SITES= http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://wiki.services.openoffice.org/wiki/Dictionaries +COMMENT= US American English dictionaries for hunspell + +DIST_SUBDIR= hunspell-dictionaries/en_US-${VERSION} +# don't want -L +EXTRACT_OPTS_ZIP= -aqo + +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none + +INSTALLATION_DIRS= share/hunspell share/doc/hunspell-en_US + +do-build: + +do-install: + ${INSTALL_DATA} ${WRKSRC}/en_US.* ${PREFIX}/share/hunspell + ${INSTALL_DATA} ${WRKSRC}/README_en_US.txt \ + ${PREFIX}/share/doc/hunspell-en_US + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/hunspell-en_US/PLIST b/textproc/hunspell-en_US/PLIST new file mode 100644 index 00000000000..cfd01b80905 --- /dev/null +++ b/textproc/hunspell-en_US/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/11 18:38:15 wiz Exp $ +share/doc/hunspell-en_US/README_en_US.txt +share/hunspell/en_US.aff +share/hunspell/en_US.dic +@unexec ${RMDIR} %D/share/hunspell 2>/dev/null || ${TRUE} +@dirrm share/doc/hunspell-en_US diff --git a/textproc/hunspell-en_US/distinfo b/textproc/hunspell-en_US/distinfo new file mode 100644 index 00000000000..bd832250d42 --- /dev/null +++ b/textproc/hunspell-en_US/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/11 18:38:15 wiz Exp $ + +SHA1 (hunspell-dictionaries/en_US-20060207/en_US.zip) = 721ee60efe2deec600294742b77ea7ee5e1ab783 +RMD160 (hunspell-dictionaries/en_US-20060207/en_US.zip) = 9f050c67fc0dbdec2cfe1915b3339c9f4543f117 +Size (hunspell-dictionaries/en_US-20060207/en_US.zip) = 248417 bytes |