Date: Sat, 22 May 2021 14:47:26 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: 11ca3149a78d - main - devel/rubygem-aws-sdk-applicationcostprofiler: Add rubygem-aws-sdk-applicationcostprofiler 1.0.0 Message-ID: <202105221447.14MElQ3q011797@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=11ca3149a78dbc4442b19a8f52d8b2ccf804b388 commit 11ca3149a78dbc4442b19a8f52d8b2ccf804b388 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-22 14:42:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-22 14:42:07 +0000 devel/rubygem-aws-sdk-applicationcostprofiler: Add rubygem-aws-sdk-applicationcostprofiler 1.0.0 Official AWS Ruby gem for AWS Application Cost Profiler. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationcostprofiler --- devel/Makefile | 1 + .../Makefile | 22 ++++++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index dea35c0e8b78..0edb212314dd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5571,6 +5571,7 @@ SUBDIR += rubygem-aws-sdk-appflow SUBDIR += rubygem-aws-sdk-appintegrationsservice SUBDIR += rubygem-aws-sdk-applicationautoscaling + SUBDIR += rubygem-aws-sdk-applicationcostprofiler SUBDIR += rubygem-aws-sdk-applicationdiscoveryservice SUBDIR += rubygem-aws-sdk-applicationinsights SUBDIR += rubygem-aws-sdk-appmesh diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile new file mode 100644 index 000000000000..cf9ed1a69bb4 --- /dev/null +++ b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= aws-sdk-applicationcostprofiler +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS Application Cost Profiler + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.112.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo b/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo new file mode 100644 index 000000000000..90ec2eff7e26 --- /dev/null +++ b/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621183172 +SHA256 (rubygem/aws-sdk-applicationcostprofiler-1.0.0.gem) = 36583e914ac5f32172a52247aafc162c86493e0b129a170079255aee91a61851 +SIZE (rubygem/aws-sdk-applicationcostprofiler-1.0.0.gem) = 18944 diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/pkg-descr b/devel/rubygem-aws-sdk-applicationcostprofiler/pkg-descr new file mode 100644 index 000000000000..c9dfee61ab2d --- /dev/null +++ b/devel/rubygem-aws-sdk-applicationcostprofiler/pkg-descr @@ -0,0 +1,4 @@ +Official AWS Ruby gem for AWS Application Cost Profiler. + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationcostprofiler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105221447.14MElQ3q011797>