Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 14:19:30 +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: r551774 - in head/net: . rubygem-google-cloud-logging-v2
Message-ID:  <202010091419.099EJUoE005289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  9 14:19:30 2020
New Revision: 551774
URL: https://svnweb.freebsd.org/changeset/ports/551774

Log:
  Add rubygem-google-cloud-logging-v2 0.1.3
  
  API Client library for the Cloud Logging V2 API
  
  The Cloud Logging API lets you programmatically read and write log entries, set
  up exclusions, create logs-based metrics, and manage export sinks.
  
  WWW: https://github.com/googleapis/google-cloud-ruby
  WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging-v2

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Oct  9 14:19:25 2020	(r551773)
+++ head/net/Makefile	Fri Oct  9 14:19:30 2020	(r551774)
@@ -1250,6 +1250,7 @@
     SUBDIR += rubygem-google-cloud-env
     SUBDIR += rubygem-google-cloud-errors
     SUBDIR += rubygem-google-cloud-logging
+    SUBDIR += rubygem-google-cloud-logging-v2
     SUBDIR += rubygem-google-cloud-pubsub
     SUBDIR += rubygem-google-cloud-spanner
     SUBDIR += rubygem-google-cloud-storage

Added: head/net/rubygem-google-cloud-logging-v2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-logging-v2/Makefile	Fri Oct  9 14:19:30 2020	(r551774)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-logging-v2
+PORTVERSION=	0.1.3
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby Client for the Cloud Logging V2 API
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-gapic-common>=0.3<1:devel/rubygem-gapic-common \
+		rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-google-cloud-logging-v2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-logging-v2/distinfo	Fri Oct  9 14:19:30 2020	(r551774)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596962184
+SHA256 (rubygem/google-cloud-logging-v2-0.1.3.gem) = 070f9f3122c463593427b6d059c6edaa15a891f45cf241ecdd63a8b0db09e776
+SIZE (rubygem/google-cloud-logging-v2-0.1.3.gem) = 72192

Added: head/net/rubygem-google-cloud-logging-v2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-logging-v2/pkg-descr	Fri Oct  9 14:19:30 2020	(r551774)
@@ -0,0 +1,7 @@
+API Client library for the Cloud Logging V2 API
+
+The Cloud Logging API lets you programmatically read and write log entries, set
+up exclusions, create logs-based metrics, and manage export sinks.
+
+WWW: https://github.com/googleapis/google-cloud-ruby
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging-v2



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