Date: Sun, 28 Dec 2014 13:17:53 +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: r375714 - in head/net: . rubygem-fog-atmos Message-ID: <201412281317.sBSDHrI8051554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 28 13:17:52 2014 New Revision: 375714 URL: https://svnweb.freebsd.org/changeset/ports/375714 QAT: https://qat.redports.org/buildarchive/r375714/ Log: - Add rubygem-fog-atmos 0.1.0 Fog::Atmos is a module for the fog gem to support Atmos Cloud Storage. WWW: https://github.com/fog/fog-atmos RG: https://rubygems.org/gems/fog-atmos Added: head/net/rubygem-fog-atmos/ head/net/rubygem-fog-atmos/Makefile (contents, props changed) head/net/rubygem-fog-atmos/distinfo (contents, props changed) head/net/rubygem-fog-atmos/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Dec 28 13:17:46 2014 (r375713) +++ head/net/Makefile Sun Dec 28 13:17:52 2014 (r375714) @@ -1014,6 +1014,7 @@ SUBDIR += rubygem-connection_pool SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk + SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-sakuracloud Added: head/net/rubygem-fog-atmos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-atmos/Makefile Sun Dec 28 13:17:52 2014 (r375714) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fog-atmos +PORTVERSION= 0.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support Atmos Cloud Storage + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ + 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-atmos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-atmos/distinfo Sun Dec 28 13:17:52 2014 (r375714) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-atmos-0.1.0.gem) = 89211f5ac26240ece0a67a197d12e95a0c76fdd7731c48a07e26f99fb87d5da9 +SIZE (rubygem/fog-atmos-0.1.0.gem) = 17920 Added: head/net/rubygem-fog-atmos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-atmos/pkg-descr Sun Dec 28 13:17:52 2014 (r375714) @@ -0,0 +1,4 @@ +Fog::Atmos is a module for the fog gem to support Atmos Cloud Storage. + +WWW: https://github.com/fog/fog-atmos +RG: https://rubygems.org/gems/fog-atmos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412281317.sBSDHrI8051554>