svn commit: r457711 - head/devel/rubygem-googleapis-common-protos-types

Steve Wills swills at FreeBSD.org
Sun Dec 31 17:57:57 UTC 2017


Author: swills
Date: Sun Dec 31 17:57:55 2017
New Revision: 457711
URL: https://svnweb.freebsd.org/changeset/ports/457711

Log:
  devel/rubygem-googleapis-common-protos-types: create port
  
  Interface definitions for a small (but growing) set of Google APIs
  
  WWW: https://github.com/googleapis/googleapis

Added:
  head/devel/rubygem-googleapis-common-protos-types/
  head/devel/rubygem-googleapis-common-protos-types/Makefile   (contents, props changed)
  head/devel/rubygem-googleapis-common-protos-types/distinfo   (contents, props changed)
  head/devel/rubygem-googleapis-common-protos-types/pkg-descr   (contents, props changed)

Added: head/devel/rubygem-googleapis-common-protos-types/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-googleapis-common-protos-types/Makefile	Sun Dec 31 17:57:55 2017	(r457711)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	googleapis-common-protos-types
+PORTVERSION=	1.0.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Common protocol buffer types used by Google APIs
+
+RUN_DEPENDS=	rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-googleapis-common-protos-types/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-googleapis-common-protos-types/distinfo	Sun Dec 31 17:57:55 2017	(r457711)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514742484
+SHA256 (rubygem/googleapis-common-protos-types-1.0.1.gem) = 93910f12889288856b47167c69853cdf273b9df8e71bc46022ea72c48f06c179
+SIZE (rubygem/googleapis-common-protos-types-1.0.1.gem) = 11776

Added: head/devel/rubygem-googleapis-common-protos-types/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-googleapis-common-protos-types/pkg-descr	Sun Dec 31 17:57:55 2017	(r457711)
@@ -0,0 +1,3 @@
+Interface definitions for a small (but growing) set of Google APIs
+
+WWW: https://github.com/googleapis/googleapis


More information about the svn-ports-head mailing list