# -*- 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 PortSystem 1.0 name etherape version 0.9.15 revision 2 categories net license GPL-2+ maintainers nomaintainer description graphical network monitor long_description EtherApe is a graphical network monitor for Unix modeled after \ etherman. Featuring link layer, ip and TCP modes, it displays network \ activity graphically. Hosts and links change in size with traffic. \ Color coded protocols display. It supports Ethernet, FDDI, Token \ Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, \ and can read traffic from a file as well as live from the network. homepage http://etherape.sourceforge.net/ master_sites sourceforge platforms darwin checksums rmd160 a346556821241337e73bcc7e113dcbe5a58445f5 \ sha256 f8ed6e847f6f34c801a2ceb9d7781edda1d3a270ebc9874a3dd8a37eabd3fa7f \ size 1449612 depends_build port:gnome-doc-utils \ port:pkgconfig depends_lib port:desktop-file-utils \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:libglade2 \ port:libgnomeui \ port:libpcap \ port:c-ares \ port:rarian patchfiles patch-configure.diff \ patch-src-names-eth_resolv.c.diff configure.args --with-c-ares \ --disable-silent-rules \ --disable-scrollkeeper post-activate { system "${prefix}/bin/scrollkeeper-update" system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" }