diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2010-03-21 12:42:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2010-03-21 12:42:08 +0000 |
commit | 5b1e0bfc2fb8fd41346dd33a0173cd05ebadc1a3 (patch) | |
tree | 908cda30be90bcd1982dbd222d95e3b6f37a9076 /textproc | |
parent | c4db73367e9b9cfe48666452a12e53d12d941120 (diff) | |
download | pkgsrc-5b1e0bfc2fb8fd41346dd33a0173cd05ebadc1a3.tar.gz |
switch php-enchant to use PECL module (version 1.1.0), so that it's also usable with PHP 5.2.*
compilation tested with PHP 5.2.13 and 5.3.2 on Mac OS X 10.6.2, NetBSD 5.0.1
slightly adjust COMMENT
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-enchant/Makefile | 7 | ||||
-rw-r--r-- | textproc/php-enchant/distinfo | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile index 77b51659c2b..5c7fa6e3f2c 100644 --- a/textproc/php-enchant/Makefile +++ b/textproc/php-enchant/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:42:44 taca Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/21 12:42:08 jdolecek Exp $ MODNAME= enchant +PECL_VERSION= 1.1.0 CATEGORIES+= textproc -COMMENT= PHP extension for ENCHANT support. +COMMENT= PHP extension for ENCHANT (spelling) support PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant} -PHP_VERSION_REQD= 53 +BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.4 .include "../../lang/php/ext.mk" .include "../../textproc/enchant/buildlink3.mk" diff --git a/textproc/php-enchant/distinfo b/textproc/php-enchant/distinfo new file mode 100644 index 00000000000..62506da7901 --- /dev/null +++ b/textproc/php-enchant/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2010/03/21 12:42:08 jdolecek Exp $ + +SHA1 (php-enchant/enchant-1.1.0.tgz) = 8f70603a5ab438450ce19516e5f3a9ed81ad9740 +RMD160 (php-enchant/enchant-1.1.0.tgz) = 89cfb0e304ceb637d3a91ba28bf2a712fbe291df +Size (php-enchant/enchant-1.1.0.tgz) = 9464 bytes |