Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:20:06 +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: r562726 - in head/devel: . rubygem-google-apis-iamcredentials_v1
Message-ID:  <202101261720.10QHK6tc005807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:20:06 2021
New Revision: 562726
URL: https://svnweb.freebsd.org/changeset/ports/562726

Log:
  Add rubygem-google-apis-iamcredentials_v1 0.1.0
  
  This is a simple client library for version V1 of the IAM Service Account
  Credentials API. It provides:
  - A client object that connects to the HTTP/JSON REST endpoint for the service.
  - Ruby objects for data structures related to the service.
  - Integration with the googleauth gem for authentication using OAuth, API keys,
    and service accounts.
  - Control of retry, pagination, and timeouts.
  
  WWW: https://github.com/googleapis/google-api-ruby-client
  WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iamcredentials_v1

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 26 17:20:00 2021	(r562725)
+++ head/devel/Makefile	Tue Jan 26 17:20:06 2021	(r562726)
@@ -6148,6 +6148,7 @@
     SUBDIR += rubygem-google-apis-core
     SUBDIR += rubygem-google-apis-discovery_v1
     SUBDIR += rubygem-google-apis-generator
+    SUBDIR += rubygem-google-apis-iamcredentials_v1
     SUBDIR += rubygem-google-gax
     SUBDIR += rubygem-google-protobuf
     SUBDIR += rubygem-google-protobuf38

Added: head/devel/rubygem-google-apis-iamcredentials_v1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-apis-iamcredentials_v1/Makefile	Tue Jan 26 17:20:06 2021	(r562726)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-apis-iamcredentials_v1
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple REST client for version V1 of the IAM Service Account Credentials API
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-google-apis-core>=0.1<1:devel/rubygem-google-apis-core
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-google-apis-iamcredentials_v1/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-apis-iamcredentials_v1/distinfo	Tue Jan 26 17:20:06 2021	(r562726)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665303
+SHA256 (rubygem/google-apis-iamcredentials_v1-0.1.0.gem) = 4c206b9d9030a020fd103bbd6b45137aa32dfd65484b6556ba9bdfee04fe5476
+SIZE (rubygem/google-apis-iamcredentials_v1-0.1.0.gem) = 14848

Added: head/devel/rubygem-google-apis-iamcredentials_v1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-apis-iamcredentials_v1/pkg-descr	Tue Jan 26 17:20:06 2021	(r562726)
@@ -0,0 +1,10 @@
+This is a simple client library for version V1 of the IAM Service Account
+Credentials API. It provides:
+- A client object that connects to the HTTP/JSON REST endpoint for the service.
+- Ruby objects for data structures related to the service.
+- Integration with the googleauth gem for authentication using OAuth, API keys,
+  and service accounts.
+- Control of retry, pagination, and timeouts.
+
+WWW: https://github.com/googleapis/google-api-ruby-client
+WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iamcredentials_v1



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