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.
Responsible Changed From-To: freebsd-ports-bugs->shaun Take it.
State Changed From-To: open->feedback 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?
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/
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 Feedback received.
State Changed From-To: open->closed New port added, with a few modifications. Thanks!