unalz version 0.61 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    unalz  most recent diff


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



      # $Id: Portfile 29068 2007-09-14 12:53:38Z nox macports.org $

      PortSystem 1.0

      Name: unalz
      Version: 0.61
      Category: archivers
      Platform: darwin
      Maintainers: minskim bawi.org
      Description: unarchiver for the AlZip format

      Long Description: Unalz is a BSD-licensed unarchiver for AlZip format which requires proprietary and win32-only software but widely used in Korea.

      Homepage: http://www.kipple.pe.kr/win/unalz/
      master_sites ${homepage}
      extract.suffix .tgz

      depends_lib port:libiconv

      checksums md5 f3ee5bad439f10e06b089b8db38b7566 sha1 a6cab2a02b7f44957211e694b7d8d144840b2255 rmd160 68cb957aeacfc8452e01637f7e0a50939d515ab6

      worksrcdir unalz

      post-patch {
      reinplace "s|/usr/local|\$(DESTDIR)${prefix}|" ${worksrcpath}/Makefile
      }

      configure {
      set CFLAGS [join ${configure.cflags} " "]
      reinplace -E "/^CFLAGS/s|\$|${CFLAGS}\\\nCPPFLAGS=${CFLAGS}|" ${worksrcpath}/Makefile
      reinplace -E "/^LDFLAGS/s|\$|[join ${configure.ldflags} " "]|" ${worksrcpath}/Makefile
      }

      build.target posix-utf8

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 ${worksrcpath}/readme.txt ${destroot}${docdir}
      }

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

     Where to find more information:

    Darwin Ports



    image test