import darkstat 3.0.471

Darkstat is a packet sniffer which runs as a background process on
a cable/DSL router, gathers all sorts of useless but interesting
statistics, and serves them over HTTP. Features:
* Traffic graphs.
* Tracks traffic per host.
* Tracks traffic per TCP and UDP port for each host.
* Embedded web-server with deflate compression.
* Asynchronous reverse DNS resolution using a child process.
* Small. Portable. Single-threaded. Efficient.

ok mbalmer@
This commit is contained in:
jasper 2006-06-18 17:26:20 +00:00
parent c38d9bb6e0
commit 9d1f5b94a7
4 changed files with 43 additions and 0 deletions

26
net/darkstat/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/18 17:26:20 jasper Exp $
COMMENT= "network statistics gatherer with graphs"
DISTNAME= darkstat-3.0.471
CATEGORIES= net www
HOMEPAGE= http://dmr.ath.cx/net/darkstat/
# BSD with some code GPL'ed
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap z
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
ALL_TARGET= # Empty
NO_REGRESS= Yes
.include <bsd.port.mk>

4
net/darkstat/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (darkstat-3.0.471.tar.bz2) = be61f5cccf3d87a5b2f69ace8a60d766
RMD160 (darkstat-3.0.471.tar.bz2) = 8d945d819fc3be819663ad2ec04239fc3fda015c
SHA1 (darkstat-3.0.471.tar.bz2) = b7c9f36d267ce3d1657eb11fb82ad31c790ac863
SIZE (darkstat-3.0.471.tar.bz2) = 69974

10
net/darkstat/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
Darkstat is a packet sniffer which runs as a background process on
a cable/DSL router, gathers all sorts of useless but interesting
statistics, and serves them over HTTP. Features:
* Traffic graphs.
* Tracks traffic per host.
* Tracks traffic per TCP and UDP port for each host.
* Embedded web-server with deflate compression.
* Asynchronous reverse DNS resolution using a child process.
* Small. Portable. Single-threaded. Efficient.

3
net/darkstat/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/18 17:26:20 jasper Exp $
@man man/man1/darkstat.1
sbin/darkstat