From owner-svn-ports-all@freebsd.org Sun Dec 31 17:57:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34A19E89D9F; Sun, 31 Dec 2017 17:57:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8C1F7CA80; Sun, 31 Dec 2017 17:57:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBVHvtLQ061653; Sun, 31 Dec 2017 17:57:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBVHvt5A061650; Sun, 31 Dec 2017 17:57:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712311757.vBVHvt5A061650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 31 Dec 2017 17:57:55 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/rubygem-googleapis-common-protos-types X-SVN-Commit-Revision: 457711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 17:57:57 -0000 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 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