unzip version 5.52 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    unzip  most recent diff


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



      # $Id: Portfile 32996 2008-01-16 10:00:49Z afb macports.org $

      PortSystem 1.0

      Name: unzip
      Version: 5.52
      Maintainers: nomaintainer
      Category: sysutils
      Platform: darwin freebsd
      Description: Decompression compatible with pkunzip

      Long Description: UnZip is an extraction utility for archives compressed in .zip format (also called \"zipfiles\"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MSDOS functionality.

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

      checksums md5 9d23919999d6eac9217d1f41472034a9 sha1 1831bd59b9e607a69052f83b263384895e2d4a19 rmd160 b749b0923bc4cceaa6f937aef688e9713a84328c

      extract.suffix .tgz

      worksrcdir ${name}-${version}

      set args "-f unix/Makefile"

      use_configure no

      build.target macosx
      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 LICENSE README ToDo ${destroot}${docdir}
      }

      Variant: universal {
      build.args-append "LOCAL_UNZIP=\"${configure.universal_cflags}\""

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

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

     Where to find more information:

    Darwin Ports



    image test