Date: Sun, 28 Dec 2014 13:18:58 +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: r375716 - in head/net: . rubygem-fog-storm_on_demand Message-ID: <201412281318.sBSDIwpS051999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 28 13:18:57 2014 New Revision: 375716 URL: https://svnweb.freebsd.org/changeset/ports/375716 QAT: https://qat.redports.org/buildarchive/r375716/ Log: - Add rubygem-fog-storm_on_demand 0.1.0 Fog::StormOnDemand is a module for the fog gem to support StormOnDemand. WWW: https://github.com/fog/fog-storm_on_demand RG: https://rubygems.org/gems/fog-storm_on_demand Added: head/net/rubygem-fog-storm_on_demand/ head/net/rubygem-fog-storm_on_demand/Makefile (contents, props changed) head/net/rubygem-fog-storm_on_demand/distinfo (contents, props changed) head/net/rubygem-fog-storm_on_demand/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Dec 28 13:18:24 2014 (r375715) +++ head/net/Makefile Sun Dec 28 13:18:57 2014 (r375716) @@ -1020,6 +1020,7 @@ SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-sakuracloud SUBDIR += rubygem-fog-softlayer + SUBDIR += rubygem-fog-storm_on_demand SUBDIR += rubygem-fog-terremark SUBDIR += rubygem-fog-vmfusion SUBDIR += rubygem-fog-voxel Added: head/net/rubygem-fog-storm_on_demand/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-storm_on_demand/Makefile Sun Dec 28 13:18:57 2014 (r375716) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fog-storm_on_demand +PORTVERSION= 0.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support StormOnDemand + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/net/rubygem-fog-storm_on_demand/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-storm_on_demand/distinfo Sun Dec 28 13:18:57 2014 (r375716) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-storm_on_demand-0.1.0.gem) = a2196ad8aaabd6e1dfe6bf67f4ccc27b79b4ee55eb0ed0daa607f8d4cfd82e67 +SIZE (rubygem/fog-storm_on_demand-0.1.0.gem) = 22528 Added: head/net/rubygem-fog-storm_on_demand/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-storm_on_demand/pkg-descr Sun Dec 28 13:18:57 2014 (r375716) @@ -0,0 +1,4 @@ +Fog::StormOnDemand is a module for the fog gem to support StormOnDemand. + +WWW: https://github.com/fog/fog-storm_on_demand +RG: https://rubygems.org/gems/fog-storm_on_demand
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412281318.sBSDIwpS051999>