zip version 2.32 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    zip  most recent diff


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



      # $Id: Portfile 32994 2008-01-16 09:15:51Z afb macports.org $

      PortSystem 1.0

      Name: zip
      Version: 2.32
      Category: archivers
      Platform: darwin freebsd
      Description: compression utility
      Maintainers: nomaintainer

      Long Description: Zip is different from gzip in that it allows packing multiple files into a single archive (without the assistance of tar). It is compatible with pkzip, pkunzip, and other Windows zip utilities. This utility is necessary to install several packages in a pure Darwin installation, as Darwin does not come with zip/unzip.

      Homepage: http://www.info-zip.org/pub/infozip/Zip.html
      master_sites ftp://ftp.info-zip.org/pub/infozip/src/ http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/ macports
      distname ${name}[strsed ${version} {/\.//}]

      checksums md5 8a4da4460386e324debe97f3b7fe4d96 sha1 5bc562bf95d9aee0cb6625e6038898e1f191a4aa rmd160 6b9326c8a60bc6bf08825e416140fd0ca8a6a7f1

      extract.suffix .tgz

      worksrcdir ${name}-${version}

      set args "-f unix/Makefile"

      configure.cmd ${build.cmd}
      configure.dir ${worksrcpath}
      configure.pre_args flags ${args}

      build.target generic
      build.args ${args}

      destroot.args ${args} BINDIR=${destroot}${prefix}/bin MANDIR=${destroot}${prefix}/share/man/man1

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES LICENSE README TODO WHATSNEW ${destroot}${docdir}
      }

      Variant: universal {
      configure.args "LOCAL_ZIP=\"${configure.universal_cflags}\""

      post-patch {
      reinplace -E "s|(LFLAGS1=\")|\\1${configure.universal_ldflags}|" ${worksrcpath}/unix/configure
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test