lha version 1.14i-ac20050924p1 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    lha  most recent diff


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



      # $Id: Portfile 31276 2007-11-19 06:41:36Z takanori macports.org $

      PortSystem 1.0

      Name: lha
      Version: 1.14i-ac20050924p1
      revision 2
      epoch 20070826
      Category: archivers sysutils
      Maintainers: crazic.ru:jc
      Description: Utility for creating and opening lzh archives
      Long Description: ${description}
      Platform: darwin
      Homepage: http://lha.sourceforge.jp/
      #master_sites sourceforge_jp:${name}/22231
      set sfjpid 22231
      master_sites http://keihanna.dl.sourceforge.jp/lha/${sfjpid}/ http://qgpop.dl.sourceforge.jp/lha/${sfjpid}/ http://osdn.dl.sourceforge.jp/lha/${sfjpid}/
      patchfiles patch-src_header.c.diff
      checksums md5 9f52430410928ba4390a73a41a36d56f sha1 2491c8b584c21759f1d3819f57fa0e1cbc235092 rmd160 7603dc93d8afdeed6cfbaa193f68ae4283bea39b

      configure.args --mandir=${prefix}/share/man

      test.run yes
      test.target check

      destroot.target install-strip

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

      xinstall -d ${destroot}${docdir}/olddoc
      xinstall -m 0644 -W ${worksrcpath} ChangeLog Hacking_of_LHa header.doc.euc ${destroot}${docdir}
      eval xinstall -m 0644 [glob ${worksrcpath}/olddoc/*.{txt,euc,eng}] ${destroot}${docdir}/olddoc
      }

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

     Where to find more information:

    Darwin Ports



    image test