From 5b1e0bfc2fb8fd41346dd33a0173cd05ebadc1a3 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 21 Mar 2010 12:42:08 +0000 Subject: 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 --- textproc/php-enchant/Makefile | 7 ++++--- textproc/php-enchant/distinfo | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 textproc/php-enchant/distinfo (limited to 'textproc') 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 -- cgit v1.2.3