summaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2000-03-16 22:53:28 +0000
committerthorpej <thorpej@pkgsrc.org>2000-03-16 22:53:28 +0000
commit9a378fd5101017aada81a2a0489a2d44c3f14ec7 (patch)
tree4621f81976d7f797e1145eb69813aaf19e42ec48 /benchmarks/httperf
parent23e38b4c82e7ad1a447c94c945247394151cc01b (diff)
downloadpkgsrc-9a378fd5101017aada81a2a0489a2d44c3f14ec7.tar.gz
Package for David Mosberger's httperf web server benchmarking tool.
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile19
-rw-r--r--benchmarks/httperf/files/md53
-rw-r--r--benchmarks/httperf/pkg/COMMENT1
-rw-r--r--benchmarks/httperf/pkg/DESCR4
-rw-r--r--benchmarks/httperf/pkg/PLIST3
5 files changed, 30 insertions, 0 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
new file mode 100644
index 00000000000..d7519a7fbe8
--- /dev/null
+++ b/benchmarks/httperf/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/16 22:53:28 thorpej Exp $
+#
+
+DISTNAME= httperf-0.6
+CATEGORIES= benchmarks www
+MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
+
+MAINTAINER= thorpej@netbsd.org
+HOMEPAGE= http://www.hpl.hp.com/personal/Davis_Mosberger/httperf.html
+
+LICENSE= no-commercial-use
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/httperf ${LOCALBASE}/bin/httperf
+ ${INSTALL_MAN} ${WRKSRC}/httperf.man ${LOCALBASE}/man/man1/httperf.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/httperf/files/md5 b/benchmarks/httperf/files/md5
new file mode 100644
index 00000000000..13600d13d07
--- /dev/null
+++ b/benchmarks/httperf/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/03/16 22:53:29 thorpej Exp $
+
+MD5 (httperf-0.6.tar.gz) = d67ee49eb06e14d0bf8dbf5bce954c5b
diff --git a/benchmarks/httperf/pkg/COMMENT b/benchmarks/httperf/pkg/COMMENT
new file mode 100644
index 00000000000..229ecde1e41
--- /dev/null
+++ b/benchmarks/httperf/pkg/COMMENT
@@ -0,0 +1 @@
+Popular web server benchmarking program
diff --git a/benchmarks/httperf/pkg/DESCR b/benchmarks/httperf/pkg/DESCR
new file mode 100644
index 00000000000..045c1f22152
--- /dev/null
+++ b/benchmarks/httperf/pkg/DESCR
@@ -0,0 +1,4 @@
+httperf is a popular web server benchmarking program that supports
+the HTTP/1.1 protocol
+
+It was written by David Mosberger at Hewlett-Packard.
diff --git a/benchmarks/httperf/pkg/PLIST b/benchmarks/httperf/pkg/PLIST
new file mode 100644
index 00000000000..f0560698fe3
--- /dev/null
+++ b/benchmarks/httperf/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/16 22:53:28 thorpej Exp $
+bin/httperf
+man/man1/httperf.1