aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-06-06 07:49:29 +0800
committerpav <pav@FreeBSD.org>2005-06-06 07:49:29 +0800
commit08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba (patch)
tree6d06915951d0ac48f4f712f56b908983f421920c /german
parent1853a374bda38071f2c05f18d0f7eeac7b9ae4e6 (diff)
downloadfreebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.tar.gz
freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.tar.zst
freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.zip
- Unbreak and general update
- Add thesaureses - Add new dictionaries for Afrikaans, Welsh, English (Australia), English (New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician, Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand), Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda), Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel), German (Austria), French (Belgium) PR: ports/78492, ports/81196 Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>, Nicholas Kirby <nkirby@dagr.net> Approved by: maintainer (in general; too busy to work on ooodict)
Diffstat (limited to 'german')
-rw-r--r--german/Makefile1
-rw-r--r--german/ooodict-de_AT/Makefile19
-rw-r--r--german/ooodict-de_CH/Makefile4
-rw-r--r--german/ooodict-de_DE/Makefile3
4 files changed, 24 insertions, 3 deletions
diff --git a/german/Makefile b/german/Makefile
index cb70f4618626..850e9606e953 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -20,6 +20,7 @@
SUBDIR += ksteak
SUBDIR += linux-eagle
SUBDIR += manpages
+ SUBDIR += ooodict-de_AT
SUBDIR += ooodict-de_CH
SUBDIR += ooodict-de_DE
SUBDIR += openoffice-1.0
diff --git a/german/ooodict-de_AT/Makefile b/german/ooodict-de_AT/Makefile
new file mode 100644
index 000000000000..067883f09b71
--- /dev/null
+++ b/german/ooodict-de_AT/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for:
+# OpenOffice.org Spell Checking Dictionary
+# for German (Austria)
+# Date created: Tue Aug 10 24:00:00 UTC 2002
+# Whom: Martin Blapp <mbr@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+COMMENT= German (Austria) MySpell dictionary for OpenOffice.org
+CATEGORIES= german
+
+LANGPREFIX= de
+LANGSUFFIX= AT
+LANGDIST+= de_AT.zip
+MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
+RDEP= ${PORTSDIR}/editors/openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"
diff --git a/german/ooodict-de_CH/Makefile b/german/ooodict-de_CH/Makefile
index 44439442ec01..4d8e645de034 100644
--- a/german/ooodict-de_CH/Makefile
+++ b/german/ooodict-de_CH/Makefile
@@ -13,8 +13,8 @@ CATEGORIES= german
LANGPREFIX= de
LANGSUFFIX= CH
LANGDIST+= de_CH.zip
-HYPHDIST+= hyph_de_DE.zip
+HYPHDIST+= hyph_de_CH.zip
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
-RDEP= ${PORTSDIR}/german/openoffice-1.0
+RDEP= ${PORTSDIR}/editors/openoffice-1.1
.include "${MASTERDIR}/Makefile"
diff --git a/german/ooodict-de_DE/Makefile b/german/ooodict-de_DE/Makefile
index f40778898cf2..e14764f77ca0 100644
--- a/german/ooodict-de_DE/Makefile
+++ b/german/ooodict-de_DE/Makefile
@@ -14,7 +14,8 @@ LANGPREFIX= de
LANGSUFFIX= DE
LANGDIST+= de_DE.zip
HYPHDIST+= hyph_de_DE.zip
+THESDIST+= thes_de_DE.zip
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
-RDEP= ${PORTSDIR}/german/openoffice-1.0
+RDEP= ${PORTSDIR}/editors/openoffice-1.1
.include "${MASTERDIR}/Makefile"