diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 05:39:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 05:39:16 +0000 |
commit | 48b2f551aed7b6f9e56b062dbccc425656695375 (patch) | |
tree | 6fc33cb0f5d4e355cdface7aa94578b28879fb6e /net-mgmt/etherape | |
parent | ec8ffd70466190c9471e63643e703ff2d87d622a (diff) | |
download | ports-48b2f551aed7b6f9e56b062dbccc425656695375.tar.gz ports-48b2f551aed7b6f9e56b062dbccc425656695375.zip |
Notes
Diffstat (limited to 'net-mgmt/etherape')
-rw-r--r-- | net-mgmt/etherape/Makefile | 22 | ||||
-rw-r--r-- | net-mgmt/etherape/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/etherape/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/etherape/pkg-descr | 6 | ||||
-rw-r--r-- | net-mgmt/etherape/pkg-plist | 11 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile new file mode 100644 index 000000000000..1313acf494ec --- /dev/null +++ b/net-mgmt/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-mgmt/etherape/distinfo b/net-mgmt/etherape/distinfo new file mode 100644 index 000000000000..720dc1e2a758 --- /dev/null +++ b/net-mgmt/etherape/distinfo @@ -0,0 +1 @@ +MD5 (etherape-0.5.7.tar.gz) = 4d59800707fb0c86c6c115c024544ba5 diff --git a/net-mgmt/etherape/pkg-comment b/net-mgmt/etherape/pkg-comment new file mode 100644 index 000000000000..c6d63a3b5129 --- /dev/null +++ b/net-mgmt/etherape/pkg-comment @@ -0,0 +1 @@ +A graphical network traffic visualization tool for gnome diff --git a/net-mgmt/etherape/pkg-descr b/net-mgmt/etherape/pkg-descr new file mode 100644 index 000000000000..6490924d24c9 --- /dev/null +++ b/net-mgmt/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-mgmt/etherape/pkg-plist b/net-mgmt/etherape/pkg-plist new file mode 100644 index 000000000000..0da0535f37b4 --- /dev/null +++ b/net-mgmt/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 |