Ticket #44984: Portfile-iftop.whitespace.diff

File Portfile-iftop.whitespace.diff, 2.1 KB (added by Schamschula (Marius Schamschula), 10 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44
    5 name            iftop
    6 version         1.0
    7 distname        ${name}-${version}pre2
    8 categories      net
    9 maintainers     nomaintainer
    10 description     display bandwidth usage on an interface
    11 long_description        iftop does for network usage what top(1) does for CPU \
    12                         usage. It listens to network traffic on a named \
    13                         interface and displays a table of current bandwidth \
    14                         usage by pairs of hosts. Handy for answering the \
    15                         question \"why is our ADSL link so slow?\".
    16 homepage        http://www.ex-parrot.com/~pdw/iftop/
    17 master_sites    http://www.ex-parrot.com/~pdw/iftop/download/
    18 checksums       md5 fef521a49ec0122458d02c64212af3c5
    19 platforms       darwin
     5name                iftop
     6version             1.0
     7distname            ${name}-${version}pre2
     8categories          net
     9maintainers         nomaintainer
     10description         display bandwidth usage on an interface
     11long_description    iftop does for network usage what top(1) does for CPU \
     12                    usage. It listens to network traffic on a named \
     13                    interface and displays a table of current bandwidth \
     14                    usage by pairs of hosts. Handy for answering the \
     15                    question \"why is our ADSL link so slow?\".
     16homepage            http://www.ex-parrot.com/~pdw/iftop/
     17master_sites        http://www.ex-parrot.com/~pdw/iftop/download/
     18
     19checksums           md5 fef521a49ec0122458d02c64212af3c5
     20
     21platforms           darwin
    2022
    21 depends_lib     port:libpcap port:ncurses
     23depends_lib         port:libpcap port:ncurses
    2224
    23 configure.args  --with-libpcap=${prefix} \
    24                 --mandir=${prefix}/share/man
     25configure.args      --with-libpcap=${prefix} \
     26                    --mandir=${prefix}/share/man
    2527
    26 patchfiles      patch-configure.diff
     28patchfiles          patch-configure.diff
    2729
    28 post-patch      { reinplace {s|@@PREFIX@@|${prefix}|} ${worksrcpath}/configure }
     30post-patch          { reinplace {s|@@PREFIX@@|${prefix}|} ${worksrcpath}/configure }