- Add rubygem-fog-json 1.0.0

rubygem-fog-json (Fog::Json) provides extraction of the JSON parsing tools
shared between a number of providers in the 'fog' gem.

WWW: https://github.com/fog/fog-json
RG:  https://rubygems.org/gems/fog-json
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-26 18:19:38 +00:00
parent 47030464f0
commit 41f2e3311a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352359
4 changed files with 28 additions and 0 deletions

View File

@ -4214,6 +4214,7 @@
SUBDIR += rubygem-fog
SUBDIR += rubygem-fog-brightbox
SUBDIR += rubygem-fog-core
SUBDIR += rubygem-fog-json
SUBDIR += rubygem-font-awesome-rails
SUBDIR += rubygem-foreman
SUBDIR += rubygem-foreman_api

View File

@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-json
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extraction of the JSON parsing tools between providers
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=1:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/fog-json-1.0.0.gem) = dcd321b42f551a9ed3a2a5d43bdfe703b7588dcac5a9e504577501ba50d52794
SIZE (rubygem/fog-json-1.0.0.gem) = 7680

View File

@ -0,0 +1,5 @@
rubygem-fog-json (Fog::Json) provides extraction of the JSON parsing tools
shared between a number of providers in the 'fog' gem.
WWW: https://github.com/fog/fog-json
RG: https://rubygems.org/gems/fog-json