git: 4d187b846854 - main - devel/rubygem-google-apis-core011: Add rubygem-google-apis-core011 0.11.2 (copied from rubygem-google-apis-core)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:17:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d187b846854e015a5b0cf70b95245ffd2639236
commit 4d187b846854e015a5b0cf70b95245ffd2639236
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:13:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:12 +0000
devel/rubygem-google-apis-core011: Add rubygem-google-apis-core011 0.11.2 (copied from rubygem-google-apis-core)
- Add PORTSCOUT
---
devel/Makefile | 1 +
devel/rubygem-google-apis-core011/Makefile | 30 +++++++++++++++++++++++++++++
devel/rubygem-google-apis-core011/distinfo | 3 +++
devel/rubygem-google-apis-core011/pkg-descr | 5 +++++
4 files changed, 39 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 4eba05b7766b..a1ebbefa137e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6983,6 +6983,7 @@
SUBDIR += rubygem-google-apis-container_v1
SUBDIR += rubygem-google-apis-container_v1beta1
SUBDIR += rubygem-google-apis-core
+ SUBDIR += rubygem-google-apis-core011
SUBDIR += rubygem-google-apis-discovery_v1
SUBDIR += rubygem-google-apis-drive_v3
SUBDIR += rubygem-google-apis-generator
diff --git a/devel/rubygem-google-apis-core011/Makefile b/devel/rubygem-google-apis-core011/Makefile
new file mode 100644
index 000000000000..9a900c129038
--- /dev/null
+++ b/devel/rubygem-google-apis-core011/Makefile
@@ -0,0 +1,30 @@
+PORTNAME= google-apis-core
+PORTVERSION= 0.11.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 011
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Common utility and base classes for legacy Google REST clients
+WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core \
+ https://github.com/googleapis/google-api-ruby-client
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-addressable>=2.5.1<3:www/rubygem-addressable \
+ rubygem-googleauth>=0.16.2<2.0:security/rubygem-googleauth \
+ rubygem-httpclient>=2.8.1<3.0:www/rubygem-httpclient \
+ rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \
+ rubygem-representable>=3.0<4:textproc/rubygem-representable \
+ rubygem-retriable>=2.0<4.0:devel/rubygem-retriable \
+ rubygem-rexml>=0:textproc/rubygem-rexml \
+ rubygem-webrick>=0:www/rubygem-webrick
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.11\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-apis-core011/distinfo b/devel/rubygem-google-apis-core011/distinfo
new file mode 100644
index 000000000000..513a8f9eed28
--- /dev/null
+++ b/devel/rubygem-google-apis-core011/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1698848830
+SHA256 (rubygem/google-apis-core-0.11.2.gem) = ed2e4d4a2e0e241b6d5b545bfb2d7069ca8be1c6766c605a09134a9f99379eb2
+SIZE (rubygem/google-apis-core-0.11.2.gem) = 35328
diff --git a/devel/rubygem-google-apis-core011/pkg-descr b/devel/rubygem-google-apis-core011/pkg-descr
new file mode 100644
index 000000000000..d537f564f9fc
--- /dev/null
+++ b/devel/rubygem-google-apis-core011/pkg-descr
@@ -0,0 +1,5 @@
+This library implements the code generator used by legacy REST clients for
+Google APIs. It automatically generates client gems given discovery documents.
+Google-managed clients for publicly-available APIs are maintained using this
+tool, and users may also use it to generate clients for private or early-access
+APIs.