pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel php-msgpack: Import php-msgpack-2.1.2 as devel/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33e3b020f811
branches:  trunk
changeset: 448704:33e3b020f811
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Fri Mar 12 15:02:38 2021 +0000

description:
php-msgpack: Import php-msgpack-2.1.2 as devel/php-msgpack

This extension provide API for communicating with MessagePack serialization.
MessagePack is a binary-based efficient object serialization library.
It enables to exchange structured objects between many languages like JSON.
But unlike JSON, it is very fast and small.

diffstat:

 devel/Makefile             |   3 ++-
 devel/php-msgpack/DESCR    |   4 ++++
 devel/php-msgpack/Makefile |  19 +++++++++++++++++++
 devel/php-msgpack/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r 9a0a876963ea -r 33e3b020f811 devel/Makefile
--- a/devel/Makefile    Fri Mar 12 15:02:13 2021 +0000
+++ b/devel/Makefile    Fri Mar 12 15:02:38 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3347 2021/03/11 13:19:23 tpaul Exp $
+# $NetBSD: Makefile,v 1.3348 2021/03/12 15:02:38 tpaul Exp $
 #
 
 COMMENT=       Development utilities
@@ -2120,6 +2120,7 @@
 SUBDIR+=       php-memcache4
 SUBDIR+=       php-memcached
 SUBDIR+=       php-mode
+SUBDIR+=       php-msgpack
 SUBDIR+=       php-opcache
 SUBDIR+=       php-pcntl
 SUBDIR+=       php-posix
diff -r 9a0a876963ea -r 33e3b020f811 devel/php-msgpack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-msgpack/DESCR   Fri Mar 12 15:02:38 2021 +0000
@@ -0,0 +1,4 @@
+This extension provide API for communicating with MessagePack serialization.
+MessagePack is a binary-based efficient object serialization library.
+It enables to exchange structured objects between many languages like JSON.
+But unlike JSON, it is very fast and small.
diff -r 9a0a876963ea -r 33e3b020f811 devel/php-msgpack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-msgpack/Makefile        Fri Mar 12 15:02:38 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/03/12 15:02:38 tpaul Exp $
+
+MODNAME=               msgpack
+PECL_VERSION=          2.1.2
+CATEGORIES+=           devel
+
+MAINTAINER=            tpaul%NetBSD.org@localhost
+HOMEPAGE=              https://pecl.php.net/package/msgpack
+COMMENT=               PHP extension for interfacing with MessagePack
+LICENSE=               modified-bsd
+
+PHP_VERSIONS_INCOMPATIBLE=     56
+
+TEST_TARGET=           test
+TEST_ENV=              NO_INTERACTION=set
+
+.include "../../devel/msgpack/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9a0a876963ea -r 33e3b020f811 devel/php-msgpack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-msgpack/distinfo        Fri Mar 12 15:02:38 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/03/12 15:02:38 tpaul Exp $
+
+SHA1 (php-msgpack/msgpack-2.1.2.tgz) = bdc7f515dfe1cbe53d9e40c78c5e232343d1c79e
+RMD160 (php-msgpack/msgpack-2.1.2.tgz) = 02f9293a07b2861ace4f25d0c9429bdd8d28a0a0
+SHA512 (php-msgpack/msgpack-2.1.2.tgz) = adce1ab7e6dba603398a2caa1f318c85748d9f991d8f56aaf7b93417c65146ca77916241549e76ef3bdfece0cf893990221e77c251e6369403740b02ae6bcff7
+Size (php-msgpack/msgpack-2.1.2.tgz) = 126613 bytes



Home | Main Index | Thread Index | Old Index