Date: Thu, 18 Jul 2019 10:42:43 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506846 - in head/net: . rubygem-fog-gridscale Message-ID: <201907181042.x6IAghi4041074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Thu Jul 18 10:42:43 2019 New Revision: 506846 URL: https://svnweb.freebsd.org/changeset/ports/506846 Log: [NEW PORT] net/rubygem-fog-gridscale: 'fog' gem to support gridscale This library can be used as a module for `fog` or as standalone gridscale provider. Added: head/net/rubygem-fog-gridscale/ head/net/rubygem-fog-gridscale/Makefile (contents, props changed) head/net/rubygem-fog-gridscale/distinfo (contents, props changed) head/net/rubygem-fog-gridscale/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Jul 18 09:59:25 2019 (r506845) +++ head/net/Makefile Thu Jul 18 10:42:43 2019 (r506846) @@ -1225,6 +1225,7 @@ SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google + SUBDIR += rubygem-fog-gridscale SUBDIR += rubygem-fog-internet-archive SUBDIR += rubygem-fog-joyent SUBDIR += rubygem-fog-local Added: head/net/rubygem-fog-gridscale/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-gridscale/Makefile Thu Jul 18 10:42:43 2019 (r506846) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= fog-gridscale +PORTVERSION= 0.1.4 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= egypcio@FreeBSD.org +COMMENT= Module for the 'fog' gem to support gridscale + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core>=2.1:devel/rubygem-fog-core \ + rubygem-fog-json>=1.2:devel/rubygem-fog-json \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress \ + rubygem-json>=2.1:devel/rubygem-json + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/rubygem-fog-gridscale/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-gridscale/distinfo Thu Jul 18 10:42:43 2019 (r506846) @@ -0,0 +1,3 @@ +TIMESTAMP = 1563369656 +SHA256 (rubygem/fog-gridscale-0.1.4.gem) = ca0cbc1f1a44be6fd137dadc419d2adbb9652fa38302e532ea12bb0fcd31ba58 +SIZE (rubygem/fog-gridscale-0.1.4.gem) = 24576 Added: head/net/rubygem-fog-gridscale/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-gridscale/pkg-descr Thu Jul 18 10:42:43 2019 (r506846) @@ -0,0 +1,4 @@ +Fog::Gridscale is a library that can be used as a module for fog or as +standalone gridscale provider. + +WWW: https://github.com/gridscale/fog-gridscale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181042.x6IAghi4041074>