Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 19:30:02 +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: r550297 - in head/dns: . rubygem-google-cloud-dns
Message-ID:  <202009271930.08RJU3Y6034209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 27 19:30:02 2020
New Revision: 550297
URL: https://svnweb.freebsd.org/changeset/ports/550297

Log:
  Add rubygem-google-cloud-dns 0.33.0
  
  Google Cloud DNS is a high-performance, resilient, global DNS service that
  provides a cost-effective way to make your applications and services available
  to your users. This programmable, authoritative DNS service can be used to
  easily publish and manage DNS records using the same infrastructure relied upon
  by Google.
  
  WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-dns

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

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Sun Sep 27 19:29:50 2020	(r550296)
+++ head/dns/Makefile	Sun Sep 27 19:30:02 2020	(r550297)
@@ -207,6 +207,7 @@
     SUBDIR += rpsl2acl
     SUBDIR += rubygem-dnsruby
     SUBDIR += rubygem-gitlab-net-dns
+    SUBDIR += rubygem-google-cloud-dns
     SUBDIR += rubygem-idn-ruby
     SUBDIR += rubygem-net-dns
     SUBDIR += rubygem-public_suffix

Added: head/dns/rubygem-google-cloud-dns/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-google-cloud-dns/Makefile	Sun Sep 27 19:30:02 2020	(r550297)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-dns
+PORTVERSION=	0.33.0
+CATEGORIES=	dns rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official library for Google Cloud DNS
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-google-api-client>=0.33<1:devel/rubygem-google-api-client \
+		rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \
+		rubygem-googleauth>=0.9<1:security/rubygem-googleauth \
+		rubygem-zonefile>=1.04<2:dns/rubygem-zonefile
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/dns/rubygem-google-cloud-dns/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-google-cloud-dns/distinfo	Sun Sep 27 19:30:02 2020	(r550297)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601021620
+SHA256 (rubygem/google-cloud-dns-0.33.0.gem) = ccfa6a855ec83ec461c815ee70392c6b8ab33289ae8584ffebe03a3619d0595b
+SIZE (rubygem/google-cloud-dns-0.33.0.gem) = 33280

Added: head/dns/rubygem-google-cloud-dns/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-google-cloud-dns/pkg-descr	Sun Sep 27 19:30:02 2020	(r550297)
@@ -0,0 +1,7 @@
+Google Cloud DNS is a high-performance, resilient, global DNS service that
+provides a cost-effective way to make your applications and services available
+to your users. This programmable, authoritative DNS service can be used to
+easily publish and manage DNS records using the same infrastructure relied upon
+by Google.
+
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-dns



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