Date: Thu, 31 Mar 2016 15:37:05 +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: r412233 - in head/net: . rubygem-fog-cloudatcost Message-ID: <201603311537.u2VFb5K2038220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 31 15:37:05 2016 New Revision: 412233 URL: https://svnweb.freebsd.org/changeset/ports/412233 Log: - Add rubygem-fog-cloudatcost 0.2.1 Fog::CloudAtCost is a module for the 'fog' gem to support CloudAtCost services. WWW: https://github.com/fog/fog-cloudatcost Added: head/net/rubygem-fog-cloudatcost/ head/net/rubygem-fog-cloudatcost/Makefile (contents, props changed) head/net/rubygem-fog-cloudatcost/distinfo (contents, props changed) head/net/rubygem-fog-cloudatcost/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Mar 31 15:32:49 2016 (r412232) +++ head/net/Makefile Thu Mar 31 15:37:05 2016 (r412233) @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-brightbox + SUBDIR += rubygem-fog-cloudatcost SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google Added: head/net/rubygem-fog-cloudatcost/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/Makefile Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fog-cloudatcost +PORTVERSION= 0.2.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support CloudAtCost + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-fog-core>=1.36:devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/net/rubygem-fog-cloudatcost/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/distinfo Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-cloudatcost-0.2.1.gem) = d2bb142047f011024c8f50fe340144c78997b410eeb4fb3e66127bd15cd448e5 +SIZE (rubygem/fog-cloudatcost-0.2.1.gem) = 20480 Added: head/net/rubygem-fog-cloudatcost/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/pkg-descr Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,3 @@ +Fog::CloudAtCost is a module for the 'fog' gem to support CloudAtCost services. + +WWW: https://github.com/fog/fog-cloudatcost
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603311537.u2VFb5K2038220>