Revision: 68395 http://trac.macports.org/changeset/68395 Author: singingwolfboy@macports.org Date: 2010-06-02 15:10:39 -0700 (Wed, 02 Jun 2010) Log Message: ----------- New port: rb19-json Added Paths: ----------- trunk/dports/ruby/rb19-json/ trunk/dports/ruby/rb19-json/Portfile Added: trunk/dports/ruby/rb19-json/Portfile =================================================================== --- trunk/dports/ruby/rb19-json/Portfile (rev 0) +++ trunk/dports/ruby/rb19-json/Portfile 2010-06-02 22:10:39 UTC (rev 68395) @@ -0,0 +1,18 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup json 1.4.3 gem {} rubygems ruby19 +description JSON implementation as a Ruby extension in C +long_description \ + This is a implementation of the JSON specification according to RFC 4627. \ + You can think of it as a low fat alternative to XML, if you want to store \ + data to disk or transmit it over a network rather than use a verbose \ + markup language. +license Ruby +maintainers singingwolfboy openmaintainer +homepage http://flori.github.com/json/ +checksums md5 0bcd3fbcb41c84077b8bfac952c7e6ca \ + sha1 a02bc81d86c3c956e4f2a49e55aa3959b99409d7 \ + rmd160 964a5c58e3621e8300650e5d8d62ea34c35f2b12 Property changes on: trunk/dports/ruby/rb19-json/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org