From 6a036b4e4eb8a3124ef7b91dc57214399b319140 Mon Sep 17 00:00:00 2001 From: ahoka Date: Mon, 12 Oct 2009 20:52:40 +0000 Subject: Import hunspell-ar-20080110 as textproc/hunspell-ar. Arabic dictionary for hunspell. --- 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(+) create mode 100644 textproc/hunspell-ar/DESCR create mode 100644 textproc/hunspell-ar/Makefile create mode 100644 textproc/hunspell-ar/PLIST create mode 100644 textproc/hunspell-ar/distinfo (limited to 'textproc/hunspell-ar') 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 -- cgit v1.2.3