diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 19:10:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 19:10:42 +0000 |
commit | fed46073a06858880b0c0ee345e3669873143e10 (patch) | |
tree | 411b22104c18bd2fdd06f287405630fafa7751e7 /portuguese | |
parent | 7e97e99c063f6f87b5f88c1b87dfcced02fc2172 (diff) | |
download | ports-fed46073a06858880b0c0ee345e3669873143e10.tar.gz ports-fed46073a06858880b0c0ee345e3669873143e10.zip |
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 'portuguese')
-rw-r--r-- | portuguese/ooodict-pt_BR/Makefile | 18 | ||||
-rw-r--r-- | portuguese/ooodict-pt_BR/pkg-comment | 1 | ||||
-rw-r--r-- | portuguese/ooodict-pt_PT/Makefile | 18 | ||||
-rw-r--r-- | portuguese/ooodict-pt_PT/pkg-comment | 1 | ||||
-rw-r--r-- | portuguese/openoffice-1.0/Makefile | 1 | ||||
-rw-r--r-- | portuguese/openoffice/Makefile | 1 |
6 files changed, 38 insertions, 2 deletions
diff --git a/portuguese/ooodict-pt_BR/Makefile b/portuguese/ooodict-pt_BR/Makefile new file mode 100644 index 000000000000..9a618dd9e5b4 --- /dev/null +++ b/portuguese/ooodict-pt_BR/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for Portuguese (Brasil) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= pt +LANGSUFFIX= BR +LANGDIST+= pt_BR.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-pt + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/ooodict-pt_BR/pkg-comment b/portuguese/ooodict-pt_BR/pkg-comment new file mode 100644 index 000000000000..afc8449a8804 --- /dev/null +++ b/portuguese/ooodict-pt_BR/pkg-comment @@ -0,0 +1 @@ +Portuguese (Brasil) MySpell dictionary for OpenOffice.org diff --git a/portuguese/ooodict-pt_PT/Makefile b/portuguese/ooodict-pt_PT/Makefile new file mode 100644 index 000000000000..4c3046e83c7d --- /dev/null +++ b/portuguese/ooodict-pt_PT/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for Portuguese (Portugal) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= pt +LANGSUFFIX= PT +LANGDIST+= pt_PT.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-pt + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/ooodict-pt_PT/pkg-comment b/portuguese/ooodict-pt_PT/pkg-comment new file mode 100644 index 000000000000..ad928084a18d --- /dev/null +++ b/portuguese/ooodict-pt_PT/pkg-comment @@ -0,0 +1 @@ +Portuguese (Portugal) MySpell dictionary for OpenOffice.org diff --git a/portuguese/openoffice-1.0/Makefile b/portuguese/openoffice-1.0/Makefile index d50146c13bd2..afda31dcde23 100644 --- a/portuguese/openoffice-1.0/Makefile +++ b/portuguese/openoffice-1.0/Makefile @@ -9,7 +9,6 @@ CATEGORIES= editors LANG_PKGNAME= pt LANG_EXT= 03 -EXTRACT_LANGDIST+= pt_PT.zip LANG_CONFIGURE_ARG= PORT MASTERDIR= ${.CURDIR}/../openoffice diff --git a/portuguese/openoffice/Makefile b/portuguese/openoffice/Makefile index d50146c13bd2..afda31dcde23 100644 --- a/portuguese/openoffice/Makefile +++ b/portuguese/openoffice/Makefile @@ -9,7 +9,6 @@ CATEGORIES= editors LANG_PKGNAME= pt LANG_EXT= 03 -EXTRACT_LANGDIST+= pt_PT.zip LANG_CONFIGURE_ARG= PORT MASTERDIR= ${.CURDIR}/../openoffice |