diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-20 19:05:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-20 19:05:43 +0800 |
commit | 1e9a1f74b2d88b5029655beac86ade82e9a4af22 (patch) | |
tree | 6faef15c2192cf60560bee8134bb39a770cfb4cb /russian/hunspell | |
parent | 4d12db11f5b7daeebf62e900d503660cedfa644d (diff) | |
download | freebsd-ports-gnome-1e9a1f74b2d88b5029655beac86ade82e9a4af22.tar.gz freebsd-ports-gnome-1e9a1f74b2d88b5029655beac86ade82e9a4af22.tar.zst freebsd-ports-gnome-1e9a1f74b2d88b5029655beac86ade82e9a4af22.zip |
Add russian dictionnaries for hunspell
Diffstat (limited to 'russian/hunspell')
-rw-r--r-- | russian/hunspell/Makefile | 31 | ||||
-rw-r--r-- | russian/hunspell/distinfo | 2 | ||||
-rw-r--r-- | russian/hunspell/pkg-descr | 3 |
3 files changed, 36 insertions, 0 deletions
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/ |