svn commit: r562724 - in head/devel: . rubygem-google-apis-discovery_v1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:20:01 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:19:54 2021
New Revision: 562724
URL: https://svnweb.freebsd.org/changeset/ports/562724

Log:
  Add rubygem-google-apis-discovery_v1 0.1.0
  
  This is a simple client library for version V1 of the API Discovery Service. 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-discovery_v1

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 26 17:19:49 2021	(r562723)
+++ head/devel/Makefile	Tue Jan 26 17:19:54 2021	(r562724)
@@ -6146,6 +6146,7 @@
     SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-google-api-client
     SUBDIR += rubygem-google-apis-core
+    SUBDIR += rubygem-google-apis-discovery_v1
     SUBDIR += rubygem-google-gax
     SUBDIR += rubygem-google-protobuf
     SUBDIR += rubygem-google-protobuf38

Added: head/devel/rubygem-google-apis-discovery_v1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-apis-discovery_v1/Makefile	Tue Jan 26 17:19:54 2021	(r562724)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-apis-discovery_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 API Discovery Service
+
+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-discovery_v1/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-apis-discovery_v1/distinfo	Tue Jan 26 17:19:54 2021	(r562724)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665299
+SHA256 (rubygem/google-apis-discovery_v1-0.1.0.gem) = 0fa659e114f35c2e88ed847f5c129a83deb0cc310cdde687caee66844ea00007
+SIZE (rubygem/google-apis-discovery_v1-0.1.0.gem) = 19456

Added: head/devel/rubygem-google-apis-discovery_v1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-google-apis-discovery_v1/pkg-descr	Tue Jan 26 17:19:54 2021	(r562724)
@@ -0,0 +1,10 @@
+This is a simple client library for version V1 of the API Discovery Service. 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-discovery_v1


More information about the svn-ports-all mailing list