diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-28 04:52:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-28 04:52:10 +0800 |
commit | 019b6724bc10b17740adae8e72a64c752c275627 (patch) | |
tree | 5bceb07b7e6f8ab62a4349f8b9a6c10b41eb9a01 /textproc | |
parent | 7a017cc203c7aef7cf77f33a424b18a1ce16d4ea (diff) | |
download | freebsd-ports-gnome-019b6724bc10b17740adae8e72a64c752c275627.tar.gz freebsd-ports-gnome-019b6724bc10b17740adae8e72a64c752c275627.tar.zst freebsd-ports-gnome-019b6724bc10b17740adae8e72a64c752c275627.zip |
Enchant is a binder for libenchant. Libenchant
provides a common API for many spell libraries,
such as aspell/pspell(intended to replace
ispell),hspell(hebrew),ispell,myspell/hunspell
(OpenOffice project, mozilla),uspell (primarily
Yiddish, Hebrew, and Eastern European languages)
WWW: http://pecl.php.net/package/enchant/
PR: ports/122820
Submitted by: Wen heping <wenheping at gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-enchant/Makefile | 25 | ||||
-rw-r--r-- | textproc/pecl-enchant/distinfo | 3 | ||||
-rw-r--r-- | textproc/pecl-enchant/pkg-descr | 8 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e9bc3061bf01..3e1322db88d1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -773,6 +773,7 @@ SUBDIR += pear-XML_Wddx SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone + SUBDIR += pecl-enchant SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile new file mode 100644 index 000000000000..e32f0af4c36e --- /dev/null +++ b/textproc/pecl-enchant/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: pear-enchant +# Date created: 17 April 2008 +# Whom: Wen heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= enchant +DISTVERSION= 1.0.2 +CATEGORIES= textproc devel pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= wenheping@gmail.com +COMMENT= Libenchant Binder that Support Near All Spelling Tools + +LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant + +USE_PHP= yes +USE_PHPEXT= yes +PHP_MODNAME= ${PORTNAME} + +.include <bsd.port.mk> diff --git a/textproc/pecl-enchant/distinfo b/textproc/pecl-enchant/distinfo new file mode 100644 index 000000000000..c48f7a10c075 --- /dev/null +++ b/textproc/pecl-enchant/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/enchant-1.0.2.tgz) = 9c6b5cc4fba3a722cf7ff7c750eacaee +SHA256 (PECL/enchant-1.0.2.tgz) = c5dab3c0cd8a9da84c91eb0d055b438d9caf2816dda618e460d55e5a2c35e81f +SIZE (PECL/enchant-1.0.2.tgz) = 8407 diff --git a/textproc/pecl-enchant/pkg-descr b/textproc/pecl-enchant/pkg-descr new file mode 100644 index 000000000000..1bcedf0ffa23 --- /dev/null +++ b/textproc/pecl-enchant/pkg-descr @@ -0,0 +1,8 @@ +Enchant is a binder for libenchant. Libenchant +provides a common API for many spell libraries, +such as aspell/pspell(intended to replace +ispell),hspell(hebrew),ispell,myspell/hunspell +(OpenOffice project, mozilla),uspell (primarily +Yiddish, Hebrew, and Eastern European languages) + +WWW: http://pecl.php.net/package/enchant/ |