unrar version 3.7.8 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    unrar  most recent diff


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



      # $Id: Portfile 31424 2007-11-22 20:51:25Z nox macports.org $

      PortSystem 1.0

      Name: unrar
      set my_name ${name}src
      Version: 3.7.8
      Category: archivers
      Platform: darwin freebsd
      Maintainers: nox
      Description: Extract, view & test RAR archives

      Long Description: The unRAR utility is a minor part of the RAR archiver and contains RAR uncompression algorithm. unRAR requires very small volume of memory to operate.

      Homepage: http://www.rarlab.com/
      master_sites ${homepage}rar/
      distname ${my_name}-${version}

      checksums md5 b783f1932bc0c73902c6399f7c2c6f43 sha1 b2146b8021274cd6a0a3b816b2ec6f241c62baea rmd160 0cabdd5f3d0698889dddff56669eafdcb922c327

      worksrcdir ${name}

      # configure.universal_ldflags-append -isysroot ${sysroot}
      configure.universal_ldflags-append -isysroot /Developer/SDKs/MacOSX10.4u.sdk

      configure {
      reinplace -E "/^CXXFLAGS/s|\$| [join ${configure.cflags}]\\\n LDFLAGS=[join ${configure.ldflags}]|" ${worksrcpath}/makefile.unix
      }

      build.args -f makefile.unix

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

      xinstall -d ${destroot}${docdir}
      xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
      xinstall -m 0644 ${worksrcpath}/license.txt ${destroot}${docdir}
      }

      livecheck.check regex
      livecheck.url ${master_sites}?C=M&O=D
      livecheck.regex ${my_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/unrar
      % sudo port install unrar
      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 unrar
      ---> Verifying checksum for unrar
      ---> Extracting unrar
      ---> Configuring unrar
      ---> Building unrar with target all
      ---> Staging unrar into destroot
      ---> Installing unrar
    - 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 unrar with these commands:
      %  man unrar
      % apropos unrar
      % which unrar
      % locate unrar

     Where to find more information:

    Darwin Ports



    image test