diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-05 23:49:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-05 23:49:29 +0000 |
commit | 3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0 (patch) | |
tree | 9b5545c691640a46a45a0b56cdefa76491466881 /hebrew | |
parent | 19679d50d051fb24f87329ae24bc341650845557 (diff) | |
download | ports-3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0.tar.gz ports-3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0.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)
Notes
Notes:
svn path=/head/; revision=136875
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/Makefile | 1 | ||||
-rw-r--r-- | hebrew/ooodict-he_IL/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/hebrew/Makefile b/hebrew/Makefile index a9b99ffdb424..c373c1da481f 100644 --- a/hebrew/Makefile +++ b/hebrew/Makefile @@ -8,6 +8,7 @@ SUBDIR += elmar-fonts SUBDIR += he2 SUBDIR += hspell + SUBDIR += ooodict-he_IL SUBDIR += kde3-i18n SUBDIR += koffice-i18n diff --git a/hebrew/ooodict-he_IL/Makefile b/hebrew/ooodict-he_IL/Makefile new file mode 100644 index 000000000000..d15ac8a94dc9 --- /dev/null +++ b/hebrew/ooodict-he_IL/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice.org Spell Checking Dictionary +# for Hebrew (Israel) language +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= Hebrew (Israel) MySpell dictionary for OpenOffice.org + +LANGPREFIX= he +LANGSUFFIX= IL +LANGDIST+= he_IL.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |