From 0b8b10d0be9168451de5daaccffc0acff8ed5f3f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 20 Jul 2011 14:00:22 +0000 Subject: Add ukrainian hunspell dictionnary --- ukrainian/hunspell/Makefile | 35 +++++++++++++++++++++++++++++++++++ ukrainian/hunspell/distinfo | 2 ++ ukrainian/hunspell/pkg-descr | 3 +++ 3 files changed, 40 insertions(+) create mode 100644 ukrainian/hunspell/Makefile create mode 100644 ukrainian/hunspell/distinfo create mode 100644 ukrainian/hunspell/pkg-descr (limited to 'ukrainian/hunspell') diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile new file mode 100644 index 000000000000..9565ed0dde16 --- /dev/null +++ b/ukrainian/hunspell/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= hunspell +PORTVERSION= 1.6.5 +CATEGORIES= ukrainian textproc +MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION} +DISTNAME= spell-uk-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Hunspell ukrainian dictionnary + +BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv + +WRKSRC= ${WRKDIR}/spell-uk-${PORTVERSION} +USE_GMAKE= yes +USE_PERL5_BUILD= yes + +ALL_TARGET= myspell + +PLIST_FILES= share/hunspell/uk_UA.aff \ + share/hunspell/uk_UA.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKSRC}/dist/myspell-uk-${PORTVERSION}/uk_UA.aff \ + ${WRKSRC}/dist/myspell-uk-${PORTVERSION}/uk_UA.dic \ + ${PREFIX}/share/hunspell/ +.include diff --git a/ukrainian/hunspell/distinfo b/ukrainian/hunspell/distinfo new file mode 100644 index 000000000000..a8c1825a7939 --- /dev/null +++ b/ukrainian/hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (spell-uk-1.6.5.tgz) = 90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422 +SIZE (spell-uk-1.6.5.tgz) = 836333 diff --git a/ukrainian/hunspell/pkg-descr b/ukrainian/hunspell/pkg-descr new file mode 100644 index 000000000000..d1c94d7597ba --- /dev/null +++ b/ukrainian/hunspell/pkg-descr @@ -0,0 +1,3 @@ +Hunspell ukrainian dictionnary + +WWW: http://code.google.com/p/spell-uk/ -- cgit v1.2.3