diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 20:52:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 20:52:10 +0000 |
commit | 56a3c2a14f37d14e63e0217ddf4241fc71c2cafe (patch) | |
tree | 8da3d6d33f78eadfa185dbdbd29b925c6670f1ae /textproc/pecl-enchant | |
parent | 02f53e22de522bee346a2d80e760d6b9665785b6 (diff) | |
download | ports-56a3c2a14f37d14e63e0217ddf4241fc71c2cafe.tar.gz ports-56a3c2a14f37d14e63e0217ddf4241fc71c2cafe.zip |
Notes
Diffstat (limited to 'textproc/pecl-enchant')
-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 |
3 files changed, 36 insertions, 0 deletions
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/ |