zoo version 2.10pl1 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    zoo  most recent diff


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



      # $Id: Portfile 28987 2007-09-12 21:43:06Z nox macports.org $

      PortSystem 1.0

      Name: zoo
      Version: 2.10pl1
      Category: archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: Manipulate archives of files in compressed form

      Long Description: Zoo is used to create and maintain collections of files in compressed form. It uses a Lempel-Ziv compression algorithm that gives space savings in the range of 20% to 80% depending on the type of file data. Zoo can store and selectively extract multiple generations of the same file. Data can be recovered from damaged archives by skipping the damaged portion and locating undamaged data with the help of fiz(1).

      Homepage: http://zoo.sourceforge.net/
      master_sites ftp://ftp.kiarchive.ru/pub/unix/arcers/

      checksums md5 70a0a785ecc8f7f747be1421e495d837 sha1 c02d96148ee57df01596d0c8d07a3e327b821600 rmd160 971d388b8cb29def1e4e31011463563e91c3d700

      extract.dir ${worksrcpath}

      pre-extract {
      file mkdir ${worksrcpath}
      }

      configure {
      reinplace -E "/BSD4_3/s|(CFLAGS=\")|LDFLAGS=\"[join ${configure.ldflags} " "]\" \\1[join ${configure.cflags} " "] |" ${worksrcpath}/makefile
      }

      build.target bsd

      destroot.target inst_prod
      destroot.destdir DESTDIR=${destroot}${prefix}/bin

      post-destroot {
      xinstall ${worksrcpath}/fiz ${destroot}${prefix}/bin

      eval xinstall -m 0444 [glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath}/Copyright ${destroot}${docdir}
      }


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

     Where to find more information:

    Darwin Ports



    image test