git: a8e39352c91f - main - devel/rubygem-aws-sdk-iotmanagedintegrations: Add rubygem-aws-sdk-iotmanagedintegrations 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 03:57:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8e39352c91f191bd96f8bd2ca8386894cd34ebd commit a8e39352c91f191bd96f8bd2ca8386894cd34ebd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-03-19 03:35:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-03-19 03:35:03 +0000 devel/rubygem-aws-sdk-iotmanagedintegrations: Add rubygem-aws-sdk-iotmanagedintegrations 1.0.0 Official AWS Ruby gem for Managed integrations for AWS IoT Device Management. --- devel/Makefile | 1 + .../rubygem-aws-sdk-iotmanagedintegrations/Makefile | 20 ++++++++++++++++++++ .../rubygem-aws-sdk-iotmanagedintegrations/distinfo | 3 +++ .../rubygem-aws-sdk-iotmanagedintegrations/pkg-descr | 1 + 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index caee5d4bcaa3..83bc109c6e1d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6681,6 +6681,7 @@ SUBDIR += rubygem-aws-sdk-iotfleethub SUBDIR += rubygem-aws-sdk-iotfleetwise SUBDIR += rubygem-aws-sdk-iotjobsdataplane + SUBDIR += rubygem-aws-sdk-iotmanagedintegrations SUBDIR += rubygem-aws-sdk-iotroborunner SUBDIR += rubygem-aws-sdk-iotsecuretunneling SUBDIR += rubygem-aws-sdk-iotsitewise diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile new file mode 100644 index 000000000000..0c0e390608eb --- /dev/null +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-iotmanagedintegrations +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Managed integrations for AWS IoT Device Management +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotmanagedintegrations + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.216.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-iotmanagedintegrations/distinfo b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo new file mode 100644 index 000000000000..1ef2c894e20e --- /dev/null +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1742070240 +SHA256 (rubygem/aws-sdk-iotmanagedintegrations-1.0.0.gem) = e0ddeb8023702d317929f5dc094b074b51096ce85be01dacbb932f5cb3b2d84f +SIZE (rubygem/aws-sdk-iotmanagedintegrations-1.0.0.gem) = 63488 diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr b/devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr new file mode 100644 index 000000000000..2facc883c6f1 --- /dev/null +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Managed integrations for AWS IoT Device Management.