aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-redis
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-15 14:57:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-15 14:57:37 +0000
commit7249f2b66d17e6f0cc6b3eabaa7b39bc04a1e397 (patch)
tree5cd303d12f8d56269ab653d714061e98b9ebfe48 /databases/pecl-redis
parentb0ded801b75f44071e9fcc6c78427b11b22b3c19 (diff)
downloadports-7249f2b66d17e6f0cc6b3eabaa7b39bc04a1e397.tar.gz
ports-7249f2b66d17e6f0cc6b3eabaa7b39bc04a1e397.zip
Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)
- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis - Add MOVED entries - While I'm here, add LICENSE_FILE Changes: https://pecl.php.net/package-changelog.php?package=redis PR: 216700 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer of databases/php71-redis) Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of databases/php56-redis), Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis, timeout, 14 days)
Notes
Notes: svn path=/head/; revision=434179
Diffstat (limited to 'databases/pecl-redis')
-rw-r--r--databases/pecl-redis/Makefile24
-rw-r--r--databases/pecl-redis/distinfo3
-rw-r--r--databases/pecl-redis/pkg-descr5
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/pecl-redis/Makefile b/databases/pecl-redis/Makefile
new file mode 100644
index 000000000000..c9a4c14a4cec
--- /dev/null
+++ b/databases/pecl-redis/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= redis
+PORTVERSION= 3.1.1
+CATEGORIES= databases
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+
+MAINTAINER= daniel@blodan.se
+COMMENT= Extension to access Redis
+
+LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= php:ext tar:tgz
+USE_PHP= session:build
+
+OPTIONS_DEFINE= IGBINARY
+IGBINARY_DESC= Build with Igbinary serializer
+
+IGBINARY_CONFIGURE_ENABLE= redis-igbinary
+IGBINARY_USE= php=igbinary:build
+
+.include <bsd.port.mk>
diff --git a/databases/pecl-redis/distinfo b/databases/pecl-redis/distinfo
new file mode 100644
index 000000000000..50f877e8393e
--- /dev/null
+++ b/databases/pecl-redis/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1487169159
+SHA256 (redis-3.1.1.tgz) = aa1a30f2c5e1f532289b9b90af71b42db86bb85e9f8c344a455a4312c79d917e
+SIZE (redis-3.1.1.tgz) = 198597
diff --git a/databases/pecl-redis/pkg-descr b/databases/pecl-redis/pkg-descr
new file mode 100644
index 000000000000..a23d5e2c08cf
--- /dev/null
+++ b/databases/pecl-redis/pkg-descr
@@ -0,0 +1,5 @@
+This extension provides an API for communicating with Redis database,
+a persistent key-value database with built-in net interface written
+in ANSI-C for Posix systems.
+
+WWW: https://pecl.php.net/package/redis