- Add rubygem-fog-google 0.0.5

Fog currently supports two Google Cloud services (Google Compute Engine and
Google Cloud Storage) via Fog::Google.

WWW: https://github.com/fog/fog-google
RG:  https://rubygems.org/gems/fog-google
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-10 20:15:58 +00:00
parent 3da36e18ff
commit 813f2a0af8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385977
4 changed files with 30 additions and 0 deletions

View file

@ -1046,6 +1046,7 @@
SUBDIR += rubygem-fog-atmos
SUBDIR += rubygem-fog-aws
SUBDIR += rubygem-fog-ecloud
SUBDIR += rubygem-fog-google
SUBDIR += rubygem-fog-local
SUBDIR += rubygem-fog-powerdns
SUBDIR += rubygem-fog-profitbricks

View file

@ -0,0 +1,22 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-google
PORTVERSION= 0.0.5
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Google Cloud
LICENSE= MIT
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/fog-google-0.0.5.gem) = 3f09c3dd7ed93973cb3490a58dde0cde34faac27981a2926b9a6b19a2b6d6685
SIZE (rubygem/fog-google-0.0.5.gem) = 103424

View file

@ -0,0 +1,5 @@
Fog currently supports two Google Cloud services (Google Compute Engine and
Google Cloud Storage) via Fog::Google.
WWW: https://github.com/fog/fog-google
RG: https://rubygems.org/gems/fog-google