Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:00:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13336e8e083d - main - devel/rubygem-google-apis-iam_v1-gitlab: Add rubygem-google-apis-iam_v1-gitlab 0.36.0 (copied from rubygem-google-apis-iam_v1)
Message-ID:  <202412311600.4BVG0Sgx081594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13336e8e083d12c94eb805de0a1597d73294c6eb

commit 13336e8e083d12c94eb805de0a1597d73294c6eb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:38:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:38:32 +0000

    devel/rubygem-google-apis-iam_v1-gitlab: Add rubygem-google-apis-iam_v1-gitlab 0.36.0 (copied from rubygem-google-apis-iam_v1)
    
    Reference:      https://lists.freebsd.org/archives/dev-commits-ports-main/2024-November/130901.html
---
 devel/Makefile                                    |  1 +
 devel/rubygem-google-apis-iam_v1-gitlab/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-google-apis-iam_v1-gitlab/distinfo  |  3 +++
 devel/rubygem-google-apis-iam_v1-gitlab/pkg-descr | 10 ++++++++++
 4 files changed, 34 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index d04768e3a8df..3e0321c9f1d4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7358,6 +7358,7 @@
     SUBDIR += rubygem-google-apis-drive_v3
     SUBDIR += rubygem-google-apis-generator
     SUBDIR += rubygem-google-apis-iam_v1
+    SUBDIR += rubygem-google-apis-iam_v1-gitlab
     SUBDIR += rubygem-google-apis-iam_v1050
     SUBDIR += rubygem-google-apis-iam_v2
     SUBDIR += rubygem-google-apis-iam_v2beta
diff --git a/devel/rubygem-google-apis-iam_v1-gitlab/Makefile b/devel/rubygem-google-apis-iam_v1-gitlab/Makefile
new file mode 100644
index 000000000000..7392996ccc0f
--- /dev/null
+++ b/devel/rubygem-google-apis-iam_v1-gitlab/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	google-apis-iam_v1
+PORTVERSION=	0.36.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-gitlab
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Simple REST client for IAM API V1
+WWW=		https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-google-apis-core-gitlab>=0.9.1<2.0:devel/rubygem-google-apis-core-gitlab
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-apis-iam_v1-gitlab/distinfo b/devel/rubygem-google-apis-iam_v1-gitlab/distinfo
new file mode 100644
index 000000000000..288d0a432928
--- /dev/null
+++ b/devel/rubygem-google-apis-iam_v1-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1676990674
+SHA256 (rubygem/google-apis-iam_v1-0.36.0.gem) = 0db7e2876b5d0d636e8326baa6b9cf1cddd58b607151e5db1fe8fd00899a1f66
+SIZE (rubygem/google-apis-iam_v1-0.36.0.gem) = 42496
diff --git a/devel/rubygem-google-apis-iam_v1-gitlab/pkg-descr b/devel/rubygem-google-apis-iam_v1-gitlab/pkg-descr
new file mode 100644
index 000000000000..71a6f4bef114
--- /dev/null
+++ b/devel/rubygem-google-apis-iam_v1-gitlab/pkg-descr
@@ -0,0 +1,10 @@
+This is the simple REST client for Identity and Access Management (IAM) API V1.
+Simple REST clients are Ruby client libraries that provide access to Google
+services via their HTTP REST API endpoints. These libraries are generated and
+updated automatically based on the discovery documents published by the service,
+and they handle most concerns such as authentication, pagination, retry, timeouts,
+and logging. You can use this client to access the Identity and Access
+Management (IAM) API, but note that some services may provide a separate modern
+client that is easier to use.
+
+See also: https://github.com/googleapis/google-api-ruby-client



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311600.4BVG0Sgx081594>