Add rubygem-fog-brightbox0 0.16.1 (copied from rubygem-fog-brightbox)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-03-24 14:31:16 +00:00
parent 03a0658663
commit e2f80521df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496726
4 changed files with 47 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1536418033
SHA256 (rubygem/fog-brightbox-0.16.1.gem) = 972c923f3ee150935c95abea3791676784b3fd1502e996fbd864a71090fe0a7c
SIZE (rubygem/fog-brightbox-0.16.1.gem) = 70144

View File

@ -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