Paq8 version 8p - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 8p

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


      # -*- 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 paq8 Portfile 57630 2009-09-14 12:40:51Z jmr macports.org $

      PortSystem 1.0

      Name: paq8
      Version: 8p
      Revision: 1
      Category: archivers
      Platform: darwin
      license GPLv2+
      Maintainers: jmr openmaintainer
      Description: PAQ8, a tight but slow compressor
      Long Description: PAQ is a series of open source data compression archivers that have evolved through collaborative development to top rankings on several benchmarks measuring compression ratio (although at the expense of speed and memory usage).

      Homepage: http://mattmahoney.net/dc/
      Master Sites: ${homepage}
      use_zip yes
      distname paq${version}
      dist_subdir ${name}/${version}_${revision}
      Checksums: md5 a5099ae1f62c292eb16fb7930eb1f68d sha1 88628a11045105dd4d2158e8800e8c5ef71c0918 rmd160 d5b19357208be514855a94ac4dbbf37d2d9aa9d0

      extract.mkdir yes
      use_configure no

      build.cmd ${configure.cxx}
      build.args -O3 -DUNIX -DNOASM -o paq8
      build.target paq${version}.cpp

      if {![variant_isset universal]} {
      build.args-append ${configure.cxx_archflags}
      }

      destroot.cmd install
      destroot.target paq8
      destroot.destdir ${destroot}${prefix}/bin

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/readme.txt ${destroot}${prefix}/share/doc/${name}
      }

      Variant: universal {
      build.args-append ${configure.universal_cxxflags}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "paq(8\[\\w\]+)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.