Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2001 17:17:29 +0400 (MSD)
From:      maxim@macomnet.ru
To:        FreeBSD-gnats-submit@freebsd.org, .@babolo.ru
Subject:   ports/29604: update for net/flow-tools port
Message-ID:  <200108101317.f7ADHTl61619@news1.macomnet.ru>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108101317.f7ADHTl61619>