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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-27 19:30:02 +00:00
parent 20e0180196
commit 399cdbe7ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550297
4 changed files with 36 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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