Ticket #16637: Portfile

File Portfile, 1.2 KB (added by blair (Blair Zajac), 16 years ago)
Line 
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
4PortSystem 1.0
5
6name        mtr
7version     0.75
8categories  net
9maintainers mr_bond
10description 'traceroute' and 'ping' in a single tool
11long_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.
21homepage    http://www.bitwizard.nl/mtr/
22platforms   darwin
23master_sites    ftp://ftp.bitwizard.nl/mtr/ \
24                macports:blair
25checksums   md5 23baca52d0922c2ecba7eba05317868c \
26            sha1 d9d3f849e32dda8aa5a7a297c25053e5d8504b27 \
27            rmd160 d7df41c0c9b457eeff4034c9bc2f01456b8f6c68
28configure.args-append --without-gtk