From 1fb47070723939930397f0496e10715bd1663bcc Mon Sep 17 00:00:00 2001 From: ahoka Date: Mon, 12 Oct 2009 21:49:37 +0000 Subject: Import hunspell-it_IT-2.4 as textproc/hunspell-it_IT. Italian dictionary for hunspell. --- textproc/hunspell-it_IT/DESCR | 1 + textproc/hunspell-it_IT/Makefile | 32 ++++++++++++++++++++++++++++++++ textproc/hunspell-it_IT/PLIST | 14 ++++++++++++++ textproc/hunspell-it_IT/distinfo | 5 +++++ 4 files changed, 52 insertions(+) create mode 100644 textproc/hunspell-it_IT/DESCR create mode 100644 textproc/hunspell-it_IT/Makefile create mode 100644 textproc/hunspell-it_IT/PLIST create mode 100644 textproc/hunspell-it_IT/distinfo (limited to 'textproc') diff --git a/textproc/hunspell-it_IT/DESCR b/textproc/hunspell-it_IT/DESCR new file mode 100644 index 00000000000..5108172947d --- /dev/null +++ b/textproc/hunspell-it_IT/DESCR @@ -0,0 +1 @@ +Italian dictionary for hunspell. diff --git a/textproc/hunspell-it_IT/Makefile b/textproc/hunspell-it_IT/Makefile new file mode 100644 index 00000000000..fb31bb14555 --- /dev/null +++ b/textproc/hunspell-it_IT/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/10/12 21:49:37 ahoka Exp $ + +DISTNAME= italiano_2_4_2007_09_01 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linguistico/} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +# clamiax@gmail.com + +HOMEPAGE= http://linguistico.sourceforge.net/ +COMMENT= Italian dictionary for hunspell + +DICTNAME= it_IT +VERSION= 2.4 +PKGNAME= hunspell-${DICTNAME}-${VERSION} + +PKG_DESTDIR_SUPPORT= user-destdir +NO_BUILD= yes +PLIST_SUBST+= DICTNAME=${DICTNAME} +WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= share/hunspell share/doc/hunspell-${DICTNAME} + +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}/${DICTNAME}_* \ + ${DESTDIR}${PREFIX}/share/doc/hunspell-${DICTNAME} + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/hunspell-it_IT/PLIST b/textproc/hunspell-it_IT/PLIST new file mode 100644 index 00000000000..17a0d3facc0 --- /dev/null +++ b/textproc/hunspell-it_IT/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/12 21:49:37 ahoka Exp $ +share/doc/hunspell-${DICTNAME}/${DICTNAME}_AUTHORS +share/doc/hunspell-${DICTNAME}/${DICTNAME}_COPYING +share/doc/hunspell-${DICTNAME}/${DICTNAME}_ChangeLog +share/doc/hunspell-${DICTNAME}/${DICTNAME}_README.1st +share/doc/hunspell-${DICTNAME}/${DICTNAME}_README.txt +share/doc/hunspell-${DICTNAME}/${DICTNAME}_license.txt +share/doc/hunspell-${DICTNAME}/${DICTNAME}_notes.txt +share/doc/hunspell-${DICTNAME}/${DICTNAME}_statistiche.ods +share/doc/hunspell-${DICTNAME}/${DICTNAME}_todo.txt +share/hunspell/${DICTNAME}.aff +share/hunspell/${DICTNAME}.dic +@unexec ${RMDIR} %D/share/hunspell 2>/dev/null || ${TRUE} +@dirrm share/doc/hunspell-${DICTNAME} diff --git a/textproc/hunspell-it_IT/distinfo b/textproc/hunspell-it_IT/distinfo new file mode 100644 index 00000000000..b7b461a0561 --- /dev/null +++ b/textproc/hunspell-it_IT/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/10/12 21:49:37 ahoka Exp $ + +SHA1 (italiano_2_4_2007_09_01.zip) = b5c50c8afcad3f82757827ac7dd696b550b06d80 +RMD160 (italiano_2_4_2007_09_01.zip) = 9dacf36614e4f98394fd11a3464cd76f4f4419e3 +Size (italiano_2_4_2007_09_01.zip) = 416284 bytes -- cgit v1.2.3