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:
parent
c38d9bb6e0
commit
9d1f5b94a7
26
net/darkstat/Makefile
Normal file
26
net/darkstat/Makefile
Normal 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
4
net/darkstat/distinfo
Normal 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
10
net/darkstat/pkg/DESCR
Normal 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
3
net/darkstat/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user