1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 37347 2008-06-03 23:03:49Z mr_bond@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name mtr |
---|
7 | version 0.75 |
---|
8 | categories net |
---|
9 | maintainers mr_bond |
---|
10 | description 'traceroute' and 'ping' in a single tool |
---|
11 | long_description \ |
---|
12 | As mtr starts, it investigates the network connection \ |
---|
13 | between the host mtr runs on and HOSTNAME. by sending \ |
---|
14 | packets with purposly low TTLs. It continues to send pack- \ |
---|
15 | ets with low TTL, noting the response time of the inter- \ |
---|
16 | vening routers. This allows mtr to print the response \ |
---|
17 | percentage and response times of the internet route to \ |
---|
18 | HOSTNAME. A sudden increase in packetloss or response \ |
---|
19 | time is often an indication of a bad (or simply over- \ |
---|
20 | loaded) link. |
---|
21 | homepage http://www.bitwizard.nl/mtr/ |
---|
22 | platforms darwin |
---|
23 | master_sites ftp://ftp.bitwizard.nl/mtr/ \ |
---|
24 | macports:blair |
---|
25 | checksums md5 23baca52d0922c2ecba7eba05317868c \ |
---|
26 | sha1 d9d3f849e32dda8aa5a7a297c25053e5d8504b27 \ |
---|
27 | rmd160 d7df41c0c9b457eeff4034c9bc2f01456b8f6c68 |
---|
28 | configure.args-append --without-gtk |
---|