# $Id: Portfile,v 1.6 2003/03/03 07:09:36 mij Exp $ PortSystem 1.0 name nsping version 0.8 revision 1 categories net maintainers fkr@opendarwin.org description DNS ping long_description Nsping uses DNS queries to monitor reachability \ and operation of nameservers, as well as the latency \ of DNS queries. It does this by sending random recursive \ DNS queries to the nameserver (avoiding the effects of \ DNS caching) and measuring the amount of time between \ the sending of the query and the receipt of the response packet. platforms darwin master_sites http://www.opendarwin.org/~fkr/ checksums md5 64785a50eb065a9b28ee33ec8c1ccab2 extract.post_args | gnutar -x configure {} build.target install { cd ${worksrcpath} system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 555 nsping ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/man/man8" system "install -o root -m 644 -c nsping.8 ${destroot}${prefix}/man/man8" }