svn commit: r385977 - in head/net: . rubygem-fog-google
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 10 20:16:00 UTC 2015
Author: sunpoet
Date: Sun May 10 20:15:58 2015
New Revision: 385977
URL: https://svnweb.freebsd.org/changeset/ports/385977
Log:
- 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
Added:
head/net/rubygem-fog-google/
head/net/rubygem-fog-google/Makefile (contents, props changed)
head/net/rubygem-fog-google/distinfo (contents, props changed)
head/net/rubygem-fog-google/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sun May 10 20:15:53 2015 (r385976)
+++ head/net/Makefile Sun May 10 20:15:58 2015 (r385977)
@@ -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
Added: head/net/rubygem-fog-google/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-fog-google/Makefile Sun May 10 20:15:58 2015 (r385977)
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fog-google
+PORTVERSION= 0.0.5
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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>
Added: head/net/rubygem-fog-google/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-fog-google/distinfo Sun May 10 20:15:58 2015 (r385977)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fog-google-0.0.5.gem) = 3f09c3dd7ed93973cb3490a58dde0cde34faac27981a2926b9a6b19a2b6d6685
+SIZE (rubygem/fog-google-0.0.5.gem) = 103424
Added: head/net/rubygem-fog-google/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-fog-google/pkg-descr Sun May 10 20:15:58 2015 (r385977)
@@ -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
More information about the svn-ports-all
mailing list