gnutar version 1.19 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    gnutar  most recent diff


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



      # $Id: Portfile 29815 2007-10-10 18:29:58Z mww macports.org $

      PortSystem 1.0

      Name: gnutar
      Version: 1.19
      Category: archivers
      Maintainers: mww
      Description: tar version of the GNU project
      Long Description: the gnutar program creates, adds files to, or extracts files from an archive file in gnutar format, called a tarfile. A tarfile is often a magnetic tape, but can be a floppy diskette or any regular disk file.

      Homepage: http://www.gnu.org/software/tar/
      master_sites gnu:tar
      checksums md5 bcc2e19b19823b9ab68c94586067a792 sha1 1c6ebeadb661d80004e73e0f5b64a06195076e13 rmd160 302d814c1b1d6a8074a9d26e202eb59284b675b0
      distname tar-${version}
      use_bzip2 yes
      Platform: darwin
      patchfiles patch-lzma.diff

      depends_lib port:gettext port:libiconv

      configure.args --program-prefix=gnu --infodir=${prefix}/share/info

      test.run yes
      test.target check

      post-destroot {
      xinstall -v -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -v -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL NEWS PORTS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
      delete ${destroot}${prefix}/lib/charset.alias
      file rename ${destroot}${prefix}/share/info/tar.info ${destroot}${prefix}/share/info/gnutar.info
      file rename ${destroot}${prefix}/share/info/tar.info-1 ${destroot}${prefix}/share/info/gnutar.info-1
      file rename ${destroot}${prefix}/share/info/tar.info-2 ${destroot}${prefix}/share/info/gnutar.info-2
      }

      livecheck.check regex
      livecheck.url http://ftp.gnu.org/gnu/tar/?C=M&O=D
      livecheck.regex tar-(\[0-9\.\]+\[0-9\])\\.


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

     Where to find more information:

    Darwin Ports



    image test