Date: Mon, 19 Aug 2019 20:48:35 +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: r509323 - in head/net: . rubygem-google-cloud-logging Message-ID: <201908192048.x7JKmZNG004802@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 19 20:48:35 2019 New Revision: 509323 URL: https://svnweb.freebsd.org/changeset/ports/509323 Log: Add rubygem-google-cloud-logging 1.6.6 google-cloud-logging is the official library for Stackdriver Logging. Stackdriver Logging allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services (AWS). It supports ingestion of any custom log data from any source. Stackdriver Logging is a fully-managed service that performs at scale and can ingest application and system log data from thousands of VMs. Even better, you can analyze all that log data in real-time. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging Added: head/net/rubygem-google-cloud-logging/ head/net/rubygem-google-cloud-logging/Makefile (contents, props changed) head/net/rubygem-google-cloud-logging/distinfo (contents, props changed) head/net/rubygem-google-cloud-logging/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Aug 19 20:48:08 2019 (r509322) +++ head/net/Makefile Mon Aug 19 20:48:35 2019 (r509323) @@ -1259,6 +1259,7 @@ SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-google-cloud-core SUBDIR += rubygem-google-cloud-env + SUBDIR += rubygem-google-cloud-logging SUBDIR += rubygem-google-cloud-storage SUBDIR += rubygem-grpc SUBDIR += rubygem-hangouts-chat Added: head/net/rubygem-google-cloud-logging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-logging/Makefile Mon Aug 19 20:48:35 2019 (r509323) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= google-cloud-logging +PORTVERSION= 1.6.6 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official library for Stackdriver Logging + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \ + rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \ + rubygem-google-gax>=1.7<2:devel/rubygem-google-gax \ + rubygem-googleapis-common-protos-types>=1.0.2:devel/rubygem-googleapis-common-protos-types \ + rubygem-stackdriver-core>=1.3<2:net/rubygem-stackdriver-core + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/rubygem-google-cloud-logging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-logging/distinfo Mon Aug 19 20:48:35 2019 (r509323) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566229344 +SHA256 (rubygem/google-cloud-logging-1.6.6.gem) = 46dbb84a48a1879dd4dc6eb11b76c56905d508d5c4cfba6f1aa9d5589cb79813 +SIZE (rubygem/google-cloud-logging-1.6.6.gem) = 101376 Added: head/net/rubygem-google-cloud-logging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-logging/pkg-descr Mon Aug 19 20:48:35 2019 (r509323) @@ -0,0 +1,10 @@ +google-cloud-logging is the official library for Stackdriver Logging. + +Stackdriver Logging allows you to store, search, analyze, monitor, and alert on +log data and events from Google Cloud Platform and Amazon Web Services (AWS). It +supports ingestion of any custom log data from any source. Stackdriver Logging +is a fully-managed service that performs at scale and can ingest application and +system log data from thousands of VMs. Even better, you can analyze all that log +data in real-time. + +WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192048.x7JKmZNG004802>