aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:31:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:31:16 +0000
commite2f80521dfc3068c80ada8db8a186b20cfc53a79 (patch)
tree7d8ec34eed6177ef51daa62dc1152c2d43010d68 /net
parent03a0658663f9fd05ffa8164fb12b9e48f8f80d09 (diff)
downloadports-e2f80521dfc3068c80ada8db8a186b20cfc53a79.tar.gz
ports-e2f80521dfc3068c80ada8db8a186b20cfc53a79.zip
Add rubygem-fog-brightbox0 0.16.1 (copied from rubygem-fog-brightbox)
- Add PORTSCOUT
Notes
Notes: svn path=/head/; revision=496726
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-fog-brightbox0/Makefile28
-rw-r--r--net/rubygem-fog-brightbox0/distinfo3
-rw-r--r--net/rubygem-fog-brightbox0/pkg-descr15
4 files changed, 47 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 0f79804ce080..978c4a9c8c94 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1227,6 +1227,7 @@
SUBDIR += rubygem-fog-aws2
SUBDIR += rubygem-fog-azure
SUBDIR += rubygem-fog-brightbox
+ SUBDIR += rubygem-fog-brightbox0
SUBDIR += rubygem-fog-cloudatcost
SUBDIR += rubygem-fog-digitalocean
SUBDIR += rubygem-fog-dnsimple
diff --git a/net/rubygem-fog-brightbox0/Makefile b/net/rubygem-fog-brightbox0/Makefile
new file mode 100644
index 000000000000..fdd82a409290
--- /dev/null
+++ b/net/rubygem-fog-brightbox0/Makefile
@@ -0,0 +1,28 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fog-brightbox
+PORTVERSION= 0.16.1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 0
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Module for the 'fog' gem to support Brightbox Cloud
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-dry-inflector>=0:devel/rubygem-dry-inflector \
+ rubygem-fog-core>=0:devel/rubygem-fog-core \
+ rubygem-fog-json>=0:devel/rubygem-fog-json \
+ rubygem-mime-types>=0:misc/rubygem-mime-types
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-fog-brightbox0/distinfo b/net/rubygem-fog-brightbox0/distinfo
new file mode 100644
index 000000000000..d4c9821f0d30
--- /dev/null
+++ b/net/rubygem-fog-brightbox0/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536418033
+SHA256 (rubygem/fog-brightbox-0.16.1.gem) = 972c923f3ee150935c95abea3791676784b3fd1502e996fbd864a71090fe0a7c
+SIZE (rubygem/fog-brightbox-0.16.1.gem) = 70144
diff --git a/net/rubygem-fog-brightbox0/pkg-descr b/net/rubygem-fog-brightbox0/pkg-descr
new file mode 100644
index 000000000000..6ac373f99801
--- /dev/null
+++ b/net/rubygem-fog-brightbox0/pkg-descr
@@ -0,0 +1,15 @@
+Brightbox Cloud module for fog (The Ruby cloud services library)
+
+This gem is a modular for the `fog` gem that allows you to manage resources in
+the Brightbox Cloud.
+
+It is included by the main `fog` metagem but can used as an independent library
+in other applications.
+
+This includes support for the following services:
+- Compute
+- Images
+- Load Balancers
+- SQL Cloud instances
+
+WWW: https://github.com/fog/fog-brightbox