Ticket #44984: Portfile-iftop.pre4.diff
File Portfile-iftop.pre4.diff, 1.6 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 5 5 name iftop 6 6 version 1.0 7 distname ${name}-${version}pre2 7 revision 1 8 distname ${name}-${version}pre4 8 9 categories net 9 maintainers nomaintainer 10 platforms darwin 11 maintainers gmail.com:mschamschula openmaintainer 10 12 description display bandwidth usage on an interface 11 13 long_description iftop does for network usage what top(1) does for CPU \ 12 14 usage. It listens to network traffic on a named \ 13 15 interface and displays a table of current bandwidth \ 14 16 usage by pairs of hosts. Handy for answering the \ 15 question \"why is our ADSL link so slow?\". 17 question \"why is our ADSL link so slow?\" 18 16 19 homepage http://www.ex-parrot.com/~pdw/iftop/ 17 20 master_sites http://www.ex-parrot.com/~pdw/iftop/download/ 18 21 19 checksums md5 fef521a49ec0122458d02c64212af3c5 20 21 platforms darwin 22 checksums rmd160 10730f5deccbc090ed0d5b91de009a1af9e0c90d \ 23 sha256 f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97 22 24 23 25 depends_lib port:libpcap port:ncurses 24 26 … … 28 30 patchfiles patch-configure.diff 29 31 30 32 post-patch { reinplace {s|@@PREFIX@@|${prefix}|} ${worksrcpath}/configure } 33 34 livecheck.type regex 35 livecheck.regex ${name}-(\[0-9.\]+)pre(\[0-9.\])${extract.suffix}