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

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

Log:
  Add rubygem-google-apis-dns_v1 0.1.0
  
  This is a simple client library for version V1 of the Cloud DNS 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-dns_v1

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

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Tue Jan 26 17:20:17 2021	(r562728)
+++ head/dns/Makefile	Tue Jan 26 17:20:22 2021	(r562729)
@@ -210,6 +210,7 @@
     SUBDIR += rpsl2acl
     SUBDIR += rubygem-dnsruby
     SUBDIR += rubygem-gitlab-net-dns
+    SUBDIR += rubygem-google-apis-dns_v1
     SUBDIR += rubygem-google-cloud-dns
     SUBDIR += rubygem-idn-ruby
     SUBDIR += rubygem-net-dns

Added: head/dns/rubygem-google-apis-dns_v1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-google-apis-dns_v1/Makefile	Tue Jan 26 17:20:22 2021	(r562729)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-apis-dns_v1
+PORTVERSION=	0.1.0
+CATEGORIES=	dns rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple REST client for version V1 of the Cloud DNS 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/dns/rubygem-google-apis-dns_v1/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-google-apis-dns_v1/distinfo	Tue Jan 26 17:20:22 2021	(r562729)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665309
+SHA256 (rubygem/google-apis-dns_v1-0.1.0.gem) = 4b3d2f61f94ffe20705820b6a07b990883a2e4f3201d3493a5ea2f6e895ce3b4
+SIZE (rubygem/google-apis-dns_v1-0.1.0.gem) = 25600

Added: head/dns/rubygem-google-apis-dns_v1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-google-apis-dns_v1/pkg-descr	Tue Jan 26 17:20:22 2021	(r562729)
@@ -0,0 +1,10 @@
+This is a simple client library for version V1 of the Cloud DNS 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-dns_v1



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