git: 2b2e54b17b9a - main - net/rubygem-google-cloud-storage_transfer12: Add rubygem-google-cloud-storage_transfer12 1.2.0 (copied from rubygem-google-cloud-storage_transfer)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 18:42:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2b2e54b17b9a0a3cf24830fe2f7519918cb5f669
commit 2b2e54b17b9a0a3cf24830fe2f7519918cb5f669
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 17:47:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 18:36:57 +0000
net/rubygem-google-cloud-storage_transfer12: Add rubygem-google-cloud-storage_transfer12 1.2.0 (copied from rubygem-google-cloud-storage_transfer)
- Add PORTSCOUT
---
net/Makefile | 1 +
.../Makefile | 23 ++++++++++++++++++++++
.../distinfo | 3 +++
.../pkg-descr | 3 +++
4 files changed, 30 insertions(+)
diff --git a/net/Makefile b/net/Makefile
index 9bf56ac69ce8..4dcd98e4c173 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1339,6 +1339,7 @@
SUBDIR += rubygem-google-cloud-storage145
SUBDIR += rubygem-google-cloud-storage_transfer
SUBDIR += rubygem-google-cloud-storage_transfer-v1
+ SUBDIR += rubygem-google-cloud-storage_transfer12
SUBDIR += rubygem-google-cloud-trace
SUBDIR += rubygem-google-cloud-trace-v1
SUBDIR += rubygem-google-cloud-trace-v2
diff --git a/net/rubygem-google-cloud-storage_transfer12/Makefile b/net/rubygem-google-cloud-storage_transfer12/Makefile
new file mode 100644
index 000000000000..9efd91d9ad18
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer12/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= google-cloud-storage_transfer
+PORTVERSION= 1.2.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 12
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Official library for Google Cloud Storage Transfer
+WWW= https://github.com/googleapis/google-cloud-ruby
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
+ rubygem-google-cloud-storage_transfer-v1>=0.5<2:net/rubygem-google-cloud-storage_transfer-v1
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.2\.
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-google-cloud-storage_transfer12/distinfo b/net/rubygem-google-cloud-storage_transfer12/distinfo
new file mode 100644
index 000000000000..b423968565e7
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer12/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1725559547
+SHA256 (rubygem/google-cloud-storage_transfer-1.2.0.gem) = 132901f50889e02a0d378e6117c6408cbfc4fdbd15c9d31fabec4f4189ef1658
+SIZE (rubygem/google-cloud-storage_transfer-1.2.0.gem) = 13824
diff --git a/net/rubygem-google-cloud-storage_transfer12/pkg-descr b/net/rubygem-google-cloud-storage_transfer12/pkg-descr
new file mode 100644
index 000000000000..88b48716d871
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer12/pkg-descr
@@ -0,0 +1,3 @@
+Storage Transfer Service allows you to quickly import online data into Cloud Storage.
+You can also set up a repeating schedule for transferring data, as well as transfer
+data within Cloud Storage, from one bucket to another.