1 | # $Id: Portfile,v 1.12 2006/08/08 07:07:54 yeled Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name mtr |
---|
5 | version 0.72 |
---|
6 | categories net security |
---|
7 | maintainers yeled@macports.org |
---|
8 | description 'traceroute' and 'ping' in a single tool |
---|
9 | long_description \ |
---|
10 | As mtr starts, it investigates the network connection \ |
---|
11 | between the host mtr runs on and HOSTNAME. by sending \ |
---|
12 | packets with purposly low TTLs. It continues to send pack- \ |
---|
13 | ets with low TTL, noting the response time of the inter- \ |
---|
14 | vening routers. This allows mtr to print the response \ |
---|
15 | percentage and response times of the internet route to \ |
---|
16 | HOSTNAME. A sudden increase in packetloss or response \ |
---|
17 | time is often an indication of a bad (or simply over- \ |
---|
18 | loaded) link. |
---|
19 | homepage http://www.bitwizard.nl/mtr/ |
---|
20 | platforms darwin |
---|
21 | master_sites ftp://ftp.bitwizard.nl/mtr/ \ |
---|
22 | http://www-devel.orcaware.com/packages/macports/net/mtr/ |
---|
23 | checksums md5 d771061f8da96b80ecca2f69a3a2d594 \ |
---|
24 | sha1 afc26c9e8a30eba7ca92ba68d4489b0c9c07977d \ |
---|
25 | rmd160 69843b82fb2de2b2a597c21a62d8eb9473df31b6 |
---|
26 | configure.args --mandir=${prefix}/share/man --without-gtk |
---|
27 | configure.env "CPPFLAGS=-DBIND_8_COMPAT" |
---|
28 | build.env "CPPFLAGS=-DBIND_8_COMPAT" |
---|