pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hunspell-en_US Initial import of hunspell-en_US:
details: https://anonhg.NetBSD.org/pkgsrc/rev/097f3e57bae6
branches: trunk
changeset: 533240:097f3e57bae6
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 11 18:38:15 2007 +0000
description:
Initial import of hunspell-en_US:
US American English dictionary for hunspell.
diffstat:
textproc/hunspell-en_US/DESCR | 1 +
textproc/hunspell-en_US/Makefile | 31 +++++++++++++++++++++++++++++++
textproc/hunspell-en_US/PLIST | 6 ++++++
textproc/hunspell-en_US/distinfo | 5 +++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r b25640530599 -r 097f3e57bae6 textproc/hunspell-en_US/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_US/DESCR Tue Sep 11 18:38:15 2007 +0000
@@ -0,0 +1,1 @@
+US American English dictionary for hunspell.
diff -r b25640530599 -r 097f3e57bae6 textproc/hunspell-en_US/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_US/Makefile Tue Sep 11 18:38:15 2007 +0000
@@ -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@localhost
+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 -r b25640530599 -r 097f3e57bae6 textproc/hunspell-en_US/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_US/PLIST Tue Sep 11 18:38:15 2007 +0000
@@ -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 -r b25640530599 -r 097f3e57bae6 textproc/hunspell-en_US/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-en_US/distinfo Tue Sep 11 18:38:15 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index