Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 19:08:40 +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: r373354 - head/net/rubygem-fog-radosgw
Message-ID:  <201411241908.sAOJ8ewE027128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 24 19:08:39 2014
New Revision: 373354
URL: https://svnweb.freebsd.org/changeset/ports/373354
QAT: https://qat.redports.org/buildarchive/r373354/

Log:
  - Add rubygem-fog-radosgw 0.0.3
  
  Fog::Radosgw is a fog backend for provisioning Ceph Radosgw - the Swift and S3
  compatible REST API for Ceph. Currently, the gem only supports the S3 API, not
  Swift.
  
  WWW: https://github.com/fog/fog-radosgw
  RG:  https://rubygems.org/gems/fog-radosgw

Added:
  head/net/rubygem-fog-radosgw/
  head/net/rubygem-fog-radosgw/Makefile   (contents, props changed)
  head/net/rubygem-fog-radosgw/distinfo   (contents, props changed)
  head/net/rubygem-fog-radosgw/pkg-descr   (contents, props changed)

Added: head/net/rubygem-fog-radosgw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-radosgw/Makefile	Mon Nov 24 19:08:39 2014	(r373354)
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fog-radosgw
+PORTVERSION=	0.0.3
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Fog backend for provisioning users on Ceph Radosgw
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-fog-core>=1.21.0:${PORTSDIR}/devel/rubygem-fog-core \
+		rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
+		rubygem-fog-xml>=0.0.1:${PORTSDIR}/textproc/rubygem-fog-xml
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-fog-radosgw/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-radosgw/distinfo	Mon Nov 24 19:08:39 2014	(r373354)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fog-radosgw-0.0.3.gem) = 19846e5d76f9561383a9bbf2bf31fbd3336004d4f13862332cae38e7348877b9
+SIZE (rubygem/fog-radosgw-0.0.3.gem) = 12800

Added: head/net/rubygem-fog-radosgw/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-radosgw/pkg-descr	Mon Nov 24 19:08:39 2014	(r373354)
@@ -0,0 +1,6 @@
+Fog::Radosgw is a fog backend for provisioning Ceph Radosgw - the Swift and S3
+compatible REST API for Ceph. Currently, the gem only supports the S3 API, not
+Swift.
+
+WWW: https://github.com/fog/fog-radosgw
+RG:  https://rubygems.org/gems/fog-radosgw



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241908.sAOJ8ewE027128>