gawk version 3.1.6 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gawk  most recent diff


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



      # $Id: Portfile 32711 2008-01-11 21:44:08Z nox macports.org $

      PortSystem 1.0
      Name: gawk
      Version: 3.1.6
      Category: lang
      Maintainers: marius caos.aamu.edu
      Platform: darwin
      master_sites gnu
      Homepage: http://www.gnu.org/software/gawk/
      Description: The GNU awk utility.
      use_bzip2 yes

      Long Description: The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It is a free, extended version of awk.

      checksums md5 c9926c0bc8c177cb9579708ce67f0d75 sha1 fb45bded207af6a8e46cd63fcbb6fb064ecee607 rmd160 e2639935d87d5c9fdb115a58ab1f598b69a76216

      depends_lib port:libiconv port:gettext

      configure.args --with-libiconv-prefix=${prefix}

      test.run yes
      test.target check

      post-destroot {
      delete ${destroot}${prefix}/bin/awk
      }

      platform darwin 6 {
      depends_lib-append lib:libdl:dlcompat
      }

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

     Where to find more information:

    Darwin Ports



    image test