aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-02-05 15:15:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-02-05 15:47:39 +0000
commit7c63bbfb85883f24c3039646f84821aba1f98472 (patch)
tree6a048381c51596ce9f6fbd6a61c8a13cd16344a5
parent5660adfb1b4d60a37cb7b19d84c874ed04a066fd (diff)
downloadports-7c63bbfb85883f24c3039646f84821aba1f98472.tar.gz
ports-7c63bbfb85883f24c3039646f84821aba1f98472.zip
devel/rubygem-aws-sdk-core3168: Add rubygem-aws-sdk-core3168 3.168.4 (copied from devel/rubygem-aws-sdk-core)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-aws-sdk-core3168/Makefile25
-rw-r--r--devel/rubygem-aws-sdk-core3168/distinfo3
-rw-r--r--devel/rubygem-aws-sdk-core3168/pkg-descr2
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f8705a60af60..20503272b030 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5991,6 +5991,7 @@
SUBDIR += rubygem-aws-sdk-controltower
SUBDIR += rubygem-aws-sdk-core
SUBDIR += rubygem-aws-sdk-core2
+ SUBDIR += rubygem-aws-sdk-core3168
SUBDIR += rubygem-aws-sdk-costandusagereportservice
SUBDIR += rubygem-aws-sdk-costexplorer
SUBDIR += rubygem-aws-sdk-customerprofiles
diff --git a/devel/rubygem-aws-sdk-core3168/Makefile b/devel/rubygem-aws-sdk-core3168/Makefile
new file mode 100644
index 000000000000..e02a6174ad0f
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3168/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= aws-sdk-core
+PORTVERSION= 3.168.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 3168
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= AWS SDK for Ruby - Core
+WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-aws-eventstream>=1.0.2<2:devel/rubygem-aws-eventstream \
+ rubygem-aws-partitions>=1.651.0<2:devel/rubygem-aws-partitions \
+ rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \
+ rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^3\.168\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-core3168/distinfo b/devel/rubygem-aws-sdk-core3168/distinfo
new file mode 100644
index 000000000000..d4c3728562e7
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3168/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1674590150
+SHA256 (rubygem/aws-sdk-core-3.168.4.gem) = 2c9bf6cb0c19f9d23fe2a9d5eca15381b0b904d19f2dd7801d094528f8632a8c
+SIZE (rubygem/aws-sdk-core-3.168.4.gem) = 348160
diff --git a/devel/rubygem-aws-sdk-core3168/pkg-descr b/devel/rubygem-aws-sdk-core3168/pkg-descr
new file mode 100644
index 000000000000..99ad2101b8c4
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3168/pkg-descr
@@ -0,0 +1,2 @@
+Provides API clients for AWS. This gem is part of the official AWS SDK for
+Ruby.