- Add rubygem-fog-riakcs 0.1.0

Fog::Riakcs is a module for the fog gem to support RiakCS.

WWW: https://github.com/fog/fog-riakcs
RG:  https://rubygems.org/gems/fog-riakcs
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-30 13:48:05 +00:00
parent 7ac5d290e3
commit f08ed8e794
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382664
4 changed files with 29 additions and 0 deletions

View File

@ -1045,6 +1045,7 @@
SUBDIR += rubygem-fog-ecloud
SUBDIR += rubygem-fog-profitbricks
SUBDIR += rubygem-fog-radosgw
SUBDIR += rubygem-fog-riakcs
SUBDIR += rubygem-fog-sakuracloud
SUBDIR += rubygem-fog-serverlove
SUBDIR += rubygem-fog-softlayer

View File

@ -0,0 +1,22 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-riakcs
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support RiakCS
LICENSE= MIT
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/fog-riakcs-0.1.0.gem) = b5431e8863829177fb79102e67ddb6dbdc5462c52ad45733774f0d3f1b617dd9
SIZE (rubygem/fog-riakcs-0.1.0.gem) = 17408

View File

@ -0,0 +1,4 @@
Fog::Riakcs is a module for the fog gem to support RiakCS.
WWW: https://github.com/fog/fog-riakcs
RG: https://rubygems.org/gems/fog-riakcs