forked from Lainports/freebsd-ports
present in the network. SPP estimates the RTT between two measurement points without requiring precise time synchronisation between each point. SPP accurately estimates the RTT experienced by any application's traffic without needing modifications to the application itself or the routers along the path. WWW: http://caia.swin.edu.au/tools/spp/ PR: ports/176249 Submitted by: Lars Eggert <lars@eggert.org>
18 lines
397 B
Makefile
18 lines
397 B
Makefile
# Created by: Lars Eggert <lars@eggert.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spp
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/
|
|
|
|
MAINTAINER= lars@eggert.org
|
|
COMMENT= Calculates round trip time from pcap files or live capture
|
|
|
|
PLIST_FILES= bin/spp
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|