Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 17:09:00 +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: r519677 - in head/devel: . rubygem-aws-sdk-connectparticipant
Message-ID:  <201912101709.xBAH90Vk093092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 10 17:09:00 2019
New Revision: 519677
URL: https://svnweb.freebsd.org/changeset/ports/519677

Log:
  Add rubygem-aws-sdk-connectparticipant 1.0.0
  
  Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect
  Participant).
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-connectparticipant

Added:
  head/devel/rubygem-aws-sdk-connectparticipant/
  head/devel/rubygem-aws-sdk-connectparticipant/Makefile   (contents, props changed)
  head/devel/rubygem-aws-sdk-connectparticipant/distinfo   (contents, props changed)
  head/devel/rubygem-aws-sdk-connectparticipant/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Dec 10 16:50:33 2019	(r519676)
+++ head/devel/Makefile	Tue Dec 10 17:09:00 2019	(r519677)
@@ -5518,6 +5518,7 @@
     SUBDIR += rubygem-aws-sdk-comprehendmedical
     SUBDIR += rubygem-aws-sdk-configservice
     SUBDIR += rubygem-aws-sdk-connect
+    SUBDIR += rubygem-aws-sdk-connectparticipant
     SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-costandusagereportservice

Added: head/devel/rubygem-aws-sdk-connectparticipant/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-connectparticipant/Makefile	Tue Dec 10 17:09:00 2019	(r519677)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-connectparticipant
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect Participant)
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-aws-sdk-core>=3.71.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>

Added: head/devel/rubygem-aws-sdk-connectparticipant/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-connectparticipant/distinfo	Tue Dec 10 17:09:00 2019	(r519677)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575907984
+SHA256 (rubygem/aws-sdk-connectparticipant-1.0.0.gem) = ead3513e94b33de28cf0cd172444e03e60762dedbf14c729a66f106d45aa0d06
+SIZE (rubygem/aws-sdk-connectparticipant-1.0.0.gem) = 14336

Added: head/devel/rubygem-aws-sdk-connectparticipant/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-connectparticipant/pkg-descr	Tue Dec 10 17:09:00 2019	(r519677)
@@ -0,0 +1,5 @@
+Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect
+Participant).
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-connectparticipant



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