pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/php-enchant Importing textproc/php-enchant 5....
details: https://anonhg.NetBSD.org/pkgsrc/rev/495c45f5294c
branches: trunk
changeset: 573412:495c45f5294c
user: taca <taca%pkgsrc.org@localhost>
date: Tue Mar 16 15:42:44 2010 +0000
description:
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:
textproc/php-enchant/DESCR | 14 ++++++++++++++
textproc/php-enchant/Makefile | 15 +++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diffs (37 lines):
diff -r b10c1916ae1e -r 495c45f5294c textproc/php-enchant/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-enchant/DESCR Tue Mar 16 15:42:44 2010 +0000
@@ -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 -r b10c1916ae1e -r 495c45f5294c textproc/php-enchant/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-enchant/Makefile Tue Mar 16 15:42:44 2010 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index