checkdns version 0.5 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    checkdns  most recent diff


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



      # $Id: Portfile 33650 2008-02-02 15:24:13Z ryandesign macports.org $

      PortSystem 1.0

      Name: checkdns
      Version: 0.5
      Category: net
      Platform: darwin
      Maintainers: nomaintainer
      Description: A domain name server analysis and reporting tool
      Long Description: ${description}

      Homepage: http://www.enderunix.org/checkdns/
      master_sites http://www.enderunix.org/checkdns/
      checksums md5 7420cc7a01217391bb3eb4a2e7da1e96
      patchfiles patch-dns.c.diff patch-main.c.diff patch-Makefile.diff

      configure {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/checkdns.conf-dist
      reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/main.c
      }

      build.target compile

      destroot {
      xinstall -m 755 ${worksrcpath}/checkdns ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/etc/${name} ${destroot}${prefix}/share/${name}
      xinstall -m 644 ${worksrcpath}/checkdns.conf-dist ${destroot}${prefix}/etc/${name}/checkdns.conf.sample
      file copy ${worksrcpath}/lang ${destroot}${prefix}/share/${name}
      }

      platform darwin 8 { build.args CC=/usr/bin/gcc-4.0 }


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

     Where to find more information:

    Darwin Ports



    image test