Bug 120825 - New Port: net/vnstat, A console-based network traffic monitor
Summary: New Port: net/vnstat, A console-based network traffic monitor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-18 19:30 UTC by Dennis Herrmann
Modified: 2008-02-19 20:30 UTC (History)
0 users

See Also:


Attachments
file.shar (8.91 KB, text/plain)
2008-02-18 19:30 UTC, Dennis Herrmann
no flags Details
vnstat (8.94 KB, application/octet-stream)
2008-02-18 20:52 UTC, Dennis Herrmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Herrmann 2008-02-18 19:30:01 UTC
vnStat is a console-based network traffic monitor. It keeps  a  log  of
hourly,  daily  and  monthly  network  traffic  for the selected inter-
face(s). However, it isn't a packet sniffer. The traffic information is
analyzed  from the filesystem. That way vnStat can be used even
without root permissions.
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-02-19 06:14:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2008-02-19 17:21:06 UTC
State Changed
From-To: open->feedback

Waiting for maintainer feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-19 20:19:18 UTC
beech       2008-02-19 20:18:53 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/vnstat           Makefile distinfo pkg-descr pkg-plist 
    net/vnstat/files     patch-Makefile patch-cfg.c patch-vnstat.c 
                         pkg-message.in 
  Log:
  vnStat is a console-based network traffic monitor. It keeps a log of
  hourly, daily and monthly network traffic for the selected interface(s).
  However, it isn't a packet sniffer. The traffic information is analyzed
  from the proc(5) filesystem. That way vnStat can be used even
  without root permissions.
  
  PR:             ports/120825
  Submitted by:   Dennis Herrmann <adox at mcx2.org> (maintainer)
  
  Revision  Changes    Path
  1.1967    +1 -0      ports/net/Makefile
  1.1       +38 -0     ports/net/vnstat/Makefile (new)
  1.1       +3 -0      ports/net/vnstat/distinfo (new)
  1.1       +123 -0    ports/net/vnstat/files/patch-Makefile (new)
  1.1       +31 -0     ports/net/vnstat/files/patch-cfg.c (new)
  1.1       +13 -0     ports/net/vnstat/files/patch-vnstat.c (new)
  1.1       +9 -0      ports/net/vnstat/files/pkg-message.in (new)
  1.1       +7 -0      ports/net/vnstat/pkg-descr (new)
  1.1       +3 -0      ports/net/vnstat/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2008-02-19 20:19:45 UTC
State Changed
From-To: feedback->closed

Committed (with minor changes), Thanks!