summaryrefslogtreecommitdiff
path: root/net/darkstat/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-19 04:41:47 +0000
committerminskim <minskim>2006-07-19 04:41:47 +0000
commitdad94bb14347aaedcf4c9a4fba143ab0f844424f (patch)
tree170de59fecccf686fb77f8692c22130ac9416cd3 /net/darkstat/Makefile
parent9a45a56ee1f161ec8058d39c4703ea0d0427790e (diff)
downloadpkgsrc-dad94bb14347aaedcf4c9a4fba143ab0f844424f.tar.gz
Import darkstat from pkgsrc-wip. Packaged by Bartosz Kuzma.
Effectively, it's 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.
Diffstat (limited to 'net/darkstat/Makefile')
-rw-r--r--net/darkstat/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile
new file mode 100644
index 00000000000..fae58cc8b7e
--- /dev/null
+++ b/net/darkstat/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/19 04:41:47 minskim Exp $
+#
+
+DISTNAME= darkstat-3.0.524
+CATEGORIES= net
+MASTER_SITES= http://dmr.ath.cx/net/darkstat/
+DIST_SUBDIR= darkstat
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= bartosz@atom.eu.org
+HOMEPAGE= http://dmr.ath.cx/net/darkstat/
+COMMENT= Network statistics gatherer
+
+BUILD_TARGET= darkstat
+
+GNU_CONFIGURE= yes
+
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"