pkgsrc-WIP-changes archive

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

php-zmq: Import php-zmq-1.1.3 as wip/php-zmq



Module Name:	pkgsrc-wip
Committed By:	Jeremy C. Reed <reed%reedmedia.net@localhost>
Pushed By:	reed
Date:		Wed Sep 28 17:53:34 2016 -0500
Changeset:	4163163e4275f251c256fcf9bfefe14f36d97720

Modified Files:
	Makefile
Added Files:
	php-zmq/DESCR
	php-zmq/Makefile
	php-zmq/distinfo

Log Message:
php-zmq: Import php-zmq-1.1.3 as wip/php-zmq

php-zmq provides bindings to the functions of ZeroMQ, a distributed
messaging API.

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

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

diffstat:
 Makefile         |  1 +
 php-zmq/DESCR    |  2 ++
 php-zmq/Makefile | 21 +++++++++++++++++++++
 php-zmq/distinfo |  6 ++++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index aa1bcce..9070f26 100644
--- a/Makefile
+++ b/Makefile
@@ -2481,6 +2481,7 @@ SUBDIR+=	php-gtk2
 SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
 SUBDIR+=	php-tclink
+SUBDIR+=	php-zmq
 SUBDIR+=	picosat
 SUBDIR+=	picprog
 SUBDIR+=	pidgin-evolution
diff --git a/php-zmq/DESCR b/php-zmq/DESCR
new file mode 100644
index 0000000..92f6e58
--- /dev/null
+++ b/php-zmq/DESCR
@@ -0,0 +1,2 @@
+php-zmq provides bindings to the functions of ZeroMQ, a distributed
+messaging API.
diff --git a/php-zmq/Makefile b/php-zmq/Makefile
new file mode 100644
index 0000000..aad01f3
--- /dev/null
+++ b/php-zmq/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+#
+
+MODNAME=		zmq
+# all versions 1.0.7 to 1.1.3 are listed as "beta" state
+PECL_VERSION=		1.1.3
+CATEGORIES+=		net
+
+MAINTAINER=		pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE=		http://php.net/manual/en/intro.zmq.php
+COMMENT=		PHP bindings to the functions of ZeroMQ
+LICENSE=		modified-bsd
+
+PHP_VERSIONS_ACCEPTED=	56 70 71
+
+TEST_TARGET=		test
+TEST_ENV=		NO_INTERACTION=set
+
+.include "../../net/zeromq/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-zmq/distinfo b/php-zmq/distinfo
new file mode 100644
index 0000000..8ebdc83
--- /dev/null
+++ b/php-zmq/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc Exp $
+
+SHA1 (php-zmq/zmq-1.1.3.tgz) = 04274be5deb53240d9f182475b7841a313038ecf
+RMD160 (php-zmq/zmq-1.1.3.tgz) = 0b20bbda1ce29d28b8627a5d1c364dca801b0f57
+SHA512 (php-zmq/zmq-1.1.3.tgz) = 0f03016e315a6c6a1e1d6eca1e20564834d2a924cef06af1b38693933f1e5a094c37e9c432705a64f61d95e82655f61358fc7783e7a6f06c7dd9ad84fc6f7bbc
+Size (php-zmq/zmq-1.1.3.tgz) = 82397 bytes


Home | Main Index | Thread Index | Old Index