lzmautils-devel version 4.42.0alpha6 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    lzmautils-devel  most recent diff


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



      # $Id: Portfile 29629 2007-10-03 19:43:48Z afb macports.org $

      PortSystem 1.0

      Name: lzmautils-devel
      Version: 4.42.0alpha6
      Category: archivers
      Platform: darwin
      Maintainers: afb macports.org openmaintainer
      Description: LZMA Utils

      Long Description: LZMA utils consist of a few relatively separate submodules: * LZMA encoder/decoder command line tool similar to gzip/bzip2 * Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)

      Homepage: http://tukaani.org/lzma/
      master_sites ${homepage}
      distname lzma-${version}
      checksums md5 a22b0c661472e88942f683dd0f1852f0

      depends_lib port:libiconv port:gettext

      patchfiles lzma-4.42.0alpha6-lzmadec.patch
      patch.args -p1

      configure.args --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix}

      # the internal "check.h" header conflicts with port check's
      configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include

      # the library is being provided by the liblzma port instead
      post-destroot {
      file delete -force ${destroot}${prefix}/include/lzma.h
      file delete -force ${destroot}${prefix}/include/lzma_adv.h
      foreach lib [glob ${destroot}${prefix}/lib/liblzma*] { file delete $lib }
      file delete ${destroot}${prefix}/lib/pkgconfig/lzma.pc
      }

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

     Where to find more information:

    Darwin Ports



    image test