summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2010-03-16 15:42:44 +0000
committertaca <taca>2010-03-16 15:42:44 +0000
commit34a3887187b1c82f738a20b60cdbb60ccd12ed55 (patch)
tree8c164eb1576d61ad04b227d64e4ed1a8cb57a3fb /textproc
parentc7dc2cb6ebeb23af8ec9e821b6cac41a58ba1c80 (diff)
downloadpkgsrc-34a3887187b1c82f738a20b60cdbb60ccd12ed55.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/DESCR14
-rw-r--r--textproc/php-enchant/Makefile15
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"