mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add russian dictionnaries for hunspell
This commit is contained in:
parent
d6d3a617fe
commit
d3e139296b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277993
@ -17,6 +17,7 @@
|
||||
SUBDIR += fortuneru
|
||||
SUBDIR += gd
|
||||
SUBDIR += gimp-help
|
||||
SUBDIR += hunspell
|
||||
SUBDIR += ircd-hybrid
|
||||
SUBDIR += kde3-i18n
|
||||
SUBDIR += kde4-l10n
|
||||
|
31
russian/hunspell/Makefile
Normal file
31
russian/hunspell/Makefile
Normal file
@ -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>
|
2
russian/hunspell/distinfo
Normal file
2
russian/hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ru_RU_UTF8.zip) = e362ce38641f6cf0b10389e345f8d398ed4ad805801c8c84a3c13a50cb1d7427
|
||||
SIZE (ru_RU_UTF8.zip) = 666341
|
3
russian/hunspell/pkg-descr
Normal file
3
russian/hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Hunspell russian dictionnary
|
||||
|
||||
WWW: http://code.google.com/p/hunspell-ru/
|
Loading…
Reference in New Issue
Block a user