summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-08-11 19:10:42 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-08-11 19:10:42 +0000
commitfed46073a06858880b0c0ee345e3669873143e10 (patch)
tree411b22104c18bd2fdd06f287405630fafa7751e7 /german
parentAdd an explicit dependency on docbook-xml to get around a problem where (diff)
Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
which is a rewrite of iSpell in c++ with lots of additional features.
Notes
Notes: svn path=/head/; revision=64379
Diffstat (limited to 'german')
-rw-r--r--german/ooodict-de_CH/Makefile18
-rw-r--r--german/ooodict-de_CH/pkg-comment1
-rw-r--r--german/ooodict-de_DE/Makefile18
-rw-r--r--german/ooodict-de_DE/pkg-comment1
-rw-r--r--german/openoffice-1.0/Makefile1
-rw-r--r--german/openoffice/Makefile1
6 files changed, 38 insertions, 2 deletions
diff --git a/german/ooodict-de_CH/Makefile b/german/ooodict-de_CH/Makefile
new file mode 100644
index 000000000000..ea1ea389b0e6
--- /dev/null
+++ b/german/ooodict-de_CH/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:
+# OpenOffice Spell Checking Dictionary
+# for German (Switzerland)
+# Date created: Tue Aug 10 24:00:00 UTC 2002
+# Whom: Martin Blapp <mbr@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANGPREFIX= de
+LANGSUFFIX= CH
+LANGDIST+= de_CH.zip
+MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
+RDEP= ${PORTSDIR}/german/openoffice
+
+.include "${MASTERDIR}/Makefile"
diff --git a/german/ooodict-de_CH/pkg-comment b/german/ooodict-de_CH/pkg-comment
new file mode 100644
index 000000000000..55e132ded217
--- /dev/null
+++ b/german/ooodict-de_CH/pkg-comment
@@ -0,0 +1 @@
+German (Switzerland) MySpell dictionary for OpenOffice.org
diff --git a/german/ooodict-de_DE/Makefile b/german/ooodict-de_DE/Makefile
new file mode 100644
index 000000000000..2c00b47dd178
--- /dev/null
+++ b/german/ooodict-de_DE/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:
+# OpenOffice Spell Checking Dictionary
+# for German (Germany) and German (Austria)
+# Date created: Tue Aug 10 24:00:00 UTC 2002
+# Whom: Martin Blapp <mbr@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANGPREFIX= de
+LANGSUFFIX= DE
+LANGDIST+= de_DE.zip
+MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
+RDEP= ${PORTSDIR}/german/openoffice
+
+.include "${MASTERDIR}/Makefile"
diff --git a/german/ooodict-de_DE/pkg-comment b/german/ooodict-de_DE/pkg-comment
new file mode 100644
index 000000000000..3ee155226d4b
--- /dev/null
+++ b/german/ooodict-de_DE/pkg-comment
@@ -0,0 +1 @@
+German (Germany) MySpell dictionary for OpenOffice.org
diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile
index 71757bc70c38..111070b07445 100644
--- a/german/openoffice-1.0/Makefile
+++ b/german/openoffice-1.0/Makefile
@@ -9,7 +9,6 @@ CATEGORIES= german editors
LANG_PKGNAME= de
LANG_EXT= 49
-EXTRACT_LANGDIST+= de_DE.zip de_CH.zip
#
# Special case. We do not need LANG_CONFIGURE_ARG cause
# the EN_US and DE_DE versions are always built.
diff --git a/german/openoffice/Makefile b/german/openoffice/Makefile
index 71757bc70c38..111070b07445 100644
--- a/german/openoffice/Makefile
+++ b/german/openoffice/Makefile
@@ -9,7 +9,6 @@ CATEGORIES= german editors
LANG_PKGNAME= de
LANG_EXT= 49
-EXTRACT_LANGDIST+= de_DE.zip de_CH.zip
#
# Special case. We do not need LANG_CONFIGURE_ARG cause
# the EN_US and DE_DE versions are always built.