diff options
author | agc <agc> | 2002-07-23 11:46:32 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-23 11:46:32 +0000 |
commit | 46418bffd0291b819d694d267d93d7a30d713fbd (patch) | |
tree | 13232554c29ec121c34fe9e4f7c6be4367a64f71 /net/flow-tools | |
parent | a11d5583ca567fc8fb386bc40c7b6cd36ab12c6f (diff) | |
download | pkgsrc-46418bffd0291b819d694d267d93d7a30d713fbd.tar.gz |
Initial import of flow-tools-0.59 into the NetBSD Packages Collection.
Provided by Curt Sampson (cjs@netbsd.org)
Flow-tools is a set of utilties for collecting and storing NetFlow
data, and doing some limited analysis of it.
NetFlow is a Cisco-developed protocol for transferring network traffic
flow information (usually from a router or switch) to another system
that collects and stores this information. More information on NetFlow
is available at
http://www.cisco.com/warp/public/cc/pd/iosw/ioft/neflct/tech/napps_wp.htm
Diffstat (limited to 'net/flow-tools')
-rw-r--r-- | net/flow-tools/DESCR | 9 | ||||
-rw-r--r-- | net/flow-tools/Makefile | 16 | ||||
-rw-r--r-- | net/flow-tools/PLIST | 47 | ||||
-rw-r--r-- | net/flow-tools/distinfo | 4 |
4 files changed, 76 insertions, 0 deletions
diff --git a/net/flow-tools/DESCR b/net/flow-tools/DESCR new file mode 100644 index 00000000000..54986664154 --- /dev/null +++ b/net/flow-tools/DESCR @@ -0,0 +1,9 @@ +Flow-tools is a set of utilties for collecting and storing NetFlow +data, and doing some limited analysis of it. + +NetFlow is a Cisco-developed protocol for transferring network traffic +flow information (usually from a router or switch) to another system +that collects and stores this information. More information on NetFlow +is available at + + http://www.cisco.com/warp/public/cc/pd/iosw/ioft/neflct/tech/napps_wp.htm diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile new file mode 100644 index 00000000000..ba7e088ff9d --- /dev/null +++ b/net/flow-tools/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 11:46:32 agc Exp $ + +DISTNAME= flow-tools-0.59 +CATEGORIES= net +MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ + +MAINTAINER= cjs@netbsd.org +HOMEPAGE= http://www.splintered.net/sw/flow-tools/ +COMMENT= Collect and store NetFlow data + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../devel/zlib/buildlink.mk" +.include "../../security/tcp_wrappers/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/flow-tools/PLIST b/net/flow-tools/PLIST new file mode 100644 index 00000000000..afcc30cde97 --- /dev/null +++ b/net/flow-tools/PLIST @@ -0,0 +1,47 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/23 11:46:32 agc Exp $ +bin/flow-capture +bin/flow-cat +bin/flow-dscan +bin/flow-expire +bin/flow-export +bin/flow-fanout +bin/flow-filter +bin/flow-gen +bin/flow-header +bin/flow-import +bin/flow-merge +bin/flow-nfilter +bin/flow-print +bin/flow-receive +bin/flow-send +bin/flow-split +bin/flow-stat +bin/flow-tag +bin/flow-xlate +include/ftconfig.h +include/ftlib.h +include/ftpaths.h +include/ftqueue.h +include/radix.h +lib/libft.a +man/man1/flow-capture.1 +man/man1/flow-cat.1 +man/man1/flow-dscan.1 +man/man1/flow-expire.1 +man/man1/flow-export.1 +man/man1/flow-fanout.1 +man/man1/flow-filter.1 +man/man1/flow-gen.1 +man/man1/flow-header.1 +man/man1/flow-import.1 +man/man1/flow-merge.1 +man/man1/flow-nfilter.1 +man/man1/flow-print.1 +man/man1/flow-receive.1 +man/man1/flow-send.1 +man/man1/flow-split.1 +man/man1/flow-stat.1 +man/man1/flow-tag.1 +man/man1/flow-tools-examples.1 +man/man1/flow-tools.1 +man/man1/flow-xlate.1 diff --git a/net/flow-tools/distinfo b/net/flow-tools/distinfo new file mode 100644 index 00000000000..18bbf285d67 --- /dev/null +++ b/net/flow-tools/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/23 11:46:32 agc Exp $ + +SHA1 (flow-tools-0.59.tar.gz) = b72f15e435ec1b1a87005eaa49e4e92da99164aa +Size (flow-tools-0.59.tar.gz) = 810540 bytes |