svn commit: r373354 - head/net/rubygem-fog-radosgw

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 24 19:08:41 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fog-radosgw
+PORTVERSION=	0.0.3
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list