Rb-rubygems version 1.3.1 - How to Download and Install on Mac OS X
Saturday the 4th of July, 2009

    rb-rubygems  most recent diff


    version 1.3.1

      View the most recent changes for the rb-rubygems port at: rb-rubygems.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-rubygems.
      The raw portfile for rb-rubygems 1.3.1 is located here:
      http://rb-rubygems.darwinports.com/dports/ruby/rb-rubygems/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-rubygems


      The rb-rubygems Portfile 42301 2008-11-18 18:23:48Z mr_bond macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      Name: rb-rubygems
      Category: ruby devel
      Version: 1.3.1
      #revision 0

      Homepage: http://www.rubygems.org
      Master Sites: http://rubyforge.org/frs/download.php/45905/


      distname rubygems-${version}
      dist_subdir ruby

      Maintainers: mr_bond openmaintainer
      Description: a package management framework for Ruby
      Long Description: RubyGems is the Ruby standard for publishing and managing third party libraries.

      Checksums: sha1 a21ae466146bffb28ece05cddbdced0b908ca74f

      Patch Files: patch-setup.rb.diff


      extract.suffix .tgz
      Platform: darwin

      use_configure no
      build { }

      destroot.cmd ${ruby.bin} setup.rb
      destroot.args --prefix=${prefix} --destdir=${destroot} --vendor
      destroot.env

      set gems_libdir ${destroot}${prefix}/lib/ruby/gems/${ruby.version}
      destroot.keepdirs ${gems_libdir}/doc ${gems_libdir}/gems ${gems_libdir}/specifications


      depends_lib port:ruby

    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-rubygems
      % sudo port install rb-rubygems
      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-rubygems
      ---> Verifying checksum for rb-rubygems
      ---> Extracting rb-rubygems
      ---> Configuring rb-rubygems
      ---> Building rb-rubygems with target all
      ---> Staging rb-rubygems into destroot
      ---> Installing rb-rubygems
    - 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-rubygems with these commands:
      %  man rb-rubygems
      % apropos rb-rubygems
      % which rb-rubygems
      % locate rb-rubygems

     Where to find more information:

    Darwin Ports



    Lightbox this page.