devel/rubygem-google-logging-utils: Add rubygem-google-logging-utils 0.1.0

google-logging-utils provides utility classes for logging to Google Cloud
Logging.
This commit is contained in:
Po-Chuan Hsieh 2024-12-25 22:17:29 +08:00
parent ebe0ac5d7b
commit 86902a99c3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 24 additions and 0 deletions

View file

@ -7371,6 +7371,7 @@
SUBDIR += rubygem-google-iam-credentials
SUBDIR += rubygem-google-iam-credentials-v1
SUBDIR += rubygem-google-iam-v1
SUBDIR += rubygem-google-logging-utils
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf3
SUBDIR += rubygem-googleapis-common-protos

View file

@ -0,0 +1,18 @@
PORTNAME= google-logging-utils
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility classes for logging to Google Cloud Logging
WWW= https://github.com/googleapis/ruby-core-libraries/tree/main/google-logging-utils \
https://github.com/googleapis/ruby-core-libraries
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1734888022
SHA256 (rubygem/google-logging-utils-0.1.0.gem) = 70950b1e49314273cf2e167adb47b62af7917a4691b580da7e9be67b9205fcd5
SIZE (rubygem/google-logging-utils-0.1.0.gem) = 14336

View file

@ -0,0 +1,2 @@
google-logging-utils provides utility classes for logging to Google Cloud
Logging.