svn commit: r510517 - in head/devel: . rubygem-aws-sdk-datapipeline
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 22:26:25 UTC 2019
Author: sunpoet
Date: Sat Aug 31 22:26:23 2019
New Revision: 510517
URL: https://svnweb.freebsd.org/changeset/ports/510517
Log:
Add rubygem-aws-sdk-datapipeline 1.15.0
Official AWS Ruby gem for AWS Data Pipeline.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline
Added:
head/devel/rubygem-aws-sdk-datapipeline/
head/devel/rubygem-aws-sdk-datapipeline/Makefile (contents, props changed)
head/devel/rubygem-aws-sdk-datapipeline/distinfo (contents, props changed)
head/devel/rubygem-aws-sdk-datapipeline/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Aug 31 22:26:17 2019 (r510516)
+++ head/devel/Makefile Sat Aug 31 22:26:23 2019 (r510517)
@@ -5475,6 +5475,7 @@
SUBDIR += rubygem-aws-sdk-costandusagereportservice
SUBDIR += rubygem-aws-sdk-costexplorer
SUBDIR += rubygem-aws-sdk-databasemigrationservice
+ SUBDIR += rubygem-aws-sdk-datapipeline
SUBDIR += rubygem-aws-sdk-resources
SUBDIR += rubygem-aws-sdk-resources2
SUBDIR += rubygem-aws-sdk-v1
Added: head/devel/rubygem-aws-sdk-datapipeline/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-datapipeline/Makefile Sat Aug 31 22:26:23 2019 (r510517)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aws-sdk-datapipeline
+PORTVERSION= 1.15.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Official AWS Ruby gem for AWS Data Pipeline
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.61.1<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>
Added: head/devel/rubygem-aws-sdk-datapipeline/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-datapipeline/distinfo Sat Aug 31 22:26:23 2019 (r510517)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272100
+SHA256 (rubygem/aws-sdk-datapipeline-1.15.0.gem) = c03fc35b262f3e008a3401a8b7065debdb45cc63326b184cce5dae87a44eeb97
+SIZE (rubygem/aws-sdk-datapipeline-1.15.0.gem) = 27136
Added: head/devel/rubygem-aws-sdk-datapipeline/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-datapipeline/pkg-descr Sat Aug 31 22:26:23 2019 (r510517)
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for AWS Data Pipeline.
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline
More information about the svn-ports-all
mailing list