Netwag version 5.30.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 5.30.0

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


      The netwag Portfile 40669 2008-10-10 07:01:37Z ryandesign macports.org $

      PortSystem 1.0

      Name: netwag
      Version: 5.30.0
      set NetWVers 530
      Category: net
      Platform: darwin
      Maintainers: jmpp openmaintainer

      Description: Graphical front end for the netwox toolkbox.
      Long Description: Netwag is a TCL/TK based graphical frontend for the netwox network toolbox, based on the netwib library. It allows one to easily search amongst tools proposed in netwox and run them, construct command line instructions, keep a history of commands, etc.

      Homepage: http://www.laurentconstantin.com/
      Master Sites: ${homepage}common/netw/${name}/download/v5/ http://www.mirrors.wiretapped.net/security/packet-construction/${name}
      extract.suffix .tgz
      distfiles ${distname}-src${extract.suffix} ${distname}-doc_html${extract.suffix}
      Checksums: ${distname}-src${extract.suffix} md5 af47cdfad4d705bafaaa047909422afb ${distname}-doc_html${extract.suffix} md5 c6c754608780edcd7a33cd1106d9ae5d

      depends_lib bin:wish:tk bin:netwox${NetWVers}:netwox

      worksrcdir ${distname}-src/src

      Patch Files: patch-config.dat.diff

      post-patch {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/config.dat
      }

      configure.pre_args {}
      configure.cmd ./genemake

      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
      file copy ${workpath}/${distname}-doc_html ${destroot}${prefix}/share/doc/${name}/html
      xinstall -m 644 -v -W ${worksrcpath}/../doc/ changelog.txt credits.txt todo.txt ${destroot}${prefix}/share/doc/${name}/
      }

      post-activate {
      ui_msg "\nFull html documentation is installed as part of the port at:\n
      ${prefix}/share/doc/${name}/html/\n"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.