update to v0.55
This commit is contained in:
parent
2b4accbcba
commit
07dc265fb5
@ -1,39 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/03/24 19:55:40 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/09/04 15:22:14 jakob Exp $
|
||||
|
||||
COMMENT= cisco NetFlow utilities
|
||||
|
||||
DISTNAME= flow-tools-0.34
|
||||
DISTNAME= flow-tools-0.55
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.363
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/
|
||||
HOME_PAGE= http://www.splintered.net/sw/flow-tools/
|
||||
|
||||
MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/
|
||||
|
||||
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
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
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 \
|
||||
flow-tools.1
|
||||
CONFIGS_CFG= map filter-acl
|
||||
CONFIGS_SYM= asn ip-prot tcp-port
|
||||
|
||||
do-install:
|
||||
.for file in ${BIN}
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
(cd ${WRKSRC}/src; env ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} install)
|
||||
(cd ${WRKSRC}/docs; env ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} install)
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/flow-tools/cfg
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/flow-tools/sym
|
||||
.for file in ${CONFIGS_CFG}
|
||||
${INSTALL_DATA} ${WRKSRC}/configs/${file} \
|
||||
${PREFIX}/share/examples/flow-tools/cfg
|
||||
.endfor
|
||||
.for file in ${MAN1}
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1
|
||||
.for file in ${CONFIGS_SYM}
|
||||
${INSTALL_DATA} ${WRKSRC}/configs/${file} \
|
||||
${PREFIX}/share/examples/flow-tools/sym
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +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
|
||||
MD5 (flow-tools-0.55.tar.gz) = 22ff761e6c13c10c19d12c12e30c44b7
|
||||
RMD160 (flow-tools-0.55.tar.gz) = 0abad7d5cc43971497b54824877262758bf7aff8
|
||||
SHA1 (flow-tools-0.55.tar.gz) = d6fcb228ddeda442040ebb9d8c46fc0f73943471
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- 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,2 +1,2 @@
|
||||
A collection of tools written by <maf@net.ohio-state.edu> to collect
|
||||
and process cisco NetFlow data.
|
||||
flow-tools is a set of programs for processing and managing NetFlow
|
||||
exports from Cisco routers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/09/01 10:10:56 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/09/04 15:22:14 jakob Exp $
|
||||
bin/flow-capture
|
||||
bin/flow-cat
|
||||
bin/flow-dscan
|
||||
@ -7,11 +7,15 @@ bin/flow-export
|
||||
bin/flow-fanout
|
||||
bin/flow-filter
|
||||
bin/flow-gen
|
||||
bin/flow-header
|
||||
bin/flow-import
|
||||
bin/flow-merge
|
||||
bin/flow-print
|
||||
bin/flow-profile
|
||||
bin/flow-receive
|
||||
bin/flow-send
|
||||
bin/flow-split
|
||||
bin/flow-stat
|
||||
bin/flow-xlate
|
||||
man/man1/flow-capture.1
|
||||
man/man1/flow-cat.1
|
||||
man/man1/flow-dscan.1
|
||||
@ -20,7 +24,17 @@ man/man1/flow-export.1
|
||||
man/man1/flow-fanout.1
|
||||
man/man1/flow-filter.1
|
||||
man/man1/flow-gen.1
|
||||
man/man1/flow-mirror.1
|
||||
man/man1/flow-print.1
|
||||
man/man1/flow-profile.1
|
||||
man/man1/flow-search.1
|
||||
man/man1/flow-stat.1
|
||||
man/man1/flow-tools.1
|
||||
share/examples/flow-tools/cfg/filter-acl
|
||||
share/examples/flow-tools/cfg/map
|
||||
share/examples/flow-tools/sym/asn
|
||||
share/examples/flow-tools/sym/ip-prot
|
||||
share/examples/flow-tools/sym/tcp-port
|
||||
@dirrm share/examples/flow-tools/sym
|
||||
@dirrm share/examples/flow-tools/cfg
|
||||
@dirrm share/examples/flow-tools
|
||||
|
Loading…
Reference in New Issue
Block a user