Bug 31865 - traffic-vis-0.35.ebuild (New Package)
Bug#: 31865 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: lisa@gentoo.org Reported By: swegener@gentoo.org
Component: Ebuilds
URL: 
Summary: traffic-vis-0.35.ebuild (New Package)
Keywords:  
Status Whiteboard: 
Opened: 2003-10-23 17:38 0000
Description:   Opened: 2003-10-23 17:38 0000
Hi,

traffic-vis generates traffic stats in html, ps, text and gif formats.

It consists of one collector which runs as a daemon. On USR1 it will dump the stats to a specified file. From this file you can generate html, ps, text and gif format traffic stats with the included tools. Contains one tool for excluding specific hosts from the stats file and one for reverse name resolution. The tools are normally connected via a pipe like

traffic-resolve <traffic-vis.log | traffic-tohtml >traffic-vis.html

Depends on net-libs/libpcap and dev-libs/glib
When USE flags contains gif the optional gif support will be installed and then it also depends on media-libs/netpbm app-text/ghostscript and dev-lang/perl

Suggested category net-analyzer/traffic-vis

Sven

------- Comment #1 From Sven Wegener 2003-10-23 17:38:40 0000 -------
Created an attachment (id=19694) [details]
traffic-vis-0.35.ebuild

------- Comment #2 From Sven Wegener 2003-10-23 17:39:52 0000 -------
Created an attachment (id=19695) [details]
traffic-vis-0.35-gentoo.patch for files directory

Patches the Makefiles to use our CFLAGS for optimization

------- Comment #3 From Sven Wegener 2003-10-23 17:40:24 0000 -------
Created an attachment (id=19696) [details]
traffic-vis.conf.d for files directory

------- Comment #4 From Sven Wegener 2003-10-23 17:40:44 0000 -------
Created an attachment (id=19697) [details]
traffic-vis.init.d for files directory

------- Comment #5 From Lisa Seelye (RETIRED) 2003-10-29 16:08:24 0000 -------
Looks good, except just put the absolute location of the HOMEPAGE (ie, no
${P}), this is so people doing `less foo.ebuild` can copy/paste. ;)

Additionally, the program is licensed under BSD and not GPL.

This should be in CVS within the hour.