Argh version 0.2.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.2.3

      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.3 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The argh Portfile 59554 2009-10-16 18:19:13Z snc macports.org $

      PortSystem 1.0

      Name: argh
      Version: 0.2.3
      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/12_eso/
      Checksums: md5 ebc4e31c1e76cd433bbee734b95c967b sha1 ed4dec1a36d39c44084e3292e6d08226f31e2c3e rmd160 35cbc417dbe90054b6dc5cc83031bdd273a30ad7
      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
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex ${name}-(\\d+.\\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/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



    Lightbox this page.