pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hunspell-ar Import hunspell-ar-20080110 as te...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f11b46f2e79
branches: trunk
changeset: 400191:9f11b46f2e79
user: ahoka <ahoka%pkgsrc.org@localhost>
date: Mon Oct 12 20:52:40 2009 +0000
description:
Import hunspell-ar-20080110 as textproc/hunspell-ar.
Arabic dictionary for hunspell.
diffstat:
textproc/hunspell-ar/DESCR | 1 +
textproc/hunspell-ar/Makefile | 31 +++++++++++++++++++++++++++++++
textproc/hunspell-ar/PLIST | 4 ++++
textproc/hunspell-ar/distinfo | 5 +++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 3ecd12848779 -r 9f11b46f2e79 textproc/hunspell-ar/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-ar/DESCR Mon Oct 12 20:52:40 2009 +0000
@@ -0,0 +1,1 @@
+Arabic dictionary for hunspell.
diff -r 3ecd12848779 -r 9f11b46f2e79 textproc/hunspell-ar/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-ar/Makefile Mon Oct 12 20:52:40 2009 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/12 20:52:40 ahoka Exp $
+
+VERSION= 20080110
+DICTNAME= ar
+PKGNAME= ${DISTNAME:S/_/-/}
+DISTNAME= hunspell-${DICTNAME}_${VERSION}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ayaspell/}
+
+MAINTAINER= pkgsrc-users%netbsd.org@localhost
+HOMEPAGE= http://wiki.services.openoffice.org/wiki/Dictionaries
+COMMENT= Arabic dictionary for hunspell
+
+PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS= share/hunspell share/doc/hunspell-${DICTNAME}
+PLIST_SUBST+= DICTNAME=${DICTNAME}
+MAKE_DIRS= share/hunspell
+
+do-build: # nothing
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/${DICTNAME}.aff \
+ ${DESTDIR}${PREFIX}/share/hunspell/${DICTNAME}.aff
+ ${INSTALL_DATA} ${WRKSRC}/${DICTNAME}.dic \
+ ${DESTDIR}${PREFIX}/share/hunspell/${DICTNAME}.dic
+ ${INSTALL_DATA} ${WRKSRC}/README-en \
+ ${DESTDIR}${PREFIX}/share/doc/hunspell-${DICTNAME}/README_${DICTNAME}.txt
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3ecd12848779 -r 9f11b46f2e79 textproc/hunspell-ar/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-ar/PLIST Mon Oct 12 20:52:40 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/12 20:52:40 ahoka Exp $
+share/doc/hunspell-${DICTNAME}/README_${DICTNAME}.txt
+share/hunspell/${DICTNAME}.aff
+share/hunspell/${DICTNAME}.dic
diff -r 3ecd12848779 -r 9f11b46f2e79 textproc/hunspell-ar/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell-ar/distinfo Mon Oct 12 20:52:40 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/12 20:52:40 ahoka Exp $
+
+SHA1 (hunspell-ar_20080110.tar.gz) = 3fc5bdcaa428205681eaa765efcd86c370ec7449
+RMD160 (hunspell-ar_20080110.tar.gz) = d8543f01e2b6362a446bac08dcc103bf9086327d
+Size (hunspell-ar_20080110.tar.gz) = 307734 bytes
Home |
Main Index |
Thread Index |
Old Index