diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-14 09:14:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-14 09:14:44 +0800 |
commit | 72917d8b76a291e390c6d14b69fa96c7c28bce3c (patch) | |
tree | 71adc7d71ed9cb5ea58b136e558b6cdf81b92a60 | |
parent | 030c9ec65d018c26d0e35722061dd84d43b1f69d (diff) | |
download | freebsd-ports-graphics-72917d8b76a291e390c6d14b69fa96c7c28bce3c.tar.gz freebsd-ports-graphics-72917d8b76a291e390c6d14b69fa96c7c28bce3c.tar.zst freebsd-ports-graphics-72917d8b76a291e390c6d14b69fa96c7c28bce3c.zip |
Decapitalise FlowScan.
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/
-rw-r--r-- | net-mgmt/flowscan/Makefile (renamed from net/FlowScan/Makefile) | 4 | ||||
-rw-r--r-- | net-mgmt/flowscan/distinfo (renamed from net/FlowScan/distinfo) | 0 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-comment (renamed from net/FlowScan/pkg-comment) | 0 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-descr (renamed from net/FlowScan/pkg-descr) | 0 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-plist (renamed from net/FlowScan/pkg-plist) | 0 | ||||
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/flowscan/Makefile | 30 | ||||
-rw-r--r-- | net/flowscan/distinfo | 1 | ||||
-rw-r--r-- | net/flowscan/pkg-comment | 1 | ||||
-rw-r--r-- | net/flowscan/pkg-descr | 9 | ||||
-rw-r--r-- | net/flowscan/pkg-plist | 12 |
11 files changed, 56 insertions, 3 deletions
diff --git a/net/FlowScan/Makefile b/net-mgmt/flowscan/Makefile index c18e371cbe0..127ec29d9e0 100644 --- a/net/FlowScan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: FlowScan +# New ports collection makefile for: flowscan # Date created: Di 13 Mär 2001 08:23:55 CET # Whom: andreas@freebsd.org # # $FreeBSD$ # -PORTNAME= FlowScan +PORTNAME= flowscan PORTVERSION= 1.006 CATEGORIES= net MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ diff --git a/net/FlowScan/distinfo b/net-mgmt/flowscan/distinfo index bbc3e808e60..bbc3e808e60 100644 --- a/net/FlowScan/distinfo +++ b/net-mgmt/flowscan/distinfo diff --git a/net/FlowScan/pkg-comment b/net-mgmt/flowscan/pkg-comment index 03f19c6cf12..03f19c6cf12 100644 --- a/net/FlowScan/pkg-comment +++ b/net-mgmt/flowscan/pkg-comment diff --git a/net/FlowScan/pkg-descr b/net-mgmt/flowscan/pkg-descr index 2a87f160ced..2a87f160ced 100644 --- a/net/FlowScan/pkg-descr +++ b/net-mgmt/flowscan/pkg-descr diff --git a/net/FlowScan/pkg-plist b/net-mgmt/flowscan/pkg-plist index f4ed4378074..f4ed4378074 100644 --- a/net/FlowScan/pkg-plist +++ b/net-mgmt/flowscan/pkg-plist diff --git a/net/Makefile b/net/Makefile index d2f005e77e6..5a1eaffb917 100644 --- a/net/Makefile +++ b/net/Makefile @@ -3,7 +3,6 @@ SUBDIR += 44bsd-rdist SUBDIR += 6tunnel - SUBDIR += FlowScan SUBDIR += NeTraMet SUBDIR += SSLtelnet SUBDIR += adasockets @@ -84,6 +83,7 @@ SUBDIR += fidelio SUBDIR += firetalk SUBDIR += flow-tools + SUBDIR += flowscan SUBDIR += fping SUBDIR += freewais-sf SUBDIR += fspclient diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile new file mode 100644 index 00000000000..127ec29d9e0 --- /dev/null +++ b/net/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/flowscan/distinfo b/net/flowscan/distinfo new file mode 100644 index 00000000000..bbc3e808e60 --- /dev/null +++ b/net/flowscan/distinfo @@ -0,0 +1 @@ +MD5 (FlowScan-1.006.tar.gz) = 3c687ae0ffab82dadeb4086f122bcee5 diff --git a/net/flowscan/pkg-comment b/net/flowscan/pkg-comment new file mode 100644 index 00000000000..03f19c6cf12 --- /dev/null +++ b/net/flowscan/pkg-comment @@ -0,0 +1 @@ +processes IP flows recorded in cflowd-format raw flow files diff --git a/net/flowscan/pkg-descr b/net/flowscan/pkg-descr new file mode 100644 index 00000000000..2a87f160ced --- /dev/null +++ b/net/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/flowscan/pkg-plist b/net/flowscan/pkg-plist new file mode 100644 index 00000000000..f4ed4378074 --- /dev/null +++ b/net/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 |