diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 14:00:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 14:00:22 +0000 |
commit | 0b8b10d0be9168451de5daaccffc0acff8ed5f3f (patch) | |
tree | 409704d0b1fe6303682000b995ef0b730c2b6904 /ukrainian | |
parent | 4d4e032d4fb5a5405c806a0e726fb50a1b87692e (diff) | |
download | ports-0b8b10d0be9168451de5daaccffc0acff8ed5f3f.tar.gz ports-0b8b10d0be9168451de5daaccffc0acff8ed5f3f.zip |
Add ukrainian hunspell dictionnary
Notes
Notes:
svn path=/head/; revision=278007
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/Makefile | 1 | ||||
-rw-r--r-- | ukrainian/hunspell/Makefile | 35 | ||||
-rw-r--r-- | ukrainian/hunspell/distinfo | 2 | ||||
-rw-r--r-- | ukrainian/hunspell/pkg-descr | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/ukrainian/Makefile b/ukrainian/Makefile index b022a2f0d996..c94d889f8ac5 100644 --- a/ukrainian/Makefile +++ b/ukrainian/Makefile @@ -6,6 +6,7 @@ SUBDIR += aspell SUBDIR += emacs-koi8u SUBDIR += gd + SUBDIR += hunspell SUBDIR += ispell SUBDIR += kde3-i18n SUBDIR += kde4-l10n 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 <bapt@FreeBSD.org> +# +# $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 <bsd.port.mk> 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/ |