unzoo version 4.4 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    unzoo  most recent diff


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



      # $Id: Portfile 28985 2007-09-12 21:40:30Z nox macports.org $

      PortSystem 1.0

      Name: unzoo
      Version: 4.4
      Category: archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: A zoo archive extractor

      Long Description: Unzoo is a zoo archive extractor written by Martin Schoenert. If unzoo is called with no arguments, it will first print a summary of the commands and then prompt for command lines interactively.

      Homepage: http://freshmeat.net/projects/unzoo/
      master_sites http://critical.ch/unzoo/

      checksums md5 2e73c26188688033b7c2b6c7da32ad39 sha1 9f1d0193492276bd0f59a48d720ab6092c6d4a0f rmd160 fd8e0c97e22adfc8fefd6f8d1b70d8ca53b234f3

      use_configure no

      build {
      system "cd ${worksrcpath} && gcc [join ${configure.cflags} " "] -DSYS_IS_UNIX unzoo.c -o unzoo"
      }

      destroot {
      xinstall ${worksrcpath}/unzoo ${destroot}${prefix}/bin
      xinstall -m 0444 ${worksrcpath}/unzoo.1 ${destroot}${prefix}/share/man/man1
      }

      Variant: universal {}


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

     Where to find more information:

    Darwin Ports



    image test