diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 14:25:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 14:25:00 +0000 |
commit | 65a345855115034cb97e6bd776b42c7da630d6a9 (patch) | |
tree | b41fd3e9497ce942908b87a031efc98f9b349994 /textproc/it-hunspell | |
parent | 37a620312fae731882018f194ae58d22324a7aca (diff) | |
download | ports-65a345855115034cb97e6bd776b42c7da630d6a9.tar.gz ports-65a345855115034cb97e6bd776b42c7da630d6a9.zip |
Notes
Diffstat (limited to 'textproc/it-hunspell')
-rw-r--r-- | textproc/it-hunspell/Makefile | 30 | ||||
-rw-r--r-- | textproc/it-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/it-hunspell/pkg-descr | 3 |
3 files changed, 35 insertions, 0 deletions
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 <bapt@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |