Sharutils version 4.7 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    sharutils  most recent diff


    version 4.7

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


      The sharutils Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: sharutils
      Version: 4.7
      Category: archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: Shell archiver utilities

      Long Description: GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. A shell archive is a collection of files that can be unpacked by /bin/sh. A wide range of features provide extensive flexibility in manufacturing shars and in specifying shar smartness. For example, shar may compress files, uuencode binary files, split long files and construct multi-part mailings, ensure correct unsharing order, and provide simplistic checksums.

      Homepage: http://www.gnu.org/software/${name}/
      Master Sites: gnu:${name}/REL-${version}
      use_bzip2 yes

      depends_lib port:gettext port:libiconv

      Checksums: md5 729c070d814d9c688489d88dd7fd3efb sha1 0b8c1d54fdcf97a93aba079d342d1873a8fc423b rmd160 6ef271d21ea41003ff13d6aef241c6a4fd4dc296

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO ${destroot}${docdir}
      }

      livecheck.type regex
      livecheck.url http://ftp.gnu.org/gnu/sharutils/?C=M&O=D
      livecheck.regex REL-(\\d+(?:\\.\\d+)*)


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.