# $Id: Portfile,v 1.10 2005/08/30 06:46:54 yeled Exp $ PortSystem 1.0 name mtr version 0.69 categories net security maintainers yeled@opendarwin.org description 'traceroute' and 'ping' in a single tool long_description \ As mtr starts, it investigates the network connection \ between the host mtr runs on and HOSTNAME. by sending \ packets with purposly low TTLs. It continues to send pack- \ ets with low TTL, noting the response time of the inter- \ vening routers. This allows mtr to print the response \ percentage and response times of the internet route to \ HOSTNAME. A sudden increase in packetloss or response \ time is often an indication of a bad (or simply over- \ loaded) link. homepage http://www.bitwizard.nl/mtr/ platforms darwin master_sites ftp://ftp.bitwizard.nl/mtr/ checksums md5 58904d6d8d70114195cdeb653d56914c configure.args --mandir=${prefix}/share/man --without-gtk configure.env "CPPFLAGS=-DBIND_8_COMPAT" build.env "CPPFLAGS=-DBIND_8_COMPAT"