Date: Sat, 31 Aug 2019 22:34:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510565 - in head/devel: . rubygem-aws-sdk-iotthingsgraph Message-ID: <201908312234.x7VMYctF049558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 22:34:37 2019 New Revision: 510565 URL: https://svnweb.freebsd.org/changeset/ports/510565 Log: Add rubygem-aws-sdk-iotthingsgraph 1.3.0 Official AWS Ruby gem for AWS IoT Things Graph. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotthingsgraph Added: head/devel/rubygem-aws-sdk-iotthingsgraph/ head/devel/rubygem-aws-sdk-iotthingsgraph/Makefile (contents, props changed) head/devel/rubygem-aws-sdk-iotthingsgraph/distinfo (contents, props changed) head/devel/rubygem-aws-sdk-iotthingsgraph/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 31 22:34:31 2019 (r510564) +++ head/devel/Makefile Sat Aug 31 22:34:37 2019 (r510565) @@ -5523,6 +5523,7 @@ SUBDIR += rubygem-aws-sdk-iotevents SUBDIR += rubygem-aws-sdk-ioteventsdata SUBDIR += rubygem-aws-sdk-iotjobsdataplane + SUBDIR += rubygem-aws-sdk-iotthingsgraph SUBDIR += rubygem-aws-sdk-resources SUBDIR += rubygem-aws-sdk-resources2 SUBDIR += rubygem-aws-sdk-v1 Added: head/devel/rubygem-aws-sdk-iotthingsgraph/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-iotthingsgraph/Makefile Sat Aug 31 22:34:37 2019 (r510565) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aws-sdk-iotthingsgraph +PORTVERSION= 1.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS IoT Things Graph + +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-iotthingsgraph/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-iotthingsgraph/distinfo Sat Aug 31 22:34:37 2019 (r510565) @@ -0,0 +1,3 @@ +TIMESTAMP = 1567272196 +SHA256 (rubygem/aws-sdk-iotthingsgraph-1.3.0.gem) = 05074a73f4e41c0ac76ed4310001910b1ccbc75fa2c875a1a8d796600a63d3aa +SIZE (rubygem/aws-sdk-iotthingsgraph-1.3.0.gem) = 30208 Added: head/devel/rubygem-aws-sdk-iotthingsgraph/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-iotthingsgraph/pkg-descr Sat Aug 31 22:34:37 2019 (r510565) @@ -0,0 +1,4 @@ +Official AWS Ruby gem for AWS IoT Things Graph. + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotthingsgraph
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908312234.x7VMYctF049558>