From d3e139296bd332b996a690bd2ee3ad61a3d980c5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 20 Jul 2011 11:05:43 +0000 Subject: [PATCH] Add russian dictionnaries for hunspell --- russian/Makefile | 1 + russian/hunspell/Makefile | 31 +++++++++++++++++++++++++++++++ russian/hunspell/distinfo | 2 ++ russian/hunspell/pkg-descr | 3 +++ 4 files changed, 37 insertions(+) create mode 100644 russian/hunspell/Makefile create mode 100644 russian/hunspell/distinfo create mode 100644 russian/hunspell/pkg-descr diff --git a/russian/Makefile b/russian/Makefile index e06d56d387df..6debbaf472f2 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -17,6 +17,7 @@ SUBDIR += fortuneru SUBDIR += gd SUBDIR += gimp-help + SUBDIR += hunspell SUBDIR += ircd-hybrid SUBDIR += kde3-i18n SUBDIR += kde4-l10n diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile new file mode 100644 index 000000000000..da27be6b0f20 --- /dev/null +++ b/russian/hunspell/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= hunspell +PORTVERSION= 20110701 +CATEGORIES= russian textproc +MASTER_SITES= GOOGLE_CODE +DISTNAME= ru_RU_UTF8 + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Hunspell russian dictionnary + +PROJECTHOST= hunspell-ru +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/ru_RU.aff \ + share/hunspell/ru_RU.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKDIR}/ru_RU.aff \ + ${WRKDIR}/ru_RU.dic \ + ${PREFIX}/share/hunspell/ + +.include diff --git a/russian/hunspell/distinfo b/russian/hunspell/distinfo new file mode 100644 index 000000000000..0303a5689ee0 --- /dev/null +++ b/russian/hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (ru_RU_UTF8.zip) = e362ce38641f6cf0b10389e345f8d398ed4ad805801c8c84a3c13a50cb1d7427 +SIZE (ru_RU_UTF8.zip) = 666341 diff --git a/russian/hunspell/pkg-descr b/russian/hunspell/pkg-descr new file mode 100644 index 000000000000..9845395be1eb --- /dev/null +++ b/russian/hunspell/pkg-descr @@ -0,0 +1,3 @@ +Hunspell russian dictionnary + +WWW: http://code.google.com/p/hunspell-ru/