pkgsrc-WIP-changes archive

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

php-msgpack: Remove from wip, imported into pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sat Mar 13 13:39:54 2021 -0500
Changeset:	7b791ac39e9992c4de408fff1227a4045becf3e0

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

Log Message:
php-msgpack: Remove from wip, imported into pkgsrc

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

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    |  4 ----
 php-msgpack/Makefile | 20 --------------------
 php-msgpack/distinfo |  6 ------
 4 files changed, 31 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 42bc0b1c4f..e6b27fa0d6 100644
--- a/Makefile
+++ b/Makefile
@@ -3045,7 +3045,6 @@ SUBDIR+=	php-dotclear
 SUBDIR+=	php-imagick-imagick6
 SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
-SUBDIR+=	php-msgpack
 SUBDIR+=	php-redis5
 SUBDIR+=	php-snuffleupagus
 SUBDIR+=	php-tclink
diff --git a/php-msgpack/DESCR b/php-msgpack/DESCR
deleted file mode 100644
index 588d9d429f..0000000000
--- a/php-msgpack/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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 --git a/php-msgpack/Makefile b/php-msgpack/Makefile
deleted file mode 100644
index e6f7a21764..0000000000
--- a/php-msgpack/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-#
-
-MODNAME=		msgpack
-PECL_VERSION=		2.1.2
-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_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 --git a/php-msgpack/distinfo b/php-msgpack/distinfo
deleted file mode 100644
index ffe0332370..0000000000
--- a/php-msgpack/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc 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