From farrokhi@royalway.propagation.net  Thu Dec 22 12:43:41 2005
Return-Path: <farrokhi@royalway.propagation.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4F1FD16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Dec 2005 12:43:41 +0000 (GMT)
	(envelope-from farrokhi@royalway.propagation.net)
Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC7DB43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Dec 2005 12:43:40 +0000 (GMT)
	(envelope-from farrokhi@royalway.propagation.net)
Received: from localhost (localhost [127.0.0.1])
	by royalway.propagation.net (Postfix) with ESMTP id 467455645C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Dec 2005 06:43:40 -0600 (CST)
Received: from royalway.propagation.net ([127.0.0.1])
 by localhost (royalway.propagation.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 61484-10 for <FreeBSD-gnats-submit@freebsd.org>;
 Thu, 22 Dec 2005 06:43:29 -0600 (CST)
Received: by royalway.propagation.net (Postfix, from userid 1002)
	id A6C0F5645A; Thu, 22 Dec 2005 06:43:29 -0600 (CST)
Message-Id: <20051222124329.A6C0F5645A@royalway.propagation.net>
Date: Thu, 22 Dec 2005 06:43:29 -0600 (CST)
From: Babak Farrokhi <babak@farrokhi.royalway.propagation.net>,
	".net"@royalway.propagation.net
Reply-To: Babak Farrokhi <babak@farrokhi.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port net/pathneck
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90801
>Category:       ports
>Synopsis:       new port net/pathneck
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 22 12:50:03 GMT 2005
>Closed-Date:    Thu Dec 22 13:58:03 GMT 2005
>Last-Modified:  Thu Dec 22 13:58:03 GMT 2005
>Originator:     Babak Farrokhi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
unixified.net
>Environment:
System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
Pathneck is an active probing tool that can detect bottleneck location of network path. It only needs single end control, and has relatively small probing overhead.
>How-To-Repeat:
	
>Fix:

	

--- pathneck.shar 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:
#
#	pathneck
#	pathneck/Makefile
#	pathneck/distinfo
#	pathneck/pkg-descr
#
echo c - pathneck
mkdir -p pathneck > /dev/null 2>&1
echo x - pathneck/Makefile
sed 's/^X//' >pathneck/Makefile << 'END-of-pathneck/Makefile'
X# New ports collection makefile for:	pathneck
X# Date Created:				22 Dec 2005
X# Whom:					Babak Farrokhi <babak@farrokhi.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pathneck
XPORTVERSION=	1.2
XCATEGORIES=	net
XMASTER_SITES=	http://gs274.sp.cs.cmu.edu/www/pathneck/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	babak@farrokhi.net
XCOMMENT=	Active network path probing tool
X
XPLIST_FILES=	sbin/pathneck \
X		sbin/get-choke
XPORTDOCS=	COPYING ChangeLog README
XMAKEFILE=	Makefile.bsd
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${PREFIX}/sbin/pathneck
X	${INSTALL_PROGRAM} ${WRKSRC}/get-choke ${PREFIX}/sbin/get-choke
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-pathneck/Makefile
echo x - pathneck/distinfo
sed 's/^X//' >pathneck/distinfo << 'END-of-pathneck/distinfo'
XMD5 (pathneck-1.2.tgz) = 24c5af803e2b8128d67dd5d84f13ae1a
XSHA256 (pathneck-1.2.tgz) = abacbe19461ba22a2668c1bfbed2406d7760f9053d0ea2b0c7866bffc98ff600
XSIZE (pathneck-1.2.tgz) = 28484
END-of-pathneck/distinfo
echo x - pathneck/pkg-descr
sed 's/^X//' >pathneck/pkg-descr << 'END-of-pathneck/pkg-descr'
XPathneck is an active probing tool that can 
Xdetect bottleneck location of network path. 
XIt only needs single end control, and has 
Xrelatively small probing overhead (33.6KB 
Xfor one probing in the default setting).
X
XWWW: http://gs274.sp.cs.cmu.edu/www/pathneck/
X
X-- Babak Farrokhi
Xbabak@farrokhi.net
END-of-pathneck/pkg-descr
exit
--- pathneck.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Dec 22 12:55:48 UTC 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90801 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Thu Dec 22 13:58:00 UTC 2005 
State-Changed-Why:  
New port added, with changes. I used REINPLACE_CMD to change 
Makefile.bsd and make it respect CC/CFLAGS. Thanks for contributing! 

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