diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-11 19:10:42 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-11 19:10:42 +0000 |
commit | 21686798d4ba53bb3da57de029241b0f75cf1ba3 (patch) | |
tree | ce89aa32ec5261101dbb8dbf12a66cf64271e3db /editors/ooodict-en_CA | |
parent | 2adade594a9be30680f11921a2e2dc607dfb3161 (diff) | |
download | FreeBSD-ports-21686798d4ba53bb3da57de029241b0f75cf1ba3.zip FreeBSD-ports-21686798d4ba53bb3da57de029241b0f75cf1ba3.tar.gz |
Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
which is a rewrite of iSpell in c++ with lots of additional features.
Diffstat (limited to 'editors/ooodict-en_CA')
-rw-r--r-- | editors/ooodict-en_CA/Makefile | 18 | ||||
-rw-r--r-- | editors/ooodict-en_CA/pkg-comment | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/editors/ooodict-en_CA/Makefile b/editors/ooodict-en_CA/Makefile new file mode 100644 index 0000000..f9d8eee --- /dev/null +++ b/editors/ooodict-en_CA/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for English (Canada) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= en +LANGSUFFIX= CA +LANGDIST+= en_CA.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/ooodict-en_CA/pkg-comment b/editors/ooodict-en_CA/pkg-comment new file mode 100644 index 0000000..9f65270 --- /dev/null +++ b/editors/ooodict-en_CA/pkg-comment @@ -0,0 +1 @@ +English (Canada) MySpell dictionary for OpenOffice.org |