diff options
author | will <will@FreeBSD.org> | 2001-04-07 05:39:16 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 05:39:16 +0000 |
commit | b1df710ce3e785e03606bab3b042e833faca8e04 (patch) | |
tree | a0b6e824d08b1a565bc14689e9cd1ff952b0e7d2 /net/etherape | |
parent | 8bc533710e9bef1c02125162099999d9e8272b2e (diff) | |
download | FreeBSD-ports-b1df710ce3e785e03606bab3b042e833faca8e04.zip FreeBSD-ports-b1df710ce3e785e03606bab3b042e833faca8e04.tar.gz |
Add etherape 0.5.7, a graphical network traffic visualization tool
for gnome.
PR: 26374
Submitted by: Holger Lamm <holger@eit.uni-kl.de>
Diffstat (limited to 'net/etherape')
-rw-r--r-- | net/etherape/Makefile | 22 | ||||
-rw-r--r-- | net/etherape/distinfo | 1 | ||||
-rw-r--r-- | net/etherape/pkg-comment | 1 | ||||
-rw-r--r-- | net/etherape/pkg-descr | 6 | ||||
-rw-r--r-- | net/etherape/pkg-plist | 11 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile new file mode 100644 index 0000000..1313acf --- /dev/null +++ b/net/etherape/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: etherape +# Date created: 4 April 2001 +# Whom: Holger Lamm <holger@eit.uni-kl.de> +# +# $FreeBSD$ +# + +PORTNAME= etherape +PORTVERSION= 0.5.7 +CATEGORIES= net gnome +MASTER_SITES= http://prdownloads.sourceforge.net/etherape/ \ + ftp://etherape.sourceforge.net/pub/etherape/ + +MAINTAINER= holger@eit.uni-kl.de + +LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade + +HAS_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config +MAN8= etherape.8 + +.include <bsd.port.mk> diff --git a/net/etherape/distinfo b/net/etherape/distinfo new file mode 100644 index 0000000..720dc1e --- /dev/null +++ b/net/etherape/distinfo @@ -0,0 +1 @@ +MD5 (etherape-0.5.7.tar.gz) = 4d59800707fb0c86c6c115c024544ba5 diff --git a/net/etherape/pkg-comment b/net/etherape/pkg-comment new file mode 100644 index 0000000..c6d63a3 --- /dev/null +++ b/net/etherape/pkg-comment @@ -0,0 +1 @@ +A graphical network traffic visualization tool for gnome diff --git a/net/etherape/pkg-descr b/net/etherape/pkg-descr new file mode 100644 index 0000000..6490924 --- /dev/null +++ b/net/etherape/pkg-descr @@ -0,0 +1,6 @@ +EtherApe is a graphical network monitor for Unix modeled after etherman. +Featuring ether, 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, 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. diff --git a/net/etherape/pkg-plist b/net/etherape/pkg-plist new file mode 100644 index 0000000..0da0535 --- /dev/null +++ b/net/etherape/pkg-plist @@ -0,0 +1,11 @@ +share/locale/es/LC_MESSAGES/etherape.mo +share/locale/nl/LC_MESSAGES/etherape.mo +share/locale/fr/LC_MESSAGES/etherape.mo +share/gnome/apps/Applications/etherape.desktop +share/etherape/glade/etherape.glade +@dirrm share/etherape/glade +@dirrm share/etherape +share/pixmaps/etherape.png +etc/etherape/services +@dirrm etc/etherape +sbin/etherape |