mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
ebe0ac5d7b
commit
86902a99c3
4 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
18
devel/rubygem-google-logging-utils/Makefile
Normal file
18
devel/rubygem-google-logging-utils/Makefile
Normal 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>
|
3
devel/rubygem-google-logging-utils/distinfo
Normal file
3
devel/rubygem-google-logging-utils/distinfo
Normal 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
|
2
devel/rubygem-google-logging-utils/pkg-descr
Normal file
2
devel/rubygem-google-logging-utils/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
google-logging-utils provides utility classes for logging to Google Cloud
|
||||
Logging.
|
Loading…
Add table
Reference in a new issue