nawk version 20070501 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    nawk  most recent diff


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



      # $Id: Portfile 30667 2007-11-02 23:34:44Z landonf macports.org $

      PortSystem 1.0
      Name: nawk
      Version: 20070501
      Category: lang
      Maintainers: nomaintainer
      Description: the one true awk
      Long Description: Kernighan's canonical implementation of awk.
      Homepage: http://cm.bell-labs.com/cm/cs/awkbook/
      Platform: darwin

      master_sites http://cm.bell-labs.com/cm/cs/who/bwk/
      distname awk
      checksums md5 b63342525afee1cc5e3a4211cbf87fae
      dist_subdir ${name}/${version}

      patchfiles patch-run.c

      pre-extract {
      file mkdir ${worksrcpath}
      }

      extract.dir ${worksrcpath}

      use_configure no

      build.target
      build.args CFLAGS="-DHAS_ISBLANK"

      destroot {
      xinstall ${worksrcpath}/a.out ${destroot}${prefix}/bin/nawk
      xinstall ${worksrcpath}/awk.1 ${destroot}${prefix}/share/man/man1
      }

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

     Where to find more information:

    Darwin Ports



    image test