Index: head/benchmarks/netpipe/Makefile =================================================================== --- head/benchmarks/netpipe/Makefile (revision 391163) +++ head/benchmarks/netpipe/Makefile (revision 391164) @@ -1,35 +1,34 @@ # Created by: jkoshy # $FreeBSD$ PORTNAME= NetPIPE -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= benchmarks net -MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ +MASTER_SITES= http://bitspjoule.org/netpipe/code/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Self-scaling network benchmark # The default port builds and installs only the TCP version of # netpipe(1). The sources support many other variants. -BROKEN= Unfetchable PORTDOCS= README netpipe_paper.ps PLIST_FILES= bin/NPtcp bin/NPtcp6 man/man1/netpipe.1.gz DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} do-build: cd ${WRKSRC} \ && ${CC} ${CFLAGS} src/netpipe.c src/tcp.c -DTCP -o NPtcp \ && ${CC} ${CFLAGS} src/netpipe.c src/tcp6.c -DTCP6 -o NPtcp6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/NPtcp ${STAGEDIR}${PREFIX}/bin/NPtcp ${INSTALL_PROGRAM} ${WRKSRC}/NPtcp6 ${STAGEDIR}${PREFIX}/bin/NPtcp6 ${INSTALL_MAN} ${WRKSRC}/dox/netpipe.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .for doc in ${PORTDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dox/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/benchmarks/netpipe/distinfo =================================================================== --- head/benchmarks/netpipe/distinfo (revision 391163) +++ head/benchmarks/netpipe/distinfo (revision 391164) @@ -1,2 +1,2 @@ -SHA256 (NetPIPE-3.7.1.tar.gz) = b088cd917746e37bbaf86cc34fcc84cd2cbaf8060e90c2f3deeddd47f96b1a1a -SIZE (NetPIPE-3.7.1.tar.gz) = 385521 +SHA256 (NetPIPE-3.7.2.tar.gz) = 13dac884ff52951636f651c421f5ff4a853218a95aa28a4a852402ee385a2ab8 +SIZE (NetPIPE-3.7.2.tar.gz) = 400248 Index: head/benchmarks/netpipe/pkg-descr =================================================================== --- head/benchmarks/netpipe/pkg-descr (revision 391163) +++ head/benchmarks/netpipe/pkg-descr (revision 391164) @@ -1,18 +1,18 @@ NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network performance under a variety of conditions. By taking the end-to-end application view of a network, NetPIPE clearly shows the overhead associated with different protocol layers. Netpipe answers such questions as: how soon will a given data block of size k arrive at its destination? Which network and protocol will transmit size k blocks the fastest? What is a given network's effective maximum throughput and saturation level? Does there exist a block size k for which the throughput is maximized? How much communication overhead is due to the network communication protocol layer(s)? How quickly will a small (< 1 kbyte) control message arrive, and which network and protocol are best for this purpose? For a paper fully describing NetPIPE and sample investigation of network performance issues using NetPIPE, see the homepage. -WWW: http://www.scl.ameslab.gov/netpipe/paper/full.html +WWW: http://bitspjoule.org/netpipe/