Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 19:16:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437078 - in head/devel: . rubygem-google-protobuf
Message-ID:  <201703271916.v2RJG0pH040373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar 27 19:16:00 2017
New Revision: 437078
URL: https://svnweb.freebsd.org/changeset/ports/437078

Log:
  Add rubygem-google-protobuf 3.2.0.2
  
  rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
  functionality. It makes use of generated Ruby code that defines message and enum
  types in a Ruby DSL. You may write definitions in this DSL directly, but we
  recommend using protoc's Ruby generation support with .proto files. The build
  process in this directory only installs the extension; you need to install
  protoc as well to have Ruby code generation functionality.
  
  WWW: https://developers.google.com/protocol-buffers/
  WWW: https://github.com/google/protobuf/tree/master/ruby

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 27 19:12:25 2017	(r437077)
+++ head/devel/Makefile	Mon Mar 27 19:16:00 2017	(r437078)
@@ -5277,6 +5277,7 @@
     SUBDIR += rubygem-glib2
     SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-google-api-client
+    SUBDIR += rubygem-google-protobuf
     SUBDIR += rubygem-graf
     SUBDIR += rubygem-grape
     SUBDIR += rubygem-grape-entity

Added: head/devel/rubygem-google-protobuf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-protobuf/Makefile	Mon Mar 27 19:16:00 2017	(r437078)
@@ -0,0 +1,17 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-protobuf
+PORTVERSION=	3.2.0.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby extension to Google Protocol Buffers
+
+LICENSE=	BSD3CLAUSE
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-google-protobuf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-protobuf/distinfo	Mon Mar 27 19:16:00 2017	(r437078)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1490207616
+SHA256 (rubygem/google-protobuf-3.2.0.2.gem) = 5443d72483a0dd37ecb7e5f14e59b1c11f0a806aabe4b7d679f244731398a3cd
+SIZE (rubygem/google-protobuf-3.2.0.2.gem) = 231424

Added: head/devel/rubygem-google-protobuf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-protobuf/pkg-descr	Mon Mar 27 19:16:00 2017	(r437078)
@@ -0,0 +1,9 @@
+rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
+functionality. It makes use of generated Ruby code that defines message and enum
+types in a Ruby DSL. You may write definitions in this DSL directly, but we
+recommend using protoc's Ruby generation support with .proto files. The build
+process in this directory only installs the extension; you need to install
+protoc as well to have Ruby code generation functionality.
+
+WWW: https://developers.google.com/protocol-buffers/
+WWW: https://github.com/google/protobuf/tree/master/ruby



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271916.v2RJG0pH040373>