Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:52:10 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: f2aa8cbe23c0 - main - devel/rubygem-aws-sdk-recyclebin: Add rubygem-aws-sdk-recyclebin 1.0.0
Message-ID:  <202201111852.20BIqADG056316@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=f2aa8cbe23c059a5aa1b358b1882f7452e438e30

commit f2aa8cbe23c059a5aa1b358b1882f7452e438e30
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:42:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:42 +0000

    devel/rubygem-aws-sdk-recyclebin: Add rubygem-aws-sdk-recyclebin 1.0.0
    
    Official AWS Ruby gem for Amazon Recycle Bin.
    
    WWW: https://github.com/aws/aws-sdk-ruby
    WWW: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-recyclebin
---
 devel/Makefile                             |  1 +
 devel/rubygem-aws-sdk-recyclebin/Makefile  | 22 ++++++++++++++++++++++
 devel/rubygem-aws-sdk-recyclebin/distinfo  |  3 +++
 devel/rubygem-aws-sdk-recyclebin/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 8064b41b8a44..c48c868e0c83 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5925,6 +5925,7 @@
     SUBDIR += rubygem-aws-sdk-ram
     SUBDIR += rubygem-aws-sdk-rds
     SUBDIR += rubygem-aws-sdk-rdsdataservice
+    SUBDIR += rubygem-aws-sdk-recyclebin
     SUBDIR += rubygem-aws-sdk-redshift
     SUBDIR += rubygem-aws-sdk-redshiftdataapiservice
     SUBDIR += rubygem-aws-sdk-rekognition
diff --git a/devel/rubygem-aws-sdk-recyclebin/Makefile b/devel/rubygem-aws-sdk-recyclebin/Makefile
new file mode 100644
index 000000000000..c2d9f85848e5
--- /dev/null
+++ b/devel/rubygem-aws-sdk-recyclebin/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	aws-sdk-recyclebin
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Amazon Recycle Bin
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-aws-sdk-core>=3.122.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-recyclebin/distinfo b/devel/rubygem-aws-sdk-recyclebin/distinfo
new file mode 100644
index 000000000000..043fc78d1274
--- /dev/null
+++ b/devel/rubygem-aws-sdk-recyclebin/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641045716
+SHA256 (rubygem/aws-sdk-recyclebin-1.0.0.gem) = 6c0b6c67387345695111bdf3f030330bb9d4149ff9635f7dd2758f9136b47955
+SIZE (rubygem/aws-sdk-recyclebin-1.0.0.gem) = 19968
diff --git a/devel/rubygem-aws-sdk-recyclebin/pkg-descr b/devel/rubygem-aws-sdk-recyclebin/pkg-descr
new file mode 100644
index 000000000000..8b5eeb79fa23
--- /dev/null
+++ b/devel/rubygem-aws-sdk-recyclebin/pkg-descr
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for Amazon Recycle Bin.
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-recyclebin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111852.20BIqADG056316>