From root@0x45.org  Wed Dec  3 04:24:22 2003
Return-Path: <root@0x45.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1707416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Dec 2003 04:24:22 -0800 (PST)
Received: from sativa.0x45.org (dyn-213-36-234-244.ppp.tiscali.fr [213.36.234.244])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C99A843FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Dec 2003 04:24:19 -0800 (PST)
	(envelope-from root@0x45.org)
Received: by sativa.0x45.org (Postfix, from userid 0)
	id 27431AEB; Wed,  3 Dec 2003 13:24:40 +0100 (CET)
Message-Id: <20031203122440.27431AEB@sativa.0x45.org>
Date: Wed,  3 Dec 2003 13:24:40 +0100 (CET)
From: Vincent Tantardini <vinc@freebsd-fr.org>
Reply-To: Vincent Tantardini <vinc@freebsd-fr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] net/tcpstat 1.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59920
>Category:       ports
>Synopsis:       [UPDATE] net/tcpstat 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 03 04:30:23 PST 2003
>Closed-Date:    Thu Dec 04 14:15:09 PST 2003
>Last-Modified:  Thu Dec 04 14:15:09 PST 2003
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
freebsd-fr.org
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Nov 4 20:28:55 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
Update of tcpstat 1.4 to 1.5
	
>How-To-Repeat:
	
>Fix:

	

--- tcpstat.port begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tcpstat
#	tcpstat/distinfo
#	tcpstat/pkg-descr
#	tcpstat/pkg-plist
#	tcpstat/Makefile
#
echo c - tcpstat
mkdir -p tcpstat > /dev/null 2>&1
echo x - tcpstat/distinfo
sed 's/^X//' >tcpstat/distinfo << 'END-of-tcpstat/distinfo'
XMD5 (tcpstat-1.5.tar.gz) = 93ca0ffb8f319ecf2e42ff925a7e6854
END-of-tcpstat/distinfo
echo x - tcpstat/pkg-descr
sed 's/^X//' >tcpstat/pkg-descr << 'END-of-tcpstat/pkg-descr'
Xtcpstat reports certain network interface statistics (such as
Xbandwidth) much like vmstat does for system statistics. It gets its
Xinformation by either monitoring a specific interface, or by reading
Xpreviously-saved tcpdump data from a file. It has been tested under
XLinux, Solaris, FreeBSD, NetBSD, and BSD/OS.
X
XWWW: http://www.frenchfries.net/paul/tcpstat/
END-of-tcpstat/pkg-descr
echo x - tcpstat/pkg-plist
sed 's/^X//' >tcpstat/pkg-plist << 'END-of-tcpstat/pkg-plist'
Xbin/tcpstat
Xbin/tcpprof
END-of-tcpstat/pkg-plist
echo x - tcpstat/Makefile
sed 's/^X//' >tcpstat/Makefile << 'END-of-tcpstat/Makefile'
X# New ports collection makefile for:	tcpstat
X# Date created:			29 January 2001
X# Whom:				George Reid <greid@ukug.uk.freebsd.org>
X#
X# $FreeBSD: ports/net/tcpstat/Makefile,v 1.4 2003/11/03 07:28:43 linimon Exp $
X#
X
XPORTNAME=	tcpstat
XPORTVERSION=	1.5
XCATEGORIES=	net
XMASTER_SITES=	http://www.frenchfries.net/paul/tcpstat/
X
XMAINTAINER=	vinc@freebsd-fr.org
XCOMMENT=	A program to report various network statistics
X
XGNU_CONFIGURE=	yes
X
XMAN1=		tcpstat.1 tcpprof.1
XMANCOMPRESSED=	yes
X
X.include <bsd.port.mk>
END-of-tcpstat/Makefile
exit
--- tcpstat.port ends here ---


>Release-Note:
>Audit-Trail:

From: Vincent Tantardini <vinc@freebsd-fr.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/59920: [UPDATE] net/tcpstat 1.5
Date: Wed, 03 Dec 2003 14:15:22 +0100

 Sorry for the rookie's error, please find below the diff.
 Furthermore, I'll be pleased to become the maintainer of this port.
 
 --- tcpstat.diff begins here ---
 diff -ruN tcpstat.bak/Makefile tcpstat/Makefile
 --- tcpstat.bak/Makefile	Wed Dec  3 13:54:37 2003
 +++ tcpstat/Makefile	Wed Dec  3 13:52:55 2003
 @@ -6,15 +6,16 @@
   #
 
   PORTNAME=	tcpstat
 -PORTVERSION=	1.4
 +PORTVERSION=	1.5
   CATEGORIES=	net
 -MASTER_SITES=   http://www.frenchfries.net/paul/tcpstat/
 +MASTER_SITES=	http://www.frenchfries.net/paul/tcpstat/
 
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	vinc@freebsd-fr.org
   COMMENT=	A program to report various network statistics
 
   GNU_CONFIGURE=	yes
 
 -MAN1=		tcpstat.1
 +MAN1=		tcpstat.1 tcpprof.1
 +MANCOMPRESSED=	yes
 
   .include <bsd.port.mk>
 diff -ruN tcpstat.bak/distinfo tcpstat/distinfo
 --- tcpstat.bak/distinfo	Wed Dec  3 13:54:37 2003
 +++ tcpstat/distinfo	Wed Dec  3 11:44:13 2003
 @@ -1 +1 @@
 -MD5 (tcpstat-1.4.tar.gz) = 74696fee92396e000efa9cc48283af71
 +MD5 (tcpstat-1.5.tar.gz) = 93ca0ffb8f319ecf2e42ff925a7e6854
 diff -ruN tcpstat.bak/pkg-descr tcpstat/pkg-descr
 --- tcpstat.bak/pkg-descr	Wed Dec  3 13:54:37 2003
 +++ tcpstat/pkg-descr	Wed Dec  3 11:38:27 2003
 @@ -5,6 +5,3 @@
   Linux, Solaris, FreeBSD, NetBSD, and BSD/OS.
 
   WWW: http://www.frenchfries.net/paul/tcpstat/
 -
 -- George Reid
 -greid@ukug.uk.freebsd.org
 diff -ruN tcpstat.bak/pkg-plist tcpstat/pkg-plist
 --- tcpstat.bak/pkg-plist	Wed Dec  3 13:54:37 2003
 +++ tcpstat/pkg-plist	Wed Dec  3 12:26:26 2003
 @@ -1 +1,2 @@
   bin/tcpstat
 +bin/tcpprof
 --- tcpstat.diff ends here ---
 
 -- 
 Vincent Tantardini                             vinc@freebsd-fr.org
 French FreeBSD User Group                http://www.freebsd-fr.org
 
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Wed Dec 3 05:50:33 PST 2003 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59920 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Thu Dec 4 14:14:46 PST 2003 
State-Changed-Why:  
Committed, thanks! 

Port maintainership was assigned to you. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59920 
>Unformatted:
