svn commit: r491177 - in head/devel: . pecl-protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 25 19:58:15 UTC 2019


Author: sunpoet
Date: Fri Jan 25 19:58:13 2019
New Revision: 491177
URL: https://svnweb.freebsd.org/changeset/ports/491177

Log:
  Add pecl-protobuf 3.6.1
  
  Protocol buffers are Google's language-neutral, platform-neutral, extensible
  mechanism for serializing structured data -- think XML, but smaller, faster, and
  simpler. You define how you want your data to be structured once, then you can
  use special generated source code to easily write and read your structured data
  to and from a variety of data streams and using a variety of languages.
  
  WWW: https://pecl.php.net/package/protobuf

Added:
  head/devel/pecl-protobuf/
  head/devel/pecl-protobuf/Makefile   (contents, props changed)
  head/devel/pecl-protobuf/distinfo   (contents, props changed)
  head/devel/pecl-protobuf/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jan 25 19:56:25 2019	(r491176)
+++ head/devel/Makefile	Fri Jan 25 19:58:13 2019	(r491177)
@@ -4062,6 +4062,7 @@
     SUBDIR += pecl-msgpack
     SUBDIR += pecl-mustache
     SUBDIR += pecl-propro2
+    SUBDIR += pecl-protobuf
     SUBDIR += pecl-psr
     SUBDIR += pecl-pthreads
     SUBDIR += pecl-raphf2

Added: head/devel/pecl-protobuf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-protobuf/Makefile	Fri Jan 25 19:58:13 2019	(r491177)
@@ -0,0 +1,16 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	protobuf
+PORTVERSION=	3.6.1
+CATEGORIES=	devel
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	PHP binding for Protocol buffers
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		localbase php:pecl
+
+.include <bsd.port.mk>

Added: head/devel/pecl-protobuf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-protobuf/distinfo	Fri Jan 25 19:58:13 2019	(r491177)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548416855
+SHA256 (PECL/protobuf-3.6.1.tgz) = e019fd69e30f998b62bb77ea6241e3d477ed848204bf0561a61144515cc2ee94
+SIZE (PECL/protobuf-3.6.1.tgz) = 253852

Added: head/devel/pecl-protobuf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-protobuf/pkg-descr	Fri Jan 25 19:58:13 2019	(r491177)
@@ -0,0 +1,7 @@
+Protocol buffers are Google's language-neutral, platform-neutral, extensible
+mechanism for serializing structured data -- think XML, but smaller, faster, and
+simpler. You define how you want your data to be structured once, then you can
+use special generated source code to easily write and read your structured data
+to and from a variety of data streams and using a variety of languages.
+
+WWW: https://pecl.php.net/package/protobuf


More information about the svn-ports-head mailing list