aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:13:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:12 +0000
commit4d187b846854e015a5b0cf70b95245ffd2639236 (patch)
tree50e796cf756027c76055314b76f628b05c99143f
parent7bbc2a5d3d69ed0070c77532ab0dd799e76ee06e (diff)
devel/rubygem-google-apis-core011: Add rubygem-google-apis-core011 0.11.2 (copied from rubygem-google-apis-core)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-google-apis-core011/Makefile30
-rw-r--r--devel/rubygem-google-apis-core011/distinfo3
-rw-r--r--devel/rubygem-google-apis-core011/pkg-descr5
4 files changed, 39 insertions, 0 deletions
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.