pkgsrc/net/darkstat/Makefile
bsiegert 20bae1839d Update darkstat to 3.0.719. From Bartosz Kuzma in PR pkg/50113.
v3.0.719 (24 May 2015)
 - Implement tracking of remote ports: shows which ports the host
   is making outgoing connections to. Long time feature request.
 - Bugfix: when the capture interface goes down, exit instead of
   busy-looping forever.
 - Fix "clock error" due to machine reboot.
 - SIGUSR1 now resets the time and bytes reported on the graphs
   page.
 - Account for all IP protocols.
 - Change the default ports_max to only twice the default
   ports_keep.
2015-12-28 12:02:10 +00:00

22 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/12/28 12:02:10 bsiegert Exp $
DISTNAME= darkstat-3.0.719
CATEGORIES= net
MASTER_SITES= http://unix4lyfe.org/darkstat/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://unix4lyfe.org/darkstat/
COMMENT= Network statistics gatherer
LICENSE= gnu-gpl-v2
BUILD_TARGET= darkstat
GNU_CONFIGURE= yes
RCD_SCRIPTS= darkstat
.include "../../devel/zlib/buildlink3.mk"
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"