Date: Sat, 26 Apr 2014 18:19:38 +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: r352359 - in head/devel: . rubygem-fog-json Message-ID: <201404261819.s3QIJc27078551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 26 18:19:38 2014 New Revision: 352359 URL: http://svnweb.freebsd.org/changeset/ports/352359 QAT: https://qat.redports.org/buildarchive/r352359/ Log: - 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 Added: head/devel/rubygem-fog-json/ head/devel/rubygem-fog-json/Makefile (contents, props changed) head/devel/rubygem-fog-json/distinfo (contents, props changed) head/devel/rubygem-fog-json/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 26 18:19:12 2014 (r352358) +++ head/devel/Makefile Sat Apr 26 18:19:38 2014 (r352359) @@ -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 Added: head/devel/rubygem-fog-json/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fog-json/Makefile Sat Apr 26 18:19:38 2014 (r352359) @@ -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> Added: head/devel/rubygem-fog-json/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fog-json/distinfo Sat Apr 26 18:19:38 2014 (r352359) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-json-1.0.0.gem) = dcd321b42f551a9ed3a2a5d43bdfe703b7588dcac5a9e504577501ba50d52794 +SIZE (rubygem/fog-json-1.0.0.gem) = 7680 Added: head/devel/rubygem-fog-json/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fog-json/pkg-descr Sat Apr 26 18:19:38 2014 (r352359) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404261819.s3QIJc27078551>