diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:42:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:42:44 +0000 |
commit | e81587a92bec77077caf71de40e8ca4ade327b38 (patch) | |
tree | 8c164eb1576d61ad04b227d64e4ed1a8cb57a3fb /textproc | |
parent | 0045db1e846a2036e05b7c064a49724f1e92fa03 (diff) | |
download | pkgsrc-e81587a92bec77077caf71de40e8ca4ade327b38.tar.gz |
Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successor
of php-pspell.
PHP is a programming language designed to be embedded into web pages.
This module provides support for enchant support.
Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:
- aspell/pspell (intended to replace ispell)
- hspell (hebrew)
- ispell
- myspell/hunspell (OpenOffice project, mozilla)
- uspell (primarily Yiddish, Hebrew, and Eastern European languages)
A plugin system allows to add custom spell support,
see http://www.abisource.com/enchant/.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-enchant/DESCR | 14 | ||||
-rw-r--r-- | textproc/php-enchant/Makefile | 15 |
2 files changed, 29 insertions, 0 deletions
diff --git a/textproc/php-enchant/DESCR b/textproc/php-enchant/DESCR new file mode 100644 index 00000000000..18c096607da --- /dev/null +++ b/textproc/php-enchant/DESCR @@ -0,0 +1,14 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides support for enchant support. + +Enchant is a binder for libenchant. Libenchant provides a common +API for many spell libraries: + + - aspell/pspell (intended to replace ispell) + - hspell (hebrew) + - ispell + - myspell/hunspell (OpenOffice project, mozilla) + - uspell (primarily Yiddish, Hebrew, and Eastern European languages) + +A plugin system allows to add custom spell support, +see www.abisource.com/enchant/ diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile new file mode 100644 index 00000000000..77b51659c2b --- /dev/null +++ b/textproc/php-enchant/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:42:44 taca Exp $ + +MODNAME= enchant +CATEGORIES+= textproc +COMMENT= PHP extension for ENCHANT support. + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant} + +PHP_VERSION_REQD= 53 + +.include "../../lang/php/ext.mk" +.include "../../textproc/enchant/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |