Ticket #10930: Portfile

File Portfile, 1.2 KB (added by blair (Blair Zajac), 17 years ago)

Updated Portfile

Line 
1# $Id: Portfile,v 1.12 2006/08/08 07:07:54 yeled Exp $
2
3PortSystem 1.0
4name        mtr
5version     0.72
6categories  net security
7maintainers yeled@macports.org
8description 'traceroute' and 'ping' in a single tool
9long_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.
19homepage    http://www.bitwizard.nl/mtr/
20platforms   darwin
21master_sites    ftp://ftp.bitwizard.nl/mtr/ \
22                http://www-devel.orcaware.com/packages/macports/net/mtr/
23checksums   md5 d771061f8da96b80ecca2f69a3a2d594 \
24            sha1 afc26c9e8a30eba7ca92ba68d4489b0c9c07977d \
25            rmd160 69843b82fb2de2b2a597c21a62d8eb9473df31b6
26configure.args  --mandir=${prefix}/share/man --without-gtk
27configure.env   "CPPFLAGS=-DBIND_8_COMPAT"
28build.env   "CPPFLAGS=-DBIND_8_COMPAT"