diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-10-12 20:52:40 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-10-12 20:52:40 +0000 |
commit | 40c83c37f44ef93d0026a33898b82b4c238963ae (patch) | |
tree | 3ada39298f079e4c2651c551775684c80a59d8dc /textproc | |
parent | c9d68d5f1b2e6d6628040b56a963c232ed9496a3 (diff) | |
download | pkgsrc-40c83c37f44ef93d0026a33898b82b4c238963ae.tar.gz |
Import hunspell-ar-20080110 as textproc/hunspell-ar.
Arabic dictionary for hunspell.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell-ar/DESCR | 1 | ||||
-rw-r--r-- | textproc/hunspell-ar/Makefile | 31 | ||||
-rw-r--r-- | textproc/hunspell-ar/PLIST | 4 | ||||
-rw-r--r-- | textproc/hunspell-ar/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/hunspell-ar/DESCR b/textproc/hunspell-ar/DESCR new file mode 100644 index 00000000000..047d3d2b0f5 --- /dev/null +++ b/textproc/hunspell-ar/DESCR @@ -0,0 +1 @@ +Arabic dictionary for hunspell. diff --git a/textproc/hunspell-ar/Makefile b/textproc/hunspell-ar/Makefile new file mode 100644 index 00000000000..2b510512b72 --- /dev/null +++ b/textproc/hunspell-ar/Makefile @@ -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 +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 --git a/textproc/hunspell-ar/PLIST b/textproc/hunspell-ar/PLIST new file mode 100644 index 00000000000..3aba2a69c66 --- /dev/null +++ b/textproc/hunspell-ar/PLIST @@ -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 --git a/textproc/hunspell-ar/distinfo b/textproc/hunspell-ar/distinfo new file mode 100644 index 00000000000..242ba3ac4d3 --- /dev/null +++ b/textproc/hunspell-ar/distinfo @@ -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 |