aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-logging
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-19 20:48:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-19 20:48:35 +0000
commit508b8bcd22a43228cb6e42c6aa7974b572c8df33 (patch)
treef9c0e0387fbcce24aca0c74be78ce44b189dbaf0 /net/rubygem-google-cloud-logging
parent2d4b5022a82e6893a8fa04e1d445bf4063c428f8 (diff)
downloadports-508b8bcd22a43228cb6e42c6aa7974b572c8df33.tar.gz
ports-508b8bcd22a43228cb6e42c6aa7974b572c8df33.zip
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
Notes
Notes: svn path=/head/; revision=509323
Diffstat (limited to 'net/rubygem-google-cloud-logging')
-rw-r--r--net/rubygem-google-cloud-logging/Makefile26
-rw-r--r--net/rubygem-google-cloud-logging/distinfo3
-rw-r--r--net/rubygem-google-cloud-logging/pkg-descr10
3 files changed, 39 insertions, 0 deletions
diff --git a/net/rubygem-google-cloud-logging/Makefile b/net/rubygem-google-cloud-logging/Makefile
new file mode 100644
index 000000000000..c3ac9f77e1d0
--- /dev/null
+++ b/net/rubygem-google-cloud-logging/Makefile
@@ -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>
diff --git a/net/rubygem-google-cloud-logging/distinfo b/net/rubygem-google-cloud-logging/distinfo
new file mode 100644
index 000000000000..fe0587533e1b
--- /dev/null
+++ b/net/rubygem-google-cloud-logging/distinfo
@@ -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
diff --git a/net/rubygem-google-cloud-logging/pkg-descr b/net/rubygem-google-cloud-logging/pkg-descr
new file mode 100644
index 000000000000..a545bda2021d
--- /dev/null
+++ b/net/rubygem-google-cloud-logging/pkg-descr
@@ -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