par2 version 0.4 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    par2  most recent diff


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



      # $Id: Portfile 33457 2008-01-27 13:43:21Z nox macports.org $

      PortSystem 1.0

      Name: par2
      Version: 0.4
      revision 2
      Description: Parchive: Parity Archive Volume Set for data recovery

      Long Description: Parchive takes .par files and can regenerate missing data based upon a Reed-Soloman Code. This is useful for restoring missing pieces of a multi-part archive like the kinds used on Usenet. Version 2 does not require like-sized pieces, so it is useful for many more kinds of data recovery.

      Maintainers: julian jabber.org
      Category: archivers
      Platform: darwin
      Homepage: http://parchive.sourceforge.net/
      master_sites sourceforge:parchive

      checksums md5 1551b63e57e3c232254dc62073b723a9 sha1 2fcdc932b5d7b4b1c68c4a4ca855ca913d464d2f rmd160 e98dc84fa7a4304b8d71c1d373fdce0bca1e6290

      distname par2cmdline-${version}

      configure.args --mandir=${prefix}/share/man

      test.run yes
      test.target check

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING README ROADMAP ${destroot}${docdir}
      }

      platform darwin 8 {
      patchfiles-append patch-reedsolomon_cpp
      }

      platform darwin 9 {
      patchfiles-append patch-reedsolomon_cpp
      }

      livecheck.distname par2cmdline

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

     Where to find more information:

    Darwin Ports



    image test