Rb-json version 1.1.2 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    rb-json  most recent diff


    version 1.1.2

      View the most recent changes for the rb-json port at: rb-json.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-json.
      The raw portfile for rb-json 1.1.2 is located here:
      http://rb-json.darwinports.com/dports/ruby/rb-json/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/rb-json


      The rb-json Portfile 37028 2008-05-23 11:41:37Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      Name: rb-json
      Version: 1.1.2
      Category: ruby

      Homepage: http://json.rubyforge.org/
      Master Sites: http://rubyforge.org/frs/download.php/28483/

      distname json-${version}
      dist_subdir ruby

      Description: This is a implementation of the JSON specification according to RFC 4627.

      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.

      Maintainers: gmail.com:roger.hoover

      Checksums: md5 27834a3df714719e8fa9ff2efb5edc6d sha1 97b652157f352fecb7da2545eec4cc20c7ad2594

      Patch Files: patch-install.rb
      extract.suffix .tgz
      Platform: darwin

      configure {
      file mkdir "${destroot}/${ruby.lib}"
      }

      build {}
      destroot.cmd ${ruby.bin} install.rb
      destroot.args ${destroot}
      destroot.target ""
      destroot.env ""

      depends_lib port:ruby port:rb-rubygems

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/rb-json
      % sudo port install rb-json
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching rb-json
      ---> Verifying checksum for rb-json
      ---> Extracting rb-json
      ---> Configuring rb-json
      ---> Building rb-json with target all
      ---> Staging rb-json into destroot
      ---> Installing rb-json
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using rb-json with these commands:
      %  man rb-json
      % apropos rb-json
      % which rb-json
      % locate rb-json

     Where to find more information:

    Darwin Ports



    Lightbox this page.