svn commit: r352359 - in head/devel: . rubygem-fog-json
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 26 18:19:39 UTC 2014
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fog-json
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list