Ucl version 1.03 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.03

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


      The ucl Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: ucl
      Version: 1.03
      Category: archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: A data compression library with low memory usage

      Long Description: UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory.

      Homepage: http://www.oberhumer.com/opensource/ucl/
      Master Sites: ${homepage}download/

      Checksums: md5 852bd691d8abc75b52053465846fba34 sha1 5847003d136fbbca1334dd5de10554c76c755f7c rmd160 d1b50127d482481c125eabff9a9c157d491c4a6a

      configure.args --enable-shared

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

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "Version (\\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/ucl
      % sudo port install ucl
      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 ucl
      ---> Verifying checksum for ucl
      ---> Extracting ucl
      ---> Configuring ucl
      ---> Building ucl with target all
      ---> Staging ucl into destroot
      ---> Installing ucl
    - 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 ucl with these commands:
      %  man ucl
      % apropos ucl
      % which ucl
      % locate ucl

     Where to find more information:

    Darwin Ports



    Lightbox this page.