Rb-rubygems version 1.3.4 - How to Download and Install on Mac OS X
Tuesday the 9th of February, 2010

    rb-rubygems  most recent diff


    version 1.3.4

      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.4 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 52840 2009-06-24 06:20:26Z blb macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

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

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


      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: md5 b17b398503253bf36a101c58f02a226f sha1 b973b4748c0bc08f9a62b3312bde935dda2eac6f rmd160 451797299921cac9997fc93a85601d6f28f17cf5


      Patch Files: patch-lib_rubygems_commands_setup_command.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.