git: 86902a99c37e - main - devel/rubygem-google-logging-utils: Add rubygem-google-logging-utils 0.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:18:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86902a99c37e34e769112a6225275abb2f44d497

commit 86902a99c37e34e769112a6225275abb2f44d497
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 14:17:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:14:59 +0000

    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.
---
 devel/Makefile                               |  1 +
 devel/rubygem-google-logging-utils/Makefile  | 18 ++++++++++++++++++
 devel/rubygem-google-logging-utils/distinfo  |  3 +++
 devel/rubygem-google-logging-utils/pkg-descr |  2 ++
 4 files changed, 24 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index a032d32b3e4a..22c1fd941f57 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-google-logging-utils/Makefile b/devel/rubygem-google-logging-utils/Makefile
new file mode 100644
index 000000000000..ed6ae9e9eeae
--- /dev/null
+++ b/devel/rubygem-google-logging-utils/Makefile
@@ -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>
diff --git a/devel/rubygem-google-logging-utils/distinfo b/devel/rubygem-google-logging-utils/distinfo
new file mode 100644
index 000000000000..0331b68003b9
--- /dev/null
+++ b/devel/rubygem-google-logging-utils/distinfo
@@ -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
diff --git a/devel/rubygem-google-logging-utils/pkg-descr b/devel/rubygem-google-logging-utils/pkg-descr
new file mode 100644
index 000000000000..70d10805cdbd
--- /dev/null
+++ b/devel/rubygem-google-logging-utils/pkg-descr
@@ -0,0 +1,2 @@
+google-logging-utils provides utility classes for logging to Google Cloud
+Logging.