Lzip version 1.8 - How to Download and Install on Mac OS X
Tuesday the 9th of February, 2010

    version 1.8

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


      The lzip Portfile 59950 2009-10-27 23:47:57Z vinc17 macports.org $

      PortSystem 1.0

      Name: lzip
      Version: 1.8
      epoch 20091025
      Category: archivers
      Platform: darwin
      Maintainers: vinc17
      Description: Compression program based on LZMA similar to gzip or bzip2
      Long Description: Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
      Homepage: http://www.nongnu.org/lzip/lzip.html
      Master Sites: http://download.savannah.gnu.org/releases/lzip/
      Checksums: md5 eb1f2795ab3f95ccc6c855eac60aefc3 sha1 e15e4c131022e1d58de1a7422f4b7ecb7d5111ca rmd160 a6e2ce5dddb3f9d1c4300fbb70c71b3b33547634

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}
      file mkdir ${docdir}
      xinstall -m 644 -v -W ${worksrcpath} AUTHORS ChangeLog COPYING NEWS ${docdir}
      }

      livecheck.type regex
      livecheck.url ${master_sites}/?C=M&O=D
      livecheck.regex ${name}-(\[-0-9a-z.\]+)\\.tar\\.gz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.