Here is an update to darkstat 3.0.717. One nice new feature is darkstat can now monitor multiple interfaces.
OK? Index: Makefile =================================================================== RCS file: /home/cvs/ports/net/darkstat/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile 11 Mar 2013 11:35:46 -0000 1.18 +++ Makefile 4 Oct 2013 02:37:12 -0000 @@ -2,7 +2,7 @@ COMMENT= network statistics gatherer with graphs -DISTNAME= darkstat-3.0.715 +DISTNAME= darkstat-3.0.717 CATEGORIES= net www HOMEPAGE= http://unix4lyfe.org/darkstat/ Index: distinfo =================================================================== RCS file: /home/cvs/ports/net/darkstat/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- distinfo 19 Mar 2012 11:54:10 -0000 1.12 +++ distinfo 4 Oct 2013 02:37:19 -0000 @@ -1,5 +1,2 @@ -MD5 (darkstat-3.0.715.tar.bz2) = W3q8dTjc2OMGZ9rBUOgddw== -RMD160 (darkstat-3.0.715.tar.bz2) = 2FqwCuc7o4j7zM+gCi+vwCg4xRM= -SHA1 (darkstat-3.0.715.tar.bz2) = 5jX3rgxt/jp9H6w4VcpzMYcWOXM= -SHA256 (darkstat-3.0.715.tar.bz2) = SSaUTuG67gMtDSClQlsTtHFiWqigUXcBHz2jw9+DNDk= -SIZE (darkstat-3.0.715.tar.bz2) = 110881 +SHA256 (darkstat-3.0.717.tar.bz2) = mTO2egrv7F7T4cfbTuM6PFKh+u8hm1yGLkt7S7Zx2K0= +SIZE (darkstat-3.0.717.tar.bz2) = 112436 Index: patches/patch-err_c =================================================================== RCS file: /home/cvs/ports/net/darkstat/patches/patch-err_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-err_c --- patches/patch-err_c 19 Mar 2012 11:54:10 -0000 1.2 +++ patches/patch-err_c 4 Oct 2013 01:04:08 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-err_c,v 1.2 2012/03/19 11:54:10 sthen Exp $ ---- err.c.orig Tue Jun 7 06:54:05 2011 -+++ err.c Tue Jun 7 18:18:59 2011 -@@ -51,7 +51,7 @@ to_syslog(const char *type, const int want_err, +--- err.c.orig Thu Aug 8 06:32:22 2013 ++++ err.c Thu Oct 3 21:03:57 2013 +@@ -50,7 +50,7 @@ to_syslog(const char *type, const int want_err, strlcat(buf, ": ", sizeof(buf)); strlcat(buf, strerror(saved_errno), sizeof(buf)); } -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
