svn commit: r417472 - in head/databases: . php70-redis

Kurt Jaeger pi at FreeBSD.org
Sat Jun 25 15:08:32 UTC 2016


Author: pi
Date: Sat Jun 25 15:08:30 2016
New Revision: 417472
URL: https://svnweb.freebsd.org/changeset/ports/417472

Log:
  New port: databases/php70-redis
  
  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://github.com/phpredis/phpredis
  
  PR:		210552, 208016
  Submitted by:	joshruehlig at gmail.com, townwear at gmail.com

Added:
  head/databases/php70-redis/
  head/databases/php70-redis/Makefile   (contents, props changed)
  head/databases/php70-redis/distinfo   (contents, props changed)
  head/databases/php70-redis/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Jun 25 14:44:04 2016	(r417471)
+++ head/databases/Makefile	Sat Jun 25 15:08:30 2016	(r417472)
@@ -636,6 +636,7 @@
     SUBDIR += php70-pdo_pgsql
     SUBDIR += php70-pdo_sqlite
     SUBDIR += php70-pgsql
+    SUBDIR += php70-redis
     SUBDIR += php70-sqlite3
     SUBDIR += phpminiadmin
     SUBDIR += phpmyadmin

Added: head/databases/php70-redis/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/php70-redis/Makefile	Sat Jun 25 15:08:30 2016	(r417472)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	redis
+PORTVERSION=	3.0.0
+CATEGORIES=	databases
+PKGNAMEPREFIX=	php70-
+
+MAINTAINER=	joshruehlig at gmail.com
+COMMENT=	PHP7 extension for Redis
+
+LICENSE=	PHP301
+
+USE_PHP=	session
+USE_PHP_BUILD=	yes
+USE_PHPEXT=	yes
+PHP_DEFAULT=	7.0
+IGNORE_WITH_PHP=	55 56
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	phpredis
+GH_PROJECT=	phpredis
+
+PHP_MODNAME=	redis
+
+.include <bsd.port.mk>

Added: head/databases/php70-redis/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/php70-redis/distinfo	Sat Jun 25 15:08:30 2016	(r417472)
@@ -0,0 +1,2 @@
+SHA256 (phpredis-phpredis-3.0.0_GH0.tar.gz) = 030997370bb1906793989c89550d9cafd4fa35dccbad7040b2339301aa961dba
+SIZE (phpredis-phpredis-3.0.0_GH0.tar.gz) = 196416

Added: head/databases/php70-redis/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/php70-redis/pkg-descr	Sat Jun 25 15:08:30 2016	(r417472)
@@ -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://github.com/phpredis/phpredis


More information about the svn-ports-head mailing list