diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 05:11:33 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 05:11:33 +0800 |
commit | 229356c7714c6f9411c6ef18f37fe1cf614b58c4 (patch) | |
tree | 8095750ef78a9e21521a61d4a63e78bd6e150928 /textproc | |
parent | 66a746cb332280e0b5903422688a2e4ccf3b6161 (diff) | |
download | freebsd-ports-gnome-229356c7714c6f9411c6ef18f37fe1cf614b58c4.tar.gz freebsd-ports-gnome-229356c7714c6f9411c6ef18f37fe1cf614b58c4.tar.zst freebsd-ports-gnome-229356c7714c6f9411c6ef18f37fe1cf614b58c4.zip |
Horde unified spellchecking API.
WWW: http://pear.horde.org
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Horde_SpellChecker/Makefile | 18 | ||||
-rw-r--r-- | textproc/pear-Horde_SpellChecker/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Horde_SpellChecker/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6ef70f52feeb..fe49cc2ff7c6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -953,6 +953,7 @@ SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_Kolab_Format + SUBDIR += pear-Horde_SpellChecker SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy diff --git a/textproc/pear-Horde_SpellChecker/Makefile b/textproc/pear-Horde_SpellChecker/Makefile new file mode 100644 index 000000000000..7c85b4ebeeae --- /dev/null +++ b/textproc/pear-Horde_SpellChecker/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_SpellChecker +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_SpellChecker +PORTVERSION= 1.0.0 +CATEGORIES= textproc www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Spellcheck API + +USE_HORDE_RUN= Horde_Exception Horde_Util + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-Horde_SpellChecker/distinfo b/textproc/pear-Horde_SpellChecker/distinfo new file mode 100644 index 000000000000..1a20f904b7af --- /dev/null +++ b/textproc/pear-Horde_SpellChecker/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_SpellChecker-1.0.0.tgz) = ac51e87964fa587ce1ae0c61184d84897bb7250894828d0a2dba375a60a797de +SIZE (Horde/Horde_SpellChecker-1.0.0.tgz) = 3666 diff --git a/textproc/pear-Horde_SpellChecker/pkg-descr b/textproc/pear-Horde_SpellChecker/pkg-descr new file mode 100644 index 000000000000..b6e805402907 --- /dev/null +++ b/textproc/pear-Horde_SpellChecker/pkg-descr @@ -0,0 +1,3 @@ +Horde unified spellchecking API. + +WWW: http://pear.horde.org |