diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 19:16:05 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 19:16:05 +0000 |
commit | ea5e70e9a73b6a5b721e458a808f73a7cba97fbb (patch) | |
tree | dfa76498303d5b329fc19a7b75fd2424a1957740 | |
parent | Add OpenOffice.org spelling dictionary ports. They are based on MySpell, (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=64380
-rw-r--r-- | editors/Makefile | 19 | ||||
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | german/Makefile | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index b0f5df209fbc..239cae1b318e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -94,6 +94,25 @@ SUBDIR += nvi-m17n SUBDIR += nvi-perl SUBDIR += offix-editor + SUBDIR += ooodict-all + SUBDIR += ooodict-da_DK + SUBDIR += ooodict-en_US + SUBDIR += ooodict-it_IT + SUBDIR += ooodict-pt_PT + SUBDIR += ooodict-bg_BG + SUBDIR += ooodict-el_GR + SUBDIR += ooodict-es_ES + SUBDIR += ooodict-nl_NL + SUBDIR += ooodict-sk_SK + SUBDIR += ooodict-ca_ES + SUBDIR += ooodict-en_CA + SUBDIR += ooodict-hr_HR + SUBDIR += ooodict-pl_PL + SUBDIR += ooodict-sv_SE + SUBDIR += ooodict-cs_CZ + SUBDIR += ooodict-en_GB + SUBDIR += ooodict-hu_HU + SUBDIR += ooodict-pt_BR SUBDIR += openoffice SUBDIR += openoffice-ar SUBDIR += openoffice-devel diff --git a/french/Makefile b/french/Makefile index 05c5849b10d1..56c4f2349bd0 100644 --- a/french/Makefile +++ b/french/Makefile @@ -10,6 +10,7 @@ SUBDIR += kde3-i18n SUBDIR += koffice-i18n SUBDIR += linux-netscape6 + SUBDIR += ooodict-fr_FR SUBDIR += openoffice SUBDIR += php_doc SUBDIR += staroffice52 diff --git a/german/Makefile b/german/Makefile index a54230b2c056..4533886e0634 100644 --- a/german/Makefile +++ b/german/Makefile @@ -14,6 +14,8 @@ SUBDIR += koffice-i18n SUBDIR += linux-netscape6 SUBDIR += manpages + SUBDIR += ooodict-de_CH + SUBDIR += ooodict-de_DE SUBDIR += openoffice SUBDIR += phone SUBDIR += php_doc |