From nobody@FreeBSD.org  Sat Jul 15 10:56:08 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B067516A4DA
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jul 2006 10:56:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 64C9743D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jul 2006 10:56:08 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6FAu8FJ040909
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jul 2006 10:56:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k6FAu8ex040908;
	Sat, 15 Jul 2006 10:56:08 GMT
	(envelope-from nobody)
Message-Id: <200607151056.k6FAu8ex040908@www.freebsd.org>
Date: Sat, 15 Jul 2006 10:56:08 GMT
From: Rmi Denis-Courmont <rdenis@simphalempin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New ports: net/ndisc6 - IPv6 network diagnostic tools
X-Send-Pr-Version: www-2.3

>Number:         100335
>Category:       ports
>Synopsis:       New ports: net/ndisc6 - IPv6 network diagnostic tools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 11:00:29 GMT 2006
>Closed-Date:    Sat Aug 12 17:44:49 GMT 2006
>Last-Modified:  Sat Aug 12 17:44:49 GMT 2006
>Originator:     Rmi Denis-Courmont
>Release:        6.1
>Organization:
>Environment:
FreeBSD fbsd 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
  root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
ndisc6 is a small collection of tools to diagnose IPv6 networks, such as Neighbor/Router Solicitation userland tools, IPv6 tcptraceroute, and an echo/discard client.
>How-To-Repeat:

>Fix:
# 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:
#
#	ndisc6
#	ndisc6/Makefile
#	ndisc6/pkg-descr
#	ndisc6/distinfo
#	ndisc6/pkg-list
#
echo c - ndisc6
mkdir -p ndisc6 > /dev/null 2>&1
echo x - ndisc6/Makefile
sed 's/^X//' >ndisc6/Makefile << 'END-of-ndisc6/Makefile'
X# New ports collection makefile for:	ndisc6
X# Date created:		12 July 2006
X# Whom:			rdenis@simphalempin.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ndisc6
XPORTVERSION=	0.6.6
XCATEGORIES=	net ipv6
XMASTER_SITES=	http://www.remlab.net/files/ndisc6/v0.6/
X
XMAINTAINER=	rdenis@simphalempin.com
XCOMMENT=	IPv6 network diagnostic tools
X
XUSE_BZIP2=	yes
XUSE_GETOPT_LONG=yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--disable-suid-install --mandir=${PREFIX}/man
X
XMAN1=		tcpspray6.1
XMAN8=		ndisc6.8 rdisc6.8 rltraceroute6.8
XMLINKS=		tcptraceroute6.8 tracert6.8
X
XDOC_FILES=	AUTHORS NEWS README
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for file in ${DOC_FILES}
X	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-ndisc6/Makefile
echo x - ndisc6/pkg-descr
sed 's/^X//' >ndisc6/pkg-descr << 'END-of-ndisc6/pkg-descr'
Xndisc6 is a collection of diagnostic tools for IPv6 networks,
Xincluding ICMPv6 Neighbor Discovery tools (rdisc6 and ndisc6),
Xan UDP, TCP and ICMP-based IPv6 traceroute implementation and
Xa simplistic bandwidth measurement program (tcpspray6).
X
XWWW: http://www.simphalempin.com/dev/ndisc6/
END-of-ndisc6/pkg-descr
echo x - ndisc6/distinfo
sed 's/^X//' >ndisc6/distinfo << 'END-of-ndisc6/distinfo'
XMD5 (ndisc6-0.6.6.tar.bz2) = c0708260bba1f5156aabf9a0f69699e1
XSHA256 (ndisc6-0.6.6.tar.bz2) = 53a06e6177ce47a74a529090b8440714acd8c533d01724ef8c591b358565f0a4
XSIZE (ndisc6-0.6.6.tar.bz2) = 97395
END-of-ndisc6/distinfo
echo x - ndisc6/pkg-list
sed 's/^X//' >ndisc6/pkg-list << 'END-of-ndisc6/pkg-list'
Xbin/tcpspray6
Xsbin/ndisc6
Xsbin/rdisc6
Xsbin/tcptraceroute6
Xsbin/rltraceroute6
Xsbin/tracert6
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/NEWS
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-ndisc6/pkg-list
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Sat Jul 15 21:47:46 UTC 2006 
Responsible-Changed-Why:  
Take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100335 
State-Changed-From-To: open->feedback 
State-Changed-By: shaun 
State-Changed-When: Sat Jul 15 22:13:53 UTC 2006 
State-Changed-Why:  
The master site URL redirects to http://www.remlab.net/files/ndisc6/archive/ 
- but the ports framework forces fetch to not follow redirects; shall I 
replace the master site with the above URL? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100335 

From: =?utf-8?q?R=C3=A9mi_Denis-Courmont?= <rdenis@simphalempin.com>
To: bug-followup@freebsd.org, rdenis@simphalempin.com, shaun@freebsd.org
Cc:  
Subject: Re: ports/100335: New ports: net/ndisc6 - IPv6 network diagnostic tools
Date: Sun, 16 Jul 2006 10:33:53 +0300

 Oh oops. Yeah, I forgot to re-run shar after fixing the URL locally.
 
 Yeah, sure, you can and should change it.
 
 Thanks,
 
 =2D-=20
 R=C3=A9mi Denis-Courmont
 http://www.remlab.net/

From: =?utf-8?q?R=C3=A9mi_Denis-Courmont?= <rdenis@simphalempin.com>
To: bug-followup@freebsd.org, shaun@freebsd.org
Cc:  
Subject: Re: ports/100335: New ports: net/ndisc6 - IPv6 network diagnostic tools
Date: Wed, 2 Aug 2006 18:45:31 +0300

 	Hi,
 
 Hmmph, well, this version downloads the file properly. Sorry for the 
 annoyance.
 
 # 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:
 #
 #	ndisc6
 #	ndisc6/Makefile
 #	ndisc6/pkg-descr
 #	ndisc6/distinfo
 #	ndisc6/pkg-list
 #
 echo c - ndisc6
 mkdir -p ndisc6 > /dev/null 2>&1
 echo x - ndisc6/Makefile
 sed 's/^X//' >ndisc6/Makefile << 'END-of-ndisc6/Makefile'
 X# New ports collection makefile for:	ndisc6
 X# Date created:		12 July 2006
 X# Whom:			rdenis@simphalempin.com
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	ndisc6
 XPORTVERSION=	0.6.6
 XCATEGORIES=	net ipv6
 XMASTER_SITES=	http://www.remlab.net/files/ndisc6/archive/
 X
 XMAINTAINER=	rdenis@simphalempin.com
 XCOMMENT=	IPv6 network diagnostic tools
 X
 XUSE_BZIP2=	yes
 XUSE_GETOPT_LONG=yes
 XGNU_CONFIGURE=	yes
 XCONFIGURE_ARGS=	--disable-suid-install --mandir=${PREFIX}/man
 X
 XMAN1=		tcpspray6.1
 XMAN8=		ndisc6.8 rdisc6.8 rltraceroute6.8
 XMLINKS=		tcptraceroute6.8 tracert6.8
 X
 XDOC_FILES=	AUTHORS NEWS README
 X
 Xpost-install:
 X.ifndef(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X.for file in ${DOC_FILES}
 X	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-ndisc6/Makefile
 echo x - ndisc6/pkg-descr
 sed 's/^X//' >ndisc6/pkg-descr << 'END-of-ndisc6/pkg-descr'
 Xndisc6 is a collection of diagnostic tools for IPv6 networks,
 Xincluding ICMPv6 Neighbor Discovery tools (rdisc6 and ndisc6),
 Xan UDP, TCP and ICMP-based IPv6 traceroute implementation and
 Xa simplistic bandwidth measurement program (tcpspray6).
 X
 XWWW: http://www.simphalempin.com/dev/ndisc6/
 END-of-ndisc6/pkg-descr
 echo x - ndisc6/distinfo
 sed 's/^X//' >ndisc6/distinfo << 'END-of-ndisc6/distinfo'
 XMD5 (ndisc6-0.6.6.tar.bz2) = c0708260bba1f5156aabf9a0f69699e1
 XSHA256 (ndisc6-0.6.6.tar.bz2) = 
 53a06e6177ce47a74a529090b8440714acd8c533d01724ef8c591b358565f0a4
 XSIZE (ndisc6-0.6.6.tar.bz2) = 97395
 END-of-ndisc6/distinfo
 echo x - ndisc6/pkg-list
 sed 's/^X//' >ndisc6/pkg-list << 'END-of-ndisc6/pkg-list'
 Xbin/tcpspray6
 Xsbin/ndisc6
 Xsbin/rdisc6
 Xsbin/tcptraceroute6
 Xsbin/rltraceroute6
 Xsbin/tracert6
 X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 X%%PORTDOCS%%%%DOCSDIR%%/NEWS
 X%%PORTDOCS%%%%DOCSDIR%%/README
 X%%PORTDOCS%%@dirrm %%DOCSDIR%%
 END-of-ndisc6/pkg-list
 exit
State-Changed-From-To: feedback->open 
State-Changed-By: shaun 
State-Changed-When: Mon Aug 7 02:20:55 UTC 2006 
State-Changed-Why:  
Feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100335 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Sat Aug 12 17:33:31 UTC 2006 
State-Changed-Why:  
New port added, with a few modifications. Thanks! 

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