svn commit: r510479 - in head/devel: . rubygem-aws-sdk-applicationinsights

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 22:22:11 UTC 2019


Author: sunpoet
Date: Sat Aug 31 22:22:10 2019
New Revision: 510479
URL: https://svnweb.freebsd.org/changeset/ports/510479

Log:
  Add rubygem-aws-sdk-applicationinsights 1.3.0
  
  Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application
  Insights).
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationinsights

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 31 22:22:04 2019	(r510478)
+++ head/devel/Makefile	Sat Aug 31 22:22:10 2019	(r510479)
@@ -5435,6 +5435,7 @@
     SUBDIR += rubygem-aws-sdk-apigatewayv2
     SUBDIR += rubygem-aws-sdk-applicationautoscaling
     SUBDIR += rubygem-aws-sdk-applicationdiscoveryservice
+    SUBDIR += rubygem-aws-sdk-applicationinsights
     SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-resources

Added: head/devel/rubygem-aws-sdk-applicationinsights/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-applicationinsights/Makefile	Sat Aug 31 22:22:10 2019	(r510479)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-applicationinsights
+PORTVERSION=	1.3.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application Insights)
+
+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-applicationinsights/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-applicationinsights/distinfo	Sat Aug 31 22:22:10 2019	(r510479)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272024
+SHA256 (rubygem/aws-sdk-applicationinsights-1.3.0.gem) = fcd646bdbb8ad6ef1ead6172555522e44f244c23351dd9e29a7426d1f23794b7
+SIZE (rubygem/aws-sdk-applicationinsights-1.3.0.gem) = 18432

Added: head/devel/rubygem-aws-sdk-applicationinsights/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-applicationinsights/pkg-descr	Sat Aug 31 22:22:10 2019	(r510479)
@@ -0,0 +1,5 @@
+Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application
+Insights).
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationinsights


More information about the svn-ports-all mailing list