From owner-svn-ports-all@freebsd.org Mon Aug 19 20:48:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 843ADD1263; Mon, 19 Aug 2019 20:48:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46C5cN2nNCz4KQQ; Mon, 19 Aug 2019 20:48:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4233720488; Mon, 19 Aug 2019 20:48:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7JKmaBZ004806; Mon, 19 Aug 2019 20:48:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7JKmZNG004802; Mon, 19 Aug 2019 20:48:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908192048.x7JKmZNG004802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Aug 2019 20:48:35 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-google-cloud-logging X-SVN-Commit-Revision: 509323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2019 20:48:36 -0000 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 +# $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 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