From 07dc265fb523fc531d1bc7adb2fd3282e476b499 Mon Sep 17 00:00:00 2001 From: jakob Date: Tue, 4 Sep 2001 15:22:14 +0000 Subject: [PATCH] update to v0.55 --- net/flow-tools/Makefile | 36 +++++++++++++++--------------- net/flow-tools/files/md5 | 6 ++--- net/flow-tools/patches/patch-asn2c | 8 ------- net/flow-tools/pkg/DESCR | 4 ++-- net/flow-tools/pkg/PLIST | 18 +++++++++++++-- 5 files changed, 39 insertions(+), 33 deletions(-) delete mode 100644 net/flow-tools/patches/patch-asn2c diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index 37dd5f957b2..35fafaf353c 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -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 -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 diff --git a/net/flow-tools/files/md5 b/net/flow-tools/files/md5 index d279f3b507c..d0aa4f1f75c 100644 --- a/net/flow-tools/files/md5 +++ b/net/flow-tools/files/md5 @@ -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 diff --git a/net/flow-tools/patches/patch-asn2c b/net/flow-tools/patches/patch-asn2c deleted file mode 100644 index 6d7f1ac1a88..00000000000 --- a/net/flow-tools/patches/patch-asn2c +++ /dev/null @@ -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 diff --git a/net/flow-tools/pkg/DESCR b/net/flow-tools/pkg/DESCR index 5e877f71152..9ec245cfd51 100644 --- a/net/flow-tools/pkg/DESCR +++ b/net/flow-tools/pkg/DESCR @@ -1,2 +1,2 @@ -A collection of tools written by to collect -and process cisco NetFlow data. +flow-tools is a set of programs for processing and managing NetFlow +exports from Cisco routers. diff --git a/net/flow-tools/pkg/PLIST b/net/flow-tools/pkg/PLIST index 9777f56c826..fe9d76a0a08 100644 --- a/net/flow-tools/pkg/PLIST +++ b/net/flow-tools/pkg/PLIST @@ -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