diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-14 01:14:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-14 01:14:44 +0000 |
commit | af7cead469757c1a594b4e5b1503f74afbdb1722 (patch) | |
tree | 5dd3350c42cb1d1af4a22d28e9b5fa86df559f6d /net-mgmt | |
parent | 5b8fe0427bc1cf2b1a46c982b8fe47eb2ec304ae (diff) | |
download | ports-af7cead469757c1a594b4e5b1503f74afbdb1722.tar.gz ports-af7cead469757c1a594b4e5b1503f74afbdb1722.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 30 | ||||
-rw-r--r-- | net-mgmt/flowscan/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-descr | 9 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-plist | 12 |
5 files changed, 53 insertions, 0 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile new file mode 100644 index 000000000000..127ec29d9e06 --- /dev/null +++ b/net-mgmt/flowscan/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: flowscan +# Date created: Di 13 Mär 2001 08:23:55 CET +# Whom: andreas@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= flowscan +PORTVERSION= 1.006 +CATEGORIES= net +MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ + +MAINTAINER= andreas@freebsd.org + +BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ + rrdtool:${PORTSDIR}/net/rrdtool \ + cflowd:${PORTSDIR}/net/cflowd \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converter/p5-Boulder \ + ${LOCALBASE}/lib/perl5/site_perl/${{PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow + +CFLOWD_FLOWSCAN_PATCH= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX}/var/flows + +pre-install: + ${MKDIR} -p ${PREFIX}/var/flows/bin + +.include <bsd.port.mk> diff --git a/net-mgmt/flowscan/distinfo b/net-mgmt/flowscan/distinfo new file mode 100644 index 000000000000..bbc3e808e600 --- /dev/null +++ b/net-mgmt/flowscan/distinfo @@ -0,0 +1 @@ +MD5 (FlowScan-1.006.tar.gz) = 3c687ae0ffab82dadeb4086f122bcee5 diff --git a/net-mgmt/flowscan/pkg-comment b/net-mgmt/flowscan/pkg-comment new file mode 100644 index 000000000000..03f19c6cf123 --- /dev/null +++ b/net-mgmt/flowscan/pkg-comment @@ -0,0 +1 @@ +processes IP flows recorded in cflowd-format raw flow files diff --git a/net-mgmt/flowscan/pkg-descr b/net-mgmt/flowscan/pkg-descr new file mode 100644 index 000000000000..2a87f160ced5 --- /dev/null +++ b/net-mgmt/flowscan/pkg-descr @@ -0,0 +1,9 @@ +FlowScan is a tool to monitor and graph flow information from +Cisco and Riverstone routers in near real-time. + +Amonst many other things, FlowScan can measure and graph traffic +for applications such as Napster. + +A sample of what FlowScan can do is at: http://wwwstats.net.wisc.edu + +WWW: http://net.doit.wisc.edu/~plonka/FlowScan/ diff --git a/net-mgmt/flowscan/pkg-plist b/net-mgmt/flowscan/pkg-plist new file mode 100644 index 000000000000..f4ed43780744 --- /dev/null +++ b/net-mgmt/flowscan/pkg-plist @@ -0,0 +1,12 @@ +var/flows/bin/flowscan +var/flows/bin/FlowScan.pm +var/flows/bin/CampusIO.pm +var/flows/bin/SubNetIO.pm +var/flows/bin/locker +var/flows/bin/add_ds.pl +var/flows/bin/add_txrx +var/flows/bin/event2vrule +var/flows/bin/ip2hostname +@dirrm var/flows/bin +@dirrm var/flows +@dirrm var |