Libzzip version 0.13.49 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    libzzip  most recent diff


    version 0.13.49

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


      The libzzip Portfile 58210 2009-09-24 06:56:08Z ryandesign macports.org $

      PortSystem 1.0

      Name: libzzip
      set my_name zziplib
      Version: 0.13.49
      Revision: 1
      Category: archivers devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: library providing read access on ZIP-archives

      Long Description: The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.

      Homepage: http://zziplib.sourceforge.net/
      Master Sites: sourceforge:${my_name}
      distname ${my_name}-${version}
      use_bzip2 yes

      Checksums: md5 5f7b88ebb2bcd7e8044328482d079661 sha1 72825fcbab93377d7866a8e6a9dfdef53f0343fa rmd160 3ba64880298edaf192a9a773262810ff08d710e4

      depends_run port:pkgconfig port:xmlto

      depends_lib port:zlib

      Patch Files: patch-zzib_Makefile.in.diff

      configure.args --enable-default-pkgconfigdir=${prefix}/lib/pkgconfig

      set docdir ${prefix}/share/doc/${name}-${version}

      post-destroot {
      xinstall -d ${destroot}${docdir}/html

      xinstall -m 0644 -W ${worksrcpath} COPYING.LIB ChangeLog README TODO ${destroot}${docdir}

      eval xinstall -m 0644 [glob -directory ${worksrcpath}/docs "*.{css,htm}"] ${destroot}${docdir}/html

      # We replace every soelim stub with a soft link, as ".so" groff directives
      # don't work with gzip'd manpages.

      foreach {f} [glob -directory ${destroot}${prefix}/share/man/man3 *.3] {
      set channel [open ${f}]

      if {[regexp {^\.so (.+)$} [read -nonewline ${channel}] _ target]} {
      # This manpage is a soelim stub.
      ln -sf [file tail ${target}] ${f}
      }

      close ${channel}
      }
      }

      Variant: sdl description {Enable SDL support} {
      depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl

      configure.args-append --enable-sdl

      post-destroot {
      xinstall -m 0644 ${worksrcpath}/docs/README.SDL ${destroot}${docdir}
      }
      }

      livecheck.name ${my_name}
      livecheck.distname ${my_name}-preview

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.