From 65a345855115034cb97e6bd776b42c7da630d6a9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 20 Jul 2011 14:25:00 +0000 Subject: Add itailian hunspell dictionnary --- textproc/it-hunspell/Makefile | 30 ++++++++++++++++++++++++++++++ textproc/it-hunspell/distinfo | 2 ++ textproc/it-hunspell/pkg-descr | 3 +++ 3 files changed, 35 insertions(+) create mode 100644 textproc/it-hunspell/Makefile create mode 100644 textproc/it-hunspell/distinfo create mode 100644 textproc/it-hunspell/pkg-descr (limited to 'textproc/it-hunspell') diff --git a/textproc/it-hunspell/Makefile b/textproc/it-hunspell/Makefile new file mode 100644 index 000000000000..fbd465f0d1b3 --- /dev/null +++ b/textproc/it-hunspell/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= it-hunspell +PORTVERSION= 2.4.2007.09.01 +CATEGORIES= textproc +MASTER_SITES= SF/linguistico/Dizionario%20italiano%20per%20OOo/${PORTVERSION:S/./_/g}/ +DISTNAME= italiano_${PORTVERSION:S/./_/g} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Hunspell italian dictionnary + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/it_IT.aff \ + share/hunspell/it_IT.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKDIR}/it_IT.aff \ + ${WRKDIR}/it_IT.dic \ + ${PREFIX}/share/hunspell/ + +.include diff --git a/textproc/it-hunspell/distinfo b/textproc/it-hunspell/distinfo new file mode 100644 index 000000000000..010219244f0e --- /dev/null +++ b/textproc/it-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (italiano_2_4_2007_09_01.zip) = 2d37f687041f7eee306014915a75b8ac3d43482c5ed9f9d932857457cecf2e55 +SIZE (italiano_2_4_2007_09_01.zip) = 416284 diff --git a/textproc/it-hunspell/pkg-descr b/textproc/it-hunspell/pkg-descr new file mode 100644 index 000000000000..569c9e3222fb --- /dev/null +++ b/textproc/it-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Hunspell italian dictionnary + +WWW: http://linguistico.sourceforge.net/pages/start.html -- cgit v1.2.3