diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 11:05:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 11:05:43 +0000 |
commit | d3e139296bd332b996a690bd2ee3ad61a3d980c5 (patch) | |
tree | ec5e4e461fe26a6b909e2058178b8047663a9ad6 /russian | |
parent | d6d3a617feac32f8631986c954310182e3140599 (diff) | |
download | ports-d3e139296bd332b996a690bd2ee3ad61a3d980c5.tar.gz ports-d3e139296bd332b996a690bd2ee3ad61a3d980c5.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/hunspell/Makefile | 31 | ||||
-rw-r--r-- | russian/hunspell/distinfo | 2 | ||||
-rw-r--r-- | russian/hunspell/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
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 <bapt@FreeBSD.org> +# +# $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 <bsd.port.mk> 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/ |