pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-redis5: Add package



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Sat Aug 15 14:21:35 2020 +0000
Changeset:	36f74e6a4e644acf75f0e971d698eede67d499f5

Added Files:
	php-redis5/DESCR
	php-redis5/Makefile
	php-redis5/distinfo

Log Message:
php-redis5: Add package

WWW: https://github.com/phpredis/phpredis

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36f74e6a4e644acf75f0e971d698eede67d499f5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-redis5/DESCR    |  6 ++++++
 php-redis5/Makefile | 27 +++++++++++++++++++++++++++
 php-redis5/distinfo |  6 ++++++
 3 files changed, 39 insertions(+)

diffs:
diff --git a/php-redis5/DESCR b/php-redis5/DESCR
new file mode 100644
index 0000000000..19d2b2fe62
--- /dev/null
+++ b/php-redis5/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/php-redis5/Makefile b/php-redis5/Makefile
new file mode 100644
index 0000000000..bbe5aef862
--- /dev/null
+++ b/php-redis5/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.5 2019/09/10 13:26:15 otis Exp $
+#
+
+MODNAME=	redis5
+PKGMODNAME=	redis
+PECL_VERSION=	5.3.1
+PECL_DISTNAME=	${PECL_VERSION}
+CATEGORIES=	databases
+MASTER_SITES=	${MASTER_SITE_GITHUB:=phpredis/}
+GITHUB_PROJECT=	phpredis
+EXTRACT_SUFX=	.tar.gz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/phpredis/phpredis
+COMMENT=	PHP extension for Redis
+LICENSE=	php
+
+WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
+
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+=	-Wno-error=return-type
+.endif
+
+.include "../../textproc/php-json/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-redis5/distinfo b/php-redis5/distinfo
new file mode 100644
index 0000000000..c1e9a8355c
--- /dev/null
+++ b/php-redis5/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.4 2019/09/10 13:26:15 otis Exp $
+
+SHA1 (php-redis5/5.3.1.tar.gz) = 9ff8f343795c5c27832ad0c27b528a008753f15b
+RMD160 (php-redis5/5.3.1.tar.gz) = 2b7da11c9fa0c1f5186efa07a27d1a9d035ed357
+SHA512 (php-redis5/5.3.1.tar.gz) = 7ab11c9b6583e4ba1aabebd7323de7d38b90274c0bee395b7a994a0d70b35ddee1bb6b6e6407b5237b0440b11f9c27f864707259ec130624aee3b71e7cee3536
+Size (php-redis5/5.3.1.tar.gz) = 280637 bytes


Home | Main Index | Thread Index | Old Index