Date: Sun, 10 May 2015 20:15:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385977 - in head/net: . rubygem-fog-google Message-ID: <201505102015.t4AKFx4H035647@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505102015.t4AKFx4H035647>