svn commit: r510333 - in head/devel: . rubygem-aws-partitions
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 07:55:53 UTC 2019
Author: sunpoet
Date: Sat Aug 31 07:55:52 2019
New Revision: 510333
URL: https://svnweb.freebsd.org/changeset/ports/510333
Log:
Add rubygem-aws-partitions 1.207.0
Provides interfaces to enumerate AWS partitions, regions, and services.
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions
Added:
head/devel/rubygem-aws-partitions/
head/devel/rubygem-aws-partitions/Makefile (contents, props changed)
head/devel/rubygem-aws-partitions/distinfo (contents, props changed)
head/devel/rubygem-aws-partitions/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Aug 31 07:25:23 2019 (r510332)
+++ head/devel/Makefile Sat Aug 31 07:55:52 2019 (r510333)
@@ -5424,6 +5424,7 @@
SUBDIR += rubygem-avro
SUBDIR += rubygem-awesome_print
SUBDIR += rubygem-aws-eventstream
+ SUBDIR += rubygem-aws-partitions
SUBDIR += rubygem-aws-sdk
SUBDIR += rubygem-aws-sdk-core
SUBDIR += rubygem-aws-sdk-resources
Added: head/devel/rubygem-aws-partitions/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-partitions/Makefile Sat Aug 31 07:55:52 2019 (r510333)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aws-partitions
+PORTVERSION= 1.207.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Provides interfaces to enumerate AWS partitions, regions, and services
+
+LICENSE= APACHE20
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-aws-partitions/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-partitions/distinfo Sat Aug 31 07:55:52 2019 (r510333)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567193692
+SHA256 (rubygem/aws-partitions-1.207.0.gem) = 5d824388741619b46756022d60128cefac779c013bffe49ac32494647d3621b7
+SIZE (rubygem/aws-partitions-1.207.0.gem) = 16896
Added: head/devel/rubygem-aws-partitions/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-partitions/pkg-descr Sat Aug 31 07:55:52 2019 (r510333)
@@ -0,0 +1,3 @@
+Provides interfaces to enumerate AWS partitions, regions, and services.
+
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions
More information about the svn-ports-head
mailing list