From owner-svn-ports-head@FreeBSD.ORG Sun May 10 20:16:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 766F6281; Sun, 10 May 2015 20:16:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5826015B0; Sun, 10 May 2015 20:16:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4AKG0tR035658; Sun, 10 May 2015 20:16:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4AKFx4H035647; Sun, 10 May 2015 20:15:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505102015.t4AKFx4H035647@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 May 2015 20:15:59 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 20:16:00 -0000 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 +# $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 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