mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- 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
This commit is contained in:
parent
2b81fe806e
commit
6848b973c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373354
22
net/rubygem-fog-radosgw/Makefile
Normal file
22
net/rubygem-fog-radosgw/Makefile
Normal file
@ -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>
|
2
net/rubygem-fog-radosgw/distinfo
Normal file
2
net/rubygem-fog-radosgw/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/fog-radosgw-0.0.3.gem) = 19846e5d76f9561383a9bbf2bf31fbd3336004d4f13862332cae38e7348877b9
|
||||
SIZE (rubygem/fog-radosgw-0.0.3.gem) = 12800
|
6
net/rubygem-fog-radosgw/pkg-descr
Normal file
6
net/rubygem-fog-radosgw/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user