summaryrefslogtreecommitdiff
path: root/databases/php-redis3
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2016-07-26 09:37:23 +0000
committerjdolecek <jdolecek>2016-07-26 09:37:23 +0000
commit26172a6e64cd94645b912fff4541d861b30906a9 (patch)
tree2cde6f88f37e5f8330318fa104b1693cd22f2b49 /databases/php-redis3
parent8c5974492ae2c6cc2131f486185aaf9ebbc77666 (diff)
downloadpkgsrc-26172a6e64cd94645b912fff4541d861b30906a9.tar.gz
phpredis 3.0.0
This version of phpredis supports cluster and is intended for php versions 7.0.0 and higher. To compile cluster-enabled phpredis for older versions of php, please use the 2.2.8 pecl package.
Diffstat (limited to 'databases/php-redis3')
-rw-r--r--databases/php-redis3/DESCR6
-rw-r--r--databases/php-redis3/Makefile29
-rw-r--r--databases/php-redis3/distinfo6
3 files changed, 41 insertions, 0 deletions
diff --git a/databases/php-redis3/DESCR b/databases/php-redis3/DESCR
new file mode 100644
index 00000000000..19d2b2fe62f
--- /dev/null
+++ b/databases/php-redis3/DESCR
@@ -0,0 +1,6 @@
+The phpredis extension provides an API for communicating with the Redis
+key-value store. It is released under the PHP License, version 3.01.
+This code has been developed and maintained by Owlient from
+November 2009 to March 2011.
+
+This version support PHP 7 and drops support for PHP 5.x
diff --git a/databases/php-redis3/Makefile b/databases/php-redis3/Makefile
new file mode 100644
index 00000000000..172c2ce6665
--- /dev/null
+++ b/databases/php-redis3/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2016/07/26 09:37:23 jdolecek Exp $
+#
+
+MODNAME= redis3
+PKGMODNAME= redis
+PECL_VERSION= 3.0.0
+PECL_LEGACY_VERSION_SCHEME= yes
+PECL_DISTNAME= ${PECL_VERSION}
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nicolasff/}
+GITHUB_PROJECT= phpredis
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/nicolasff/phpredis
+COMMENT= PHP extension for Redis
+LICENSE= php
+
+PHP_VERSIONS_ACCEPTED= 70
+
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
+
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+= -Wno-error=return-type
+.endif
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/php-redis3/distinfo b/databases/php-redis3/distinfo
new file mode 100644
index 00000000000..75a2a038e46
--- /dev/null
+++ b/databases/php-redis3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2016/07/26 09:37:23 jdolecek Exp $
+
+SHA1 (php-redis3/3.0.0.tar.gz) = b47d7fdc24e6fd76a59adedf39a1c3838d41eb4e
+RMD160 (php-redis3/3.0.0.tar.gz) = 5900190aaa6251e0927d787f00dcd93822336990
+SHA512 (php-redis3/3.0.0.tar.gz) = 51f9492189443b851ec721cb0285a82426130162ab8ce2cd7ea26b1b7757a8c893d00b91f4dbb8dd1fd6bcef828ca98c4378c24faf59afa8df5b9c92a81798d5
+Size (php-redis3/3.0.0.tar.gz) = 196416 bytes