diff options
author | anders <anders@FreeBSD.org> | 2002-02-25 02:55:04 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-02-25 02:55:04 +0800 |
commit | 49be4d3ec3c9cae35cfacaa0c605b1fc7f1c1871 (patch) | |
tree | 20a0d33ba20c30ae0baee8f02debc65cab5a1dff /net | |
parent | 0b0a4b9875543c203e473b91f0dc2062eb7d7032 (diff) | |
download | freebsd-ports-gnome-49be4d3ec3c9cae35cfacaa0c605b1fc7f1c1871.tar.gz freebsd-ports-gnome-49be4d3ec3c9cae35cfacaa0c605b1fc7f1c1871.tar.zst freebsd-ports-gnome-49be4d3ec3c9cae35cfacaa0c605b1fc7f1c1871.zip |
Add darkstat, a ntop-like network statistics gatherer.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/darkstat/Makefile | 30 | ||||
-rw-r--r-- | net/darkstat/distinfo | 1 | ||||
-rw-r--r-- | net/darkstat/pkg-comment | 1 | ||||
-rw-r--r-- | net/darkstat/pkg-descr | 8 | ||||
-rw-r--r-- | net/darkstat/pkg-plist | 8 |
6 files changed, 49 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8474f102bb07..47310d21c1c5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -65,6 +65,7 @@ SUBDIR += cvsup-without-gui SUBDIR += cvsupit SUBDIR += dante + SUBDIR += darkstat SUBDIR += datapipe SUBDIR += dctc SUBDIR += dctc-gui diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile new file mode 100644 index 000000000000..1a8283c201be --- /dev/null +++ b/net/darkstat/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: darkstat +# Date created: 24 February 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= darkstat +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= http://members.optushome.com.au/darkmoon7/net/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/ + +MAINTAINER= anders@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= darkstat.1 + +DOCS= AUTHORS ChangeLog INSTALL ISSUES README TODO + +post-install: +.if !defined(NOPORTDOCS) + @${INSTALL} -d -m 0755 ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/darkstat/distinfo b/net/darkstat/distinfo new file mode 100644 index 000000000000..c2d2e9ede013 --- /dev/null +++ b/net/darkstat/distinfo @@ -0,0 +1 @@ +MD5 (darkstat-1.1.tar.gz) = 2781359f167e78a8d623e345b8d531fd diff --git a/net/darkstat/pkg-comment b/net/darkstat/pkg-comment new file mode 100644 index 000000000000..84ea34be43d3 --- /dev/null +++ b/net/darkstat/pkg-comment @@ -0,0 +1 @@ +Network statistics gatherer, similar to but smaller than ntop diff --git a/net/darkstat/pkg-descr b/net/darkstat/pkg-descr new file mode 100644 index 000000000000..d7c349f511bf --- /dev/null +++ b/net/darkstat/pkg-descr @@ -0,0 +1,8 @@ +Darkstat is an ntop-workalike network statistics gatherer. Built to be faster +and smaller than ntop, it uses libpcap to capture network traffic and serves up +Web page reports of statistics such as data transferred by host, port, and +protocol. It also has a neat bandwidth usage graph. + +WWW: http://members.optushome.com.au/darkmoon7/net/darkstat.html + +-- Anders Nordby <anders@FreeBSD.org> diff --git a/net/darkstat/pkg-plist b/net/darkstat/pkg-plist new file mode 100644 index 000000000000..9868f8ecb3e9 --- /dev/null +++ b/net/darkstat/pkg-plist @@ -0,0 +1,8 @@ +sbin/darkstat +%%PORTDOCS%%share/doc/darkstat/AUTHORS +%%PORTDOCS%%share/doc/darkstat/ChangeLog +%%PORTDOCS%%share/doc/darkstat/ISSUES +%%PORTDOCS%%share/doc/darkstat/INSTALL +%%PORTDOCS%%share/doc/darkstat/README +%%PORTDOCS%%share/doc/darkstat/TODO +%%PORTDOCS%%@dirrm share/doc/darkstat |