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

    version 20090128

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


      The dnstop Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: dnstop
      Version: 20090128
      Category: net
      Platform: darwin
      Maintainers: pmq openmaintainer

      Description: dnstop is a libpcap application that displays tables of DNS traffic
      Long Description: ${description}

      Homepage: http://dnstop.measurement-factory.com
      Master Sites: ${homepage}/src

      Checksums: md5 827a0d2020b157b925411dd30b6feff3
      depends_lib port:libpcap port:ncurses

      Patch Files: patch-hashtbl.h.diff

      post-configure {
      # using the short form it'll pick up the /usr/lib one
      reinplace "s|-lcurses|-lncurses|" ${worksrcpath}/Makefile
      }

      build.env LDFLAGS=${configure.ldflags} CPPFLAGS="${configure.cppflags} -I${prefix}/include/ncurses"

      destroot {
      xinstall -W ${worksrcpath} ${name} ${destroot}${prefix}/bin/
      xinstall -W ${worksrcpath} ${name}.8 ${destroot}${prefix}/share/man/man8/
      }

      livecheck.url ${master_sites}/MD5s.txt
      livecheck.type moddate

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.