Date: Thu, 22 Dec 2005 06:43:29 -0600 (CST) From: Babak Farrokhi <babak@farrokhi.royalway.propagation.net>, ".net"@royalway.propagation.net To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90801: new port net/pathneck Message-ID: <20051222124329.A6C0F5645A@royalway.propagation.net> Resent-Message-ID: <200512221250.jBMCo4N1081435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90801 >Category: ports >Synopsis: new port net/pathneck >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 22 12:50:03 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051222124329.A6C0F5645A>