From 1000fe6b58e3f68b8611b5f7d4e8075cfbed2b35 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 16 Mar 2000 22:53:28 +0000 Subject: Package for David Mosberger's httperf web server benchmarking tool. --- benchmarks/httperf/Makefile | 19 +++++++++++++++++++ benchmarks/httperf/files/md5 | 3 +++ benchmarks/httperf/pkg/COMMENT | 1 + benchmarks/httperf/pkg/DESCR | 4 ++++ benchmarks/httperf/pkg/PLIST | 3 +++ 5 files changed, 30 insertions(+) create mode 100644 benchmarks/httperf/Makefile create mode 100644 benchmarks/httperf/files/md5 create mode 100644 benchmarks/httperf/pkg/COMMENT create mode 100644 benchmarks/httperf/pkg/DESCR create mode 100644 benchmarks/httperf/pkg/PLIST (limited to 'benchmarks') 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 -- cgit v1.2.3