Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2006 21:24:27 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/96681: [update] net/ipsumdump
Message-ID:  <1146597867.45381@mwilke.ath.cx>
Resent-Message-ID: <200605021930.k42JUOI4081044@freefall.freebsd.org>

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

>Number:         96681
>Category:       ports
>Synopsis:       [update] net/ipsumdump
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 19:30:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #137: Tue May  2 08:04:55 CEST 2006
    splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- update to 1.61
- add options for v6 (enable/disable)
- take maintainership

Changelog:
Version 1.61: The ’--payload-len’ option will correctly report a 0 payload length when the TCP header is broken. Reported by Vern Paxson. Include initial, undocumented version of ipaggmanip.
Version 1.60: Ipaggcreate works and is documented! Extensive update of ipsumdump’s internals to use new Click features, including the Script element. Please report any bugs you find.
Version 1.59: Add ’--tcp-window’ option. Requested by Ver


>How-To-Repeat:





>Fix:


--- ipsumdump.diff begins here ---
diff -ruN /usr/ports/net/ipsumdump/Makefile ports/net/ipsumdump/Makefile
--- /usr/ports/net/ipsumdump/Makefile	Thu Oct  6 00:04:47 2005
+++ ports/net/ipsumdump/Makefile	Tue May  2 17:23:30 2006
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	ipsumdump
-PORTVERSION=	1.57
+PORTVERSION=	1.61
 CATEGORIES=	net
 MASTER_SITES=	http://www.cs.ucla.edu/~kohler/ipsumdump/ \
 		http://core.inec.ru/~az/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsd@unixfreunde.de
 COMMENT=	Produce ASCII summary of network traffic or tcpdump(1) file
 
 GNU_CONFIGURE=	yes
@@ -19,7 +19,19 @@
 USE_PERL5_BUILD=yes
 USE_GMAKE=	yes
 
-MAN1=		${PORTNAME}.1
+OPTIONS=	 IPV6	"Enable IPV6" off \
+
+.include  <bsd.port.pre.mk>
+
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=--enable-ipv6
+PLIST_SUB+=	IPV6=""
+.else
+CONFIGURE_ARGS+=--disable-ipv6
+PLIST_SUB+=	IPV6="@comment "
+.endif
+
+MAN1=		${PORTNAME}.1	ipaggcreate.1
 
 PORTDOCS=	README
 PLIST_FILES=	bin/ipaggcreate bin/ipsumdump
@@ -32,4 +44,4 @@
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN /usr/ports/net/ipsumdump/distinfo ports/net/ipsumdump/distinfo
--- /usr/ports/net/ipsumdump/distinfo	Fri Nov 25 21:31:50 2005
+++ ports/net/ipsumdump/distinfo	Tue May  2 16:54:27 2006
@@ -1,3 +1,3 @@
-MD5 (ipsumdump-1.57.tar.gz) = 954a645f3c9dfda659b4aad3a96f0463
-SHA256 (ipsumdump-1.57.tar.gz) = 7804e926fcf256f112d8f39f5396f19c72378f20e23ac20b483f259b9d2f16af
-SIZE (ipsumdump-1.57.tar.gz) = 587517
+MD5 (ipsumdump-1.61.tar.gz) = d3b3c19e04350a7ab264fe31603c19d9
+SHA256 (ipsumdump-1.61.tar.gz) = b8eb2588b1a86f5ca23bbbfabc8d1fb2c7d60eaa8ff70789a274cf6275e6af81
+SIZE (ipsumdump-1.61.tar.gz) = 592657
--- ipsumdump.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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