git: 1bca1cecdd50 - main - devel/rubygem-aws-sdk-bedrockdataautomationruntime: Add rubygem-aws-sdk-bedrockdataautomationruntime 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:17:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bca1cecdd50b9fc7db77dca26972e0add441ed1 commit 1bca1cecdd50b9fc7db77dca26972e0add441ed1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-25 14:17:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-25 19:14:58 +0000 devel/rubygem-aws-sdk-bedrockdataautomationruntime: Add rubygem-aws-sdk-bedrockdataautomationruntime 1.0.0 Official AWS Ruby gem for Runtime for Amazon Bedrock Data Automation. --- devel/Makefile | 1 + .../Makefile | 20 ++++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 1 + 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 07449334e362..2e6f6dc4282c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6503,6 +6503,7 @@ SUBDIR += rubygem-aws-sdk-bedrockagent SUBDIR += rubygem-aws-sdk-bedrockagentruntime SUBDIR += rubygem-aws-sdk-bedrockdataautomation + SUBDIR += rubygem-aws-sdk-bedrockdataautomationruntime SUBDIR += rubygem-aws-sdk-bedrockruntime SUBDIR += rubygem-aws-sdk-billing SUBDIR += rubygem-aws-sdk-billingconductor diff --git a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile new file mode 100644 index 000000000000..cb96d0e09859 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-bedrockdataautomationruntime +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Runtime for Amazon Bedrock Data Automation +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomationruntime + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.210.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo new file mode 100644 index 000000000000..d878c1349576 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734888008 +SHA256 (rubygem/aws-sdk-bedrockdataautomationruntime-1.0.0.gem) = cef85f76622da1b37895eeac681238f9107fad865fa625049e2279af010294d1 +SIZE (rubygem/aws-sdk-bedrockdataautomationruntime-1.0.0.gem) = 23040 diff --git a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/pkg-descr b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/pkg-descr new file mode 100644 index 000000000000..ecfdee3dd133 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Runtime for Amazon Bedrock Data Automation.