Libpar2 version 0.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    libpar2  most recent diff


    version 0.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The libpar2 Portfile 54713 2009-07-31 22:48:37Z ryandesign macports.org $

      PortSystem 1.0

      Name: libpar2
      Version: 0.2
      Category: archivers
      Maintainers: alum.wpi.edu:arno+macports openmaintainer

      Description: libpar2 is a library for par2.
      Long Description: libpar2 is a library for par2, extracted from par2cmdline 0.4

      Platform: darwin
      Homepage: http://parchive.sourceforge.net/
      Master Sites: sourceforge:parchive

      Checksums: sha1 4b3da928ea6097a8299aadafa703fc6d59bdfb4b md5 94c6df4e38efe08056ecde2a04e0be91 rmd160 7b93bc3e2a8b10f095761c26fd008322befde7a2

      depends_lib port:libsigcxx2
      depends_build port:pkgconfig

      use_parallel_build yes

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

      livecheck.distname libpar2

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.