aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-03-01 23:16:24 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-03-01 23:16:24 +0000
commita678d340c19a1aa8c7500bd8b9896fb8a5bb15d1 (patch)
tree11a20809ab1c259d5b7666bdea0a6057f8cad867 /benchmarks
parent1242ecb0a2cd5edcba4ca020cce7d564cadf8f23 (diff)
downloadports-a678d340c19a1aa8c7500bd8b9896fb8a5bb15d1.tar.gz
ports-a678d340c19a1aa8c7500bd8b9896fb8a5bb15d1.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile1
-rw-r--r--benchmarks/spp/Makefile18
-rw-r--r--benchmarks/spp/distinfo2
-rw-r--r--benchmarks/spp/pkg-descr8
4 files changed, 29 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 45e40945a0c9..a234c325ce68 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -62,6 +62,7 @@
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
+ SUBDIR += spp
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench
diff --git a/benchmarks/spp/Makefile b/benchmarks/spp/Makefile
new file mode 100644
index 000000000000..372d9191d27e
--- /dev/null
+++ b/benchmarks/spp/Makefile
@@ -0,0 +1,18 @@
+# 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>
diff --git a/benchmarks/spp/distinfo b/benchmarks/spp/distinfo
new file mode 100644
index 000000000000..89b8584b6c6e
--- /dev/null
+++ b/benchmarks/spp/distinfo
@@ -0,0 +1,2 @@
+SHA256 (spp-0.3.2.tar.gz) = bcb83c05142c243f27a1132f43528d27fe4accb650207040d03770c215e5dd91
+SIZE (spp-0.3.2.tar.gz) = 38462
diff --git a/benchmarks/spp/pkg-descr b/benchmarks/spp/pkg-descr
new file mode 100644
index 000000000000..a33af8a78347
--- /dev/null
+++ b/benchmarks/spp/pkg-descr
@@ -0,0 +1,8 @@
+SPP provides frequently updated RTT estimates using IP traffic already
+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/