diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-10-22 10:53:01 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-10-22 10:53:01 +0000 |
commit | 55d883d902a85bddd79e9137c8fc9796571ead16 (patch) | |
tree | 5626a9e18f1b427dc02a4d951f0681bc5c85ed4a /textproc/php-sphinx | |
parent | 297f50fb1a5a1be1f3fe9cdcc471e315b334d9f6 (diff) | |
download | pkgsrc-55d883d902a85bddd79e9137c8fc9796571ead16.tar.gz |
Import sphinx 1.3.3 as textproc/php-sphinx.
PHP bindings for libsphinxclient, client library for Sphinx.
Diffstat (limited to 'textproc/php-sphinx')
-rw-r--r-- | textproc/php-sphinx/DESCR | 1 | ||||
-rw-r--r-- | textproc/php-sphinx/Makefile | 16 | ||||
-rw-r--r-- | textproc/php-sphinx/distinfo | 6 |
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/php-sphinx/DESCR b/textproc/php-sphinx/DESCR new file mode 100644 index 00000000000..ab2440f884f --- /dev/null +++ b/textproc/php-sphinx/DESCR @@ -0,0 +1 @@ +PHP bindings for libsphinxclient, client library for Sphinx. diff --git a/textproc/php-sphinx/Makefile b/textproc/php-sphinx/Makefile new file mode 100644 index 00000000000..f8b41c8826f --- /dev/null +++ b/textproc/php-sphinx/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2015/10/22 10:53:01 fhajny Exp $ + +MODNAME= sphinx +PECL_VERSION= 1.3.3 +CATEGORIES+= textproc databases + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pecl.php.net/package/sphinx/ +COMMENT= Client extension for Sphinx +LICENSE= php + +CONFIGURE_ARGS+= --with-sphinx=${BUILDLINK_PREFIX.sphinxsearch} + +.include "../../lang/php/ext.mk" +.include "../../textproc/sphinxsearch/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/php-sphinx/distinfo b/textproc/php-sphinx/distinfo new file mode 100644 index 00000000000..a288050730a --- /dev/null +++ b/textproc/php-sphinx/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2015/10/22 10:53:01 fhajny Exp $ + +SHA1 (php-sphinx/sphinx-1.3.3.tgz) = 74c3220b79029ee59c35331e0341e631eda138c7 +RMD160 (php-sphinx/sphinx-1.3.3.tgz) = 25a917d05086274a83e6b89a40194f703ae64120 +SHA512 (php-sphinx/sphinx-1.3.3.tgz) = 86e40660bc3be346f23eaa98eb49552c2e51385c41e5c0ac04ba26776375816d777e470765e103d771bd46206ced1778ffb80747a6656c4948f047e61a4112b7 +Size (php-sphinx/sphinx-1.3.3.tgz) = 15555 bytes |