Ticket #11919: Portfile

File Portfile, 881 bytes (added by ecronin (Eric Cronin), 17 years ago)
Line 
1# $Id: $
2
3PortSystem 1.0
4
5name            iftop
6version         0.17
7categories      sysutils net
8platforms       darwin
9maintainers     ecronin@gizmolabs.org
10description     display bandwidth usage on an interface
11long_description \
12    iftop does for network usage what top(1) does for CPU usage. It \
13    listens to network traffic on a named interface and displays a \
14    table of current bandwidth usage by pairs of hosts. Handy for \
15    answering the question \"why is our ADSL link so slow?\".
16
17homepage        http://www.ex-parrot.com/~pdw/iftop/
18master_sites    http://www.ex-parrot.com/~pdw/iftop/download/
19checksums       md5 062bc8fb3856580319857326e0b8752d \
20                sha1 75ce6afc8c0bf851278b0a15e66f523af90cfda9 \
21                rmd160 0111fdd3d2ba068acd41d9279c987d6699840736
22
23depends_lib     lib:libpcap:libpcap \
24                lib:libncurses:ncurses
25