From owner-svn-ports-head@freebsd.org Sat Dec 19 20:04:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A66284CF076; Sat, 19 Dec 2020 20:04:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyxXh1rTgz4ZtR; Sat, 19 Dec 2020 20:04:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 446C5231CC; Sat, 19 Dec 2020 20:04:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJK4oHJ096070; Sat, 19 Dec 2020 20:04:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJK4oFs096067; Sat, 19 Dec 2020 20:04:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192004.0BJK4oFs096067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558483 - in head/devel: . rubygem-aws-sdk-iotdeviceadvisor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-aws-sdk-iotdeviceadvisor X-SVN-Commit-Revision: 558483 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 20:04:54 -0000 Author: sunpoet Date: Sat Dec 19 20:04:50 2020 New Revision: 558483 URL: https://svnweb.freebsd.org/changeset/ports/558483 Log: Add rubygem-aws-sdk-iotdeviceadvisor 1.0.0 Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor). WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdeviceadvisor Added: head/devel/rubygem-aws-sdk-iotdeviceadvisor/ head/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile (contents, props changed) head/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo (contents, props changed) head/devel/rubygem-aws-sdk-iotdeviceadvisor/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 19 20:04:44 2020 (r558482) +++ head/devel/Makefile Sat Dec 19 20:04:50 2020 (r558483) @@ -5598,6 +5598,7 @@ SUBDIR += rubygem-aws-sdk-iot1clickprojects SUBDIR += rubygem-aws-sdk-iotanalytics SUBDIR += rubygem-aws-sdk-iotdataplane + SUBDIR += rubygem-aws-sdk-iotdeviceadvisor SUBDIR += rubygem-aws-sdk-iotevents SUBDIR += rubygem-aws-sdk-ioteventsdata SUBDIR += rubygem-aws-sdk-iotjobsdataplane Added: head/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile Sat Dec 19 20:04:50 2020 (r558483) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= aws-sdk-iotdeviceadvisor +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor) + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.109.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 Added: head/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo Sat Dec 19 20:04:50 2020 (r558483) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608366088 +SHA256 (rubygem/aws-sdk-iotdeviceadvisor-1.0.0.gem) = 0bdba402231e8d69ab442a1fa24f1f999664e88386fd34acf67741bee4903365 +SIZE (rubygem/aws-sdk-iotdeviceadvisor-1.0.0.gem) = 19456 Added: head/devel/rubygem-aws-sdk-iotdeviceadvisor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-iotdeviceadvisor/pkg-descr Sat Dec 19 20:04:50 2020 (r558483) @@ -0,0 +1,4 @@ +Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor). + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdeviceadvisor