aboutsummaryrefslogtreecommitdiff
path: root/ukrainian/hunspell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-07-20 14:00:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-07-20 14:00:22 +0000
commit0b8b10d0be9168451de5daaccffc0acff8ed5f3f (patch)
tree409704d0b1fe6303682000b995ef0b730c2b6904 /ukrainian/hunspell
parent4d4e032d4fb5a5405c806a0e726fb50a1b87692e (diff)
downloadports-0b8b10d0be9168451de5daaccffc0acff8ed5f3f.tar.gz
ports-0b8b10d0be9168451de5daaccffc0acff8ed5f3f.zip
Add ukrainian hunspell dictionnary
Notes
Notes: svn path=/head/; revision=278007
Diffstat (limited to 'ukrainian/hunspell')
-rw-r--r--ukrainian/hunspell/Makefile35
-rw-r--r--ukrainian/hunspell/distinfo2
-rw-r--r--ukrainian/hunspell/pkg-descr3
3 files changed, 40 insertions, 0 deletions
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/