Date: Thu, 28 Nov 2024 04:41:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4206e8210af2 - main - devel/rubygem-aws-sdk-notifications: Add rubygem-aws-sdk-notifications 1.0.0 Message-ID: <202411280441.4AS4fxJa030970@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4206e8210af26ab5127a6bfcfb6d04383f7f5784 commit 4206e8210af26ab5127a6bfcfb6d04383f7f5784 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-28 04:38:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-28 04:38:37 +0000 devel/rubygem-aws-sdk-notifications: Add rubygem-aws-sdk-notifications 1.0.0 Official AWS Ruby gem for AWS User Notifications. --- devel/Makefile | 1 + devel/rubygem-aws-sdk-notifications/Makefile | 20 ++++++++++++++++++++ devel/rubygem-aws-sdk-notifications/distinfo | 3 +++ devel/rubygem-aws-sdk-notifications/pkg-descr | 1 + 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index adb5a8858a0a..ecbc3e18d70e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6711,6 +6711,7 @@ SUBDIR += rubygem-aws-sdk-networkmanager SUBDIR += rubygem-aws-sdk-networkmonitor SUBDIR += rubygem-aws-sdk-nimblestudio + SUBDIR += rubygem-aws-sdk-notifications SUBDIR += rubygem-aws-sdk-oam SUBDIR += rubygem-aws-sdk-omics SUBDIR += rubygem-aws-sdk-opensearchserverless diff --git a/devel/rubygem-aws-sdk-notifications/Makefile b/devel/rubygem-aws-sdk-notifications/Makefile new file mode 100644 index 000000000000..f07768346346 --- /dev/null +++ b/devel/rubygem-aws-sdk-notifications/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-notifications +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS User Notifications +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-notifications + +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-notifications/distinfo b/devel/rubygem-aws-sdk-notifications/distinfo new file mode 100644 index 000000000000..228c16fb9556 --- /dev/null +++ b/devel/rubygem-aws-sdk-notifications/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1732675330 +SHA256 (rubygem/aws-sdk-notifications-1.0.0.gem) = 5ea2e314489a3b23e11404583953791a84e2043a7483302ae1576e801855de9d +SIZE (rubygem/aws-sdk-notifications-1.0.0.gem) = 39936 diff --git a/devel/rubygem-aws-sdk-notifications/pkg-descr b/devel/rubygem-aws-sdk-notifications/pkg-descr new file mode 100644 index 000000000000..f8afa83442e3 --- /dev/null +++ b/devel/rubygem-aws-sdk-notifications/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for AWS User Notifications.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411280441.4AS4fxJa030970>