lzma version 4.43 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    lzma  most recent diff


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



      # $Id: Portfile 30457 2007-10-28 08:49:38Z afb macports.org $

      PortSystem 1.0

      Name: lzma
      Version: 4.43
      revision 2
      Category: archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: high compression ratio archiver

      Long Description: LZMA is default and general compression method of 7z format in 7-Zip program. LZMA provides high compression ratio and very fast decompression.

      Homepage: http://www.7-zip.org/sdk.html
      master_sites sourceforge:sevenzip
      distname lzma[strsed ${version} {/\.//}]
      use_bzip2 yes

      checksums md5 c4e1b467184c7cffd4371c74df2baf0f sha1 1667abfb40da82d53fa2690f3cd58a0e7e751e55 rmd160 f4f19c9f9bd8ded26318208e75ac14c8869c4ef8

      patchfiles patch-lzma.1

      worksrcdir ${distname}/C/7zip/Compress/LZMA_Alone

      extract.dir ${workpath}/${distname}

      pre-extract {
      file mkdir ${workpath}/${distname}
      }

      use_configure no
      build.type gnu
      build.args -f makefile.gcc

      post-install {
      ui_msg "The LZMA SDK program is installed as \"lzma_alone\", to avoid conflict with LZMA Utils"
      }

      destroot {
      xinstall -s ${worksrcpath}/lzma ${destroot}${prefix}/bin/lzma_alone
      xinstall ${worksrcpath}/lzma.1 ${destroot}${prefix}/share/man/man1/lzma_alone.1

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${workpath}/${distname} CPL.html LGPL.txt history.txt lzma.txt ${destroot}${docdir}
      }

      livecheck.check regex
      livecheck.regex {(\d+(?:\.\d+)*):}


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

     Where to find more information:

    Darwin Ports



    image test