aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-05-13 19:18:15 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-05-13 19:18:15 +0000
commita400d7e6c0756280133ec752f87732166becaacd (patch)
tree2fe36461fa9031a62a5d73a36e7b4cdb62c31eda
parent00cccc4f8bcbd8a39e81f7cf4dc75f14262e6d84 (diff)
Notes
-rw-r--r--editors/ooodict-all/Makefile2
-rw-r--r--editors/ooodict-all/distinfo1
-rw-r--r--ukrainian/ooodict-uk_UA/Makefile19
3 files changed, 21 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile
index 25fbc3ef96d4..f551612d4cd7 100644
--- a/editors/ooodict-all/Makefile
+++ b/editors/ooodict-all/Makefile
@@ -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 \
diff --git a/editors/ooodict-all/distinfo b/editors/ooodict-all/distinfo
index 1b58d4551836..897fabc59e8f 100644
--- a/editors/ooodict-all/distinfo
+++ b/editors/ooodict-all/distinfo
@@ -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
diff --git a/ukrainian/ooodict-uk_UA/Makefile b/ukrainian/ooodict-uk_UA/Makefile
new file mode 100644
index 000000000000..a489bbb2dc55
--- /dev/null
+++ b/ukrainian/ooodict-uk_UA/Makefile
@@ -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"