svn commit: r532515 - in head/devel: . rubygem-aws-sdk-synthetics

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 22 21:20:43 UTC 2020


Author: sunpoet
Date: Wed Apr 22 21:20:42 2020
New Revision: 532515
URL: https://svnweb.freebsd.org/changeset/ports/532515

Log:
  Add rubygem-aws-sdk-synthetics 1.0.0
  
  Official AWS Ruby gem for Synthetics.
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-synthetics

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr 22 21:12:51 2020	(r532514)
+++ head/devel/Makefile	Wed Apr 22 21:20:42 2020	(r532515)
@@ -4690,6 +4690,7 @@
     SUBDIR += py-oslo.concurrency
     SUBDIR += py-oslo.concurrency3
     SUBDIR += py-oslo.config
+    SUBDIR += py-oslo.config7
     SUBDIR += py-oslo.context
     SUBDIR += py-oslo.db
     SUBDIR += py-oslo.db6
@@ -5621,6 +5622,7 @@
     SUBDIR += rubygem-aws-sdk-storagegateway
     SUBDIR += rubygem-aws-sdk-support
     SUBDIR += rubygem-aws-sdk-swf
+    SUBDIR += rubygem-aws-sdk-synthetics
     SUBDIR += rubygem-aws-sdk-textract
     SUBDIR += rubygem-aws-sdk-transcribeservice
     SUBDIR += rubygem-aws-sdk-transcribestreamingservice

Added: head/devel/rubygem-aws-sdk-synthetics/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-synthetics/Makefile	Wed Apr 22 21:20:42 2020	(r532515)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-synthetics
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Synthetics
+
+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-synthetics/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-synthetics/distinfo	Wed Apr 22 21:20:42 2020	(r532515)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587498927
+SHA256 (rubygem/aws-sdk-synthetics-1.0.0.gem) = 6f02ce526cde1efeb26b456efe979caee4fafa345292803a4bbc9bd5f0c72aa7
+SIZE (rubygem/aws-sdk-synthetics-1.0.0.gem) = 24064

Added: head/devel/rubygem-aws-sdk-synthetics/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-synthetics/pkg-descr	Wed Apr 22 21:20:42 2020	(r532515)
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for Synthetics.
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-synthetics


More information about the svn-ports-all mailing list