dzip version 2.9 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    dzip  most recent diff


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



      # $Id: Portfile 30796 2007-11-07 08:59:34Z ryandesign macports.org $

      PortSystem 1.0

      Name: dzip
      Version: 2.9
      Category: archivers
      Maintainers: nomaintainer
      Description: file compression tool

      Long Description: Dzip is a program for file compression. Its advantage over more popular compression software is in the size of the program, easily fitting on a floppy disk. Dzip's original purpose was to compress demo recordings of the id software game Quake.

      Homepage: http://speeddemosarchive.com/dzip/
      master_sites ${homepage}
      distname dz[strsed ${version} {/\.//}]src
      use_zip yes

      checksums md5 b02d69c7c6ee491380d77f26c6f5a6e0 sha1 64e7b0d07c55aaa22bbcf04066135b5a9968e5ee rmd160 4719785c312a577eb7b1aacad43a24b6fd8a4ed2

      extract.dir ${worksrcpath}

      pre-extract {
      file mkdir ${worksrcpath}
      }

      use_configure no

      build.target ${name}
      build.args -f Makefile.linux

      destroot {
      xinstall ${worksrcpath}/dzip ${destroot}${prefix}/bin

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

      Variant: universal {
      build.args-append "LDFLAGS=\"${configure.universal_ldflags}\""

      post-patch {
      reinplace -E "s|^(CFLAGS.*)\r\$|\\1 ${configure.universal_cflags}|" ${worksrcpath}/Makefile.linux
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test