Download and Install rb-archive-tar-minitar on Mac OS X
Sunday the 7th of September, 2008

    rb-archive-tar-minitar  most recent diff


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



      # $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp macports.org $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup archive-tar-minitar 0.5.1 basic_install.rb {README doc tests} rubyforge:1558
      Maintainers: nomaintainer
      Description: Ruby library and command line utility to deal with POSIX tar archive files.
      Long Description: Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar(1) archive files. The implementation is based heavily on Mauricio Fernandez's implementation in rpa-base, but has been reorganised to promote reuse in other projects.
      Category:-append archivers
      Homepage: http://rubyforge.org/frs/shownotes.php?release_id=787
      checksums md5 ba2455034213b61684a7bb91594b3f6a
      Platform: darwin

      destroot.args --no-ri --no-tests
      post-destroot {
      reinplace "s%#!.*ruby%#!${ruby.bin}%" ${destroot}${prefix}/bin/minitar
      file delete -force ${destroot}${prefix}/bin/minitar.bat
      }


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

     Where to find more information:

    Darwin Ports



    image test