svn commit: r562727 - in head/devel: . rubygem-google-apis-storage_v1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 26 17:20:19 UTC 2021
Author: sunpoet
Date: Tue Jan 26 17:20:11 2021
New Revision: 562727
URL: https://svnweb.freebsd.org/changeset/ports/562727
Log:
Add rubygem-google-apis-storage_v1 0.1.0
This is a simple client library for version V1 of the Cloud Storage JSON 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-storage_v1
Added:
head/devel/rubygem-google-apis-storage_v1/
head/devel/rubygem-google-apis-storage_v1/Makefile (contents, props changed)
head/devel/rubygem-google-apis-storage_v1/distinfo (contents, props changed)
head/devel/rubygem-google-apis-storage_v1/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jan 26 17:20:06 2021 (r562726)
+++ head/devel/Makefile Tue Jan 26 17:20:11 2021 (r562727)
@@ -6149,6 +6149,7 @@
SUBDIR += rubygem-google-apis-discovery_v1
SUBDIR += rubygem-google-apis-generator
SUBDIR += rubygem-google-apis-iamcredentials_v1
+ SUBDIR += rubygem-google-apis-storage_v1
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf38
Added: head/devel/rubygem-google-apis-storage_v1/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-google-apis-storage_v1/Makefile Tue Jan 26 17:20:11 2021 (r562727)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= google-apis-storage_v1
+PORTVERSION= 0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Simple REST client for version V1 of the Cloud Storage JSON 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-storage_v1/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-google-apis-storage_v1/distinfo Tue Jan 26 17:20:11 2021 (r562727)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665305
+SHA256 (rubygem/google-apis-storage_v1-0.1.0.gem) = 71c52c290006ef90117f747328910337082044ca4575bc4dc50e085c7463be2b
+SIZE (rubygem/google-apis-storage_v1-0.1.0.gem) = 38400
Added: head/devel/rubygem-google-apis-storage_v1/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-google-apis-storage_v1/pkg-descr Tue Jan 26 17:20:11 2021 (r562727)
@@ -0,0 +1,10 @@
+This is a simple client library for version V1 of the Cloud Storage JSON 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-storage_v1
More information about the svn-ports-all
mailing list