argh version 0.2.1 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    argh  most recent diff


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



      # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0

      Name: argh
      Version: 0.2.1
      Category: lang
      Platform: darwin
      Maintainers: nomaintainer
      Description: an interpreter for the GOTO languages Argh! and Aargh!
      Long Description: ${description}

      Homepage: http://www.sha-bang.de/index.php?page=13_eso
      master_sites http://www.sha-bang.de/content/13_eso/
      checksums md5 00e69cd2de10ffbec1d4b581f2f43f2f
      extract.suffix .tgz

      use_configure no

      destroot {
      xinstall -m 755 -W ${worksrcpath} argh aargh ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 -W ${worksrcpath} Argh-Spec.txt README COPYING ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/examples 2dec.agh beer.agh cat1.agh cat2.agh cat2dec.agh cat3.agh hello.agh revert.agh revert2.agh tenhello.agh tricky1.agh ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 -W ${worksrcpath}/contrib fib.agh quine.agh rot13.agh ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 755 -d ${destroot}${prefix}/share/vim/vim62/syntax
      xinstall -m 644 ${worksrcpath}/contrib/argh.vim ${destroot}${prefix}/share/vim/vim62/syntax
      }

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

     Where to find more information:

    Darwin Ports



    image test