From owner-freebsd-ports Fri Aug 10 6:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F47F37B401 for ; Fri, 10 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADK1R05996; Fri, 10 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by hub.freebsd.org (Postfix) with ESMTP id 47FA937B401 for ; Fri, 10 Aug 2001 06:18:01 -0700 (PDT) (envelope-from maxim@news1.macomnet.ru) Received: (from maxim@localhost) by news1.macomnet.ru (8.11.1/8.11.1) id f7ADHTl61619; Fri, 10 Aug 2001 17:17:29 +0400 (MSD) (envelope-from maxim) Message-Id: <200108101317.f7ADHTl61619@news1.macomnet.ru> Date: Fri, 10 Aug 2001 17:17:29 +0400 (MSD) From: maxim@macomnet.ru Reply-To: maxim@macomnet.ru To: FreeBSD-gnats-submit@freebsd.org, .@babolo.ru X-Send-Pr-Version: 3.2 Subject: ports/29604: update for net/flow-tools port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29604 >Category: ports >Synopsis: update for net/flow-tools port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 10 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Maxim Konovalov >Release: FreeBSD 5.0-CURRENT i386 >Organization: N/A >Environment: FreeBSD 5.0-CURRENT i386 >Description: ports/net/flow-tools is out of date. >How-To-Repeat: N/A >Fix: 1/ rm -rf /usr/ports/net/flow-tools/files 2/ Apply the patch below Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2000/08/11 11:11:52 1.1 +++ Makefile 2001/08/10 13:00:25 @@ -6,19 +6,29 @@ # PORTNAME= flow-tools -PORTVERSION= 0.34 +PORTVERSION= 0.55 CATEGORIES= net MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/ MAINTAINER= .@babolo.ru -ALL_TARGET= i386-fbsd docs +SCRIPTS= flow-mirror flow-rsync flow-search + USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS?= --prefix=${PREFIX} + MAN1= flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \ flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \ - flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 + flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 \ + flow-mirror.1 flow-search.1 #MANCOMPRESSED= yes + +post-install: +.for i in ${SCRIPTS} + @${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${PREFIX}/bin +.endfor .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2000/08/11 11:11:52 1.1 +++ distinfo 2001/08/10 13:00:25 @@ -1 +1 @@ -MD5 (flow-tools-0.34.tar.gz) = 994ba902972cea7497a9fa0f0b927275 +MD5 (flow-tools-0.55.tar.gz) = 22ff761e6c13c10c19d12c12e30c44b7 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2000/08/11 11:11:53 1.1 +++ pkg-descr 2001/08/10 13:00:25 @@ -1,4 +1,4 @@ Tools to capture, replicate, print, filter, send and other works on Cisco's NetFlow Export. -WWW: http://www.usenix.org/publications/login/1999-9/osu.html +WWW: http://www.splintered.net/sw/flow-tools/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2000/08/11 11:11:53 1.1 +++ pkg-plist 2001/08/10 13:00:25 @@ -1,13 +1,21 @@ bin/flow-capture -bin/flow-stat -bin/flow-print bin/flow-cat bin/flow-dscan +bin/flow-expire bin/flow-export -bin/flow-filter bin/flow-fanout -bin/flow-send -bin/flow-receive +bin/flow-filter bin/flow-gen -bin/flow-profile -bin/flow-expire +bin/flow-header +bin/flow-import +bin/flow-merge +bin/flow-print +bin/flow-receive +bin/flow-send +bin/flow-split +bin/flow-stat +bin/flow-xlate +bin/flow-mirror +bin/flow-rsync +bin/flow-search +@dirrm /var/ft >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message