Bug 100335 - New ports: net/ndisc6 - IPv6 network diagnostic tools
Summary: New ports: net/ndisc6 - IPv6 network diagnostic tools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Shaun Amott
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-15 12:00 UTC by Remi Denis-Courmont
Modified: 2006-08-12 18:44 UTC (History)
0 users

See Also:


Attachments
file.shar (2.25 KB, text/plain)
2006-07-15 12:00 UTC, Remi Denis-Courmont
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Remi Denis-Courmont 2006-07-15 12:00:29 UTC
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.
Comment 1 Shaun Amott freebsd_committer freebsd_triage 2006-07-15 22:47:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

Take it.
Comment 2 Shaun Amott freebsd_committer freebsd_triage 2006-07-15 23:13:53 UTC
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?
Comment 3 Remi Denis-Courmont 2006-07-16 08:33:53 UTC
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/
Comment 4 Remi Denis-Courmont 2006-08-02 16:45:31 UTC
	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
Comment 5 Shaun Amott freebsd_committer freebsd_triage 2006-08-07 03:20:55 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 6 Shaun Amott freebsd_committer freebsd_triage 2006-08-12 18:33:31 UTC
State Changed
From-To: open->closed

New port added, with a few modifications. Thanks!