pkgsrc-WIP-changes archive

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

php-msgpack: Import php-msgpack-2.0.1 as wip/php-msgpack



Module Name:	pkgsrc-wip
Committed By:	Jeremy C. Reed <reed%reedmedia.net@localhost>
Pushed By:	reed
Date:		Wed Sep 28 17:57:19 2016 -0500
Changeset:	11aa04d27703248452692545d5229111484c5d6f

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

Log Message:
php-msgpack: Import php-msgpack-2.0.1 as wip/php-msgpack

php-msgpack provides bindings to the functions of MessagePack,
an efficient binary serialization format which may be used
to exchange data among multiple languages.

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

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

diffstat:
 Makefile             |  1 +
 php-msgpack/DESCR    |  3 +++
 php-msgpack/Makefile | 22 ++++++++++++++++++++++
 php-msgpack/distinfo |  6 ++++++
 4 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9070f26..eea2256 100644
--- a/Makefile
+++ b/Makefile
@@ -2480,6 +2480,7 @@ SUBDIR+=	php-doc-zh
 SUBDIR+=	php-gtk2
 SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
+SUBDIR+=	php-msgpack
 SUBDIR+=	php-tclink
 SUBDIR+=	php-zmq
 SUBDIR+=	picosat
diff --git a/php-msgpack/DESCR b/php-msgpack/DESCR
new file mode 100644
index 0000000..969f884
--- /dev/null
+++ b/php-msgpack/DESCR
@@ -0,0 +1,3 @@
+php-msgpack provides bindings to the functions of MessagePack,
+an efficient binary serialization format which may be used
+to exchange data among multiple languages.
diff --git a/php-msgpack/Makefile b/php-msgpack/Makefile
new file mode 100644
index 0000000..024776a
--- /dev/null
+++ b/php-msgpack/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+#
+
+MODNAME=		msgpack
+# all versions are listed as "beta" state
+PECL_VERSION=		2.0.1
+CATEGORIES+=		devel
+
+MAINTAINER=		pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE=		https://pecl.php.net/package/msgpack
+COMMENT=		PHP extension for interfacing with MessagePack
+LICENSE=		modified-bsd
+
+PHP_VERSIONS_ACCEPTED=	70 71
+# 5.x versions use 0.5.7 version of the php msgpack
+
+TEST_TARGET=		test
+TEST_ENV=		NO_INTERACTION=set
+
+.include "../../devel/msgpack/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-msgpack/distinfo b/php-msgpack/distinfo
new file mode 100644
index 0000000..1b4d4aa
--- /dev/null
+++ b/php-msgpack/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc Exp $
+
+SHA1 (php-msgpack/msgpack-2.0.1.tgz) = 2d4d8bf83e1226d4b31e172cffd69b1ba30a7a2e
+RMD160 (php-msgpack/msgpack-2.0.1.tgz) = 645b4be2264eb8495d2ad16c9c522770134f508e
+SHA512 (php-msgpack/msgpack-2.0.1.tgz) = ad567650b93409728d0f9c4bea1812083961b4070d583890a21311e931635fa5252ebf7746ea2d7ee8961f0ea5d86ee04b860a00270b8790bcb3064da7cfd3b9
+Size (php-msgpack/msgpack-2.0.1.tgz) = 45506 bytes


Home | Main Index | Thread Index | Old Index