Date: Sun, 31 Dec 2017 17:57:55 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457711 - head/devel/rubygem-googleapis-common-protos-types Message-ID: <201712311757.vBVHvt5A061650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712311757.vBVHvt5A061650>