1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add Ukrainian ooodict.

PR:		49078
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
This commit is contained in:
Martin Blapp 2003-05-13 19:18:15 +00:00
parent 00cccc4f8b
commit a400d7e6c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80934
3 changed files with 21 additions and 1 deletions

View File

@ -24,7 +24,7 @@ LANGDIST?= bg_BG.zip ca_ES.zip hr_HR.zip cs_CZ.zip \
en_US.zip fr_FR.zip de_DE.zip de_CH.zip \
hu_HU.zip it_IT.zip pl_PL.zip pt_PT.zip \
pt_BR.zip es_ES.zip sk_SK.zip sv_SE.zip \
el_GR-enhanced.zip ru_RU_io.zip
el_GR-enhanced.zip ru_RU_io.zip uk_UA.zip
HYPHDIST?= hyph_cs.zip hyph_da.zip hyph_de_DE.zip \
hyph_en.zip hyph_en_CA.zip hyph_en_GB.zip \

View File

@ -24,6 +24,7 @@ MD5 (openoffice/pt_PT.zip) = 6f44ed7caf6846dca9d539bb390719c4
MD5 (openoffice/ru_RU_io.zip) = 23b346fae3b118fcb93ba9acb83d906a
MD5 (openoffice/sk_SK.zip) = 6a91f9ecc1b87c156c9ceb51d089b7a7
MD5 (openoffice/sv_SE.zip) = bc8e8692786831b3026c782d090f0a2f
MD5 (openoffice/uk_UA.zip) = 11f94aecaac1d83f5f6943070e3ae9df
MD5 (openoffice/hyph_cs.zip) = b1cd60f130668ee363baf566ee93ab99
MD5 (openoffice/hyph_da.zip) = 647cb755de87e55f36b6819c88ca928b
MD5 (openoffice/hyph_de.zip) = ac783ca0316247d40c656d4c79035865

View File

@ -0,0 +1,19 @@
# New ports collection makefile for:
# OpenOffice Spell Checking Dictionary
# for Ukrainian.
# Date created: Mon Mar 10 17:53:11 EET 2003
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
#
# $FreeBSD$
#
COMMENT= Ukrainian MySpell dictionary for OpenOffice.org
CATEGORIES= ukrainian
LANGPREFIX= uk
LANGSUFFIX= UA
LANGDIST+= uk_UA.zip
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/editors/openoffice
.include "${MASTERDIR}/Makefile"