A collection of tools written by <maf@net.ohio-state.edu> to collect
and process cisco NetFlow data.
This commit is contained in:
parent
22f5af4350
commit
3a378ffa42
35
net/flow-tools/Makefile
Normal file
35
net/flow-tools/Makefile
Normal 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
3
net/flow-tools/files/md5
Normal 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
|
8
net/flow-tools/patches/patch-asn2c
Normal file
8
net/flow-tools/patches/patch-asn2c
Normal 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
|
1
net/flow-tools/pkg/COMMENT
Normal file
1
net/flow-tools/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
cisco NetFlow utilites
|
2
net/flow-tools/pkg/DESCR
Normal file
2
net/flow-tools/pkg/DESCR
Normal 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
25
net/flow-tools/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user