A collection of tools written by <maf@net.ohio-state.edu> to collect

and process cisco NetFlow data.
This commit is contained in:
jakob 2000-08-26 06:58:20 +00:00
parent 22f5af4350
commit 3a378ffa42
6 changed files with 74 additions and 0 deletions

35
net/flow-tools/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/08/26 06:58:20 jakob Exp $
DISTNAME= flow-tools-0.34
CATEGORIES= net
MAINTAINER= jakob@openbsd.org
MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
ALL_TARGET= clean i386-fbsd docs
BIN= flow-capture flow-cat flow-dscan flow-expire \
flow-export flow-fanout flow-filter flow-gen \
flow-print flow-profile flow-receive flow-send \
flow-stat \
MAN1= flow-capture.1 flow-cat.1 flow-dscan.1 flow-expire.1 \
flow-export.1 flow-fanout.1 flow-filter.1 flow-gen.1 \
flow-print.1 flow-profile.1 flow-stat.1
do-install:
.for file in ${BIN}
@ ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.for file in ${MAN1}
@ ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

3
net/flow-tools/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (flow-tools-0.34.tar.gz) = 994ba902972cea7497a9fa0f0b927275
RMD160 (flow-tools-0.34.tar.gz) = 014347cbc00ba94925f110d6916726c9eb3537a4
SHA1 (flow-tools-0.34.tar.gz) = 3749b8667156ac404cef97142fa9e4712cc68f8f

View File

@ -0,0 +1,8 @@
--- asn2c.orig Wed Aug 23 16:13:07 2000
+++ asn2c Wed Aug 23 16:13:11 2000
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# converts internic netinfo/asn.txt to C code

View File

@ -0,0 +1 @@
cisco NetFlow utilites

2
net/flow-tools/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
A collection of tools written by <maf@net.ohio-state.edu> to collect
and process cisco NetFlow data.

25
net/flow-tools/pkg/PLIST Normal file
View File

@ -0,0 +1,25 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/26 06:58:20 jakob 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-print
bin/flow-profile
bin/flow-receive
bin/flow-send
bin/flow-stat
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-print.1
man/man1/flow-profile.1
man/man1/flow-stat.1