diff options
author | damon <damon> | 2001-11-11 22:06:45 +0000 |
---|---|---|
committer | damon <damon> | 2001-11-11 22:06:45 +0000 |
commit | 1e0c6b0367528375f1d6a17c44f6a38a82f33287 (patch) | |
tree | d63ce770d7586963e544a3fbc697cf93dd341507 /net/etherape | |
parent | 1679b371a571d2f71bed380ccf180cc9f9b4fe65 (diff) | |
download | pkgsrc-1e0c6b0367528375f1d6a17c44f6a38a82f33287.tar.gz |
Adding Etherape 0.8.2
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.
Diffstat (limited to 'net/etherape')
-rw-r--r-- | net/etherape/DESCR | 6 | ||||
-rw-r--r-- | net/etherape/Makefile | 18 | ||||
-rw-r--r-- | net/etherape/PLIST | 50 | ||||
-rw-r--r-- | net/etherape/distinfo | 4 |
4 files changed, 78 insertions, 0 deletions
diff --git a/net/etherape/DESCR b/net/etherape/DESCR new file mode 100644 index 00000000000..0f64227b4af --- /dev/null +++ b/net/etherape/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/net/etherape/Makefile b/net/etherape/Makefile new file mode 100644 index 00000000000..6799b7d46dd --- /dev/null +++ b/net/etherape/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/11 22:06:45 damon Exp $ + +DISTNAME= etherape-0.8.2 +CATEGORIES= gnome net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/} + +MAINTAINER= damon@netbsd.org +HOMEPAGE= http://etherape.sourceforge.net/ +COMMENT= graphical network monitor + +USE_GMAKE= #defined +USE_X11BASE= #defined +HAS_CONFIGURE= #defined +CONFIGURE_ARGS+= --prefix ${PREFIX} +PLIST_SUBST+= MKDIR='${MKDIR}' + +.include "../../devel/libglade/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/etherape/PLIST b/net/etherape/PLIST new file mode 100644 index 00000000000..7eb6637d1cd --- /dev/null +++ b/net/etherape/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/11 22:06:45 damon Exp $ +bin/etherape +etc/etherape/services +lib/locale/es/LC_MESSAGES/etherape.mo +lib/locale/fr/LC_MESSAGES/etherape.mo +lib/locale/nl/LC_MESSAGES/etherape.mo +man/man1/etherape.1 +share/etherape/glade/etherape.glade +share/etherape/glade/etherape.png +share/etherape/glade/pause.xpm +share/etherape/glade/play.xpm +share/etherape/glade/stop.xpm +share/gnome/apps/Applications/etherape.desktop +share/gnome/help/etherape/C/authors.html +share/gnome/help/etherape/C/bugs.html +share/gnome/help/etherape/C/docbook.css +share/gnome/help/etherape/C/index.html +share/gnome/help/etherape/C/license.html +share/gnome/help/etherape/C/ln7.html +share/gnome/help/etherape/C/prefs.html +share/gnome/help/etherape/C/stylesheet-images/caution.gif +share/gnome/help/etherape/C/stylesheet-images/home.gif +share/gnome/help/etherape/C/stylesheet-images/important.gif +share/gnome/help/etherape/C/stylesheet-images/next.gif +share/gnome/help/etherape/C/stylesheet-images/note.gif +share/gnome/help/etherape/C/stylesheet-images/prev.gif +share/gnome/help/etherape/C/stylesheet-images/tip.gif +share/gnome/help/etherape/C/stylesheet-images/toc-blank.gif +share/gnome/help/etherape/C/stylesheet-images/toc-minus.gif +share/gnome/help/etherape/C/stylesheet-images/toc-plus.gif +share/gnome/help/etherape/C/stylesheet-images/up.gif +share/gnome/help/etherape/C/stylesheet-images/warning.gif +share/gnome/help/etherape/C/topic.dat +share/gnome/help/etherape/C/usage.html +share/pixmaps/etherape.png +@dirrm share/gnome/help/etherape/C/stylesheet-images +@dirrm share/gnome/help/etherape/C +@dirrm share/gnome/help/etherape +@dirrm share/gnome/help +@dirrm share/gnome/apps/Applications +@dirrm share/etherape/glade +@dirrm share/etherape +@dirrm lib/locale/nl/LC_MESSAGES +@dirrm lib/locale/nl +@dirrm lib/locale/fr/LC_MESSAGES +@dirrm lib/locale/fr +@dirrm lib/locale/es/LC_MESSAGES +@dirrm lib/locale/es +@dirrm lib/locale +@dirrm etc/etherape diff --git a/net/etherape/distinfo b/net/etherape/distinfo new file mode 100644 index 00000000000..17101d6ecf6 --- /dev/null +++ b/net/etherape/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/11 22:06:45 damon Exp $ + +SHA1 (etherape-0.8.2.tar.gz) = bbcaf88da3784dc5fbdeca577113d20438fa1dab +Size (etherape-0.8.2.tar.gz) = 421861 bytes |