# $Id: Portfile,v 1.11 2006/07/26 05:25:08 yeled Exp $ PortSystem 1.0 name mtr version 0.71 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 8c1c9f5db2c599eea3b12bfed8b80618 configure.args --mandir=${prefix}/share/man --without-gtk configure.env "CPPFLAGS=-DBIND_8_COMPAT" build.env "CPPFLAGS=-DBIND_8_COMPAT"