Netwox version 5.30.0 - How to Download and Install on Mac OS X
Saturday the 4th of July, 2009

    version 5.30.0

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


      The netwox Portfile 39500 2008-08-22 11:21:01Z jmr macports.org $

      PortSystem 1.0

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

      Description: Toolbox with several features to test an Ethernet/IP network.
      Long Description: Netwox is a toolbox containing 197 tools implemented from the Network Library netwib. They help to find and solve network problems with common techniques such as sniffing and spoffing, analazing DNS, FTP, HTTP, IRC, NNTP, SMTP, SNMP, SYSLOG, TELNET and TFTP traffic, scans, ping and traceroute, client/servers implementations, 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 4fb5e2d21ce6fac6f6442f3d9556e3e6 ${distname}-doc_html${extract.suffix} md5 7d1899ebdf45862d4e230371048d860b

      depends_lib lib:libnetwib${NetWVers}:netwib

      worksrcdir ${distname}-src/src

      pre-configure {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/config.dat
      reinplace "s|\\(NETWOXDEF_PROGCC_INC=\\)\"\"|\\1-I${prefix}/include|g" ${worksrcpath}/config.dat
      reinplace "s|\\(NETWOXDEF_PROGCC_LIB=\\)\"\"|\\1-L${prefix}/lib|g" ${worksrcpath}/config.dat
      reinplace "s|man|share/man|g" ${worksrcpath}/config.dat
      reinplace "s|share/man1|man1|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 guidestyle.txt todo.txt toollist.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/netwox
      % sudo port install netwox
      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 netwox
      ---> Verifying checksum for netwox
      ---> Extracting netwox
      ---> Configuring netwox
      ---> Building netwox with target all
      ---> Staging netwox into destroot
      ---> Installing netwox
    - 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 netwox with these commands:
      %  man netwox
      % apropos netwox
      % which netwox
      % locate netwox

     Where to find more information:

    Darwin Ports



    Lightbox this page.