aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-08-29 00:01:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-08-29 00:01:22 +0000
commiteb70d9c57b389843bbaabd3f79f8d7ba757bdb20 (patch)
tree91d250c48e0a17068e07f13851db9146746e4399 /benchmarks/httperf
parent37bd4f91ccdec3b724621949e91940084595be66 (diff)
downloadports-eb70d9c57b389843bbaabd3f79f8d7ba757bdb20.tar.gz
ports-eb70d9c57b389843bbaabd3f79f8d7ba757bdb20.zip
- Update MASTER_SITES and WWW
- Add LICENSE - Cleanup pkg-descr - Submitter is not maintainer PR: ports/150068 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Approved by: tabthorpe (co-mentor)
Notes
Notes: svn path=/head/; revision=260145
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile6
-rw-r--r--benchmarks/httperf/pkg-descr26
2 files changed, 13 insertions, 19 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index d6ad0b86448d..b7974992a48a 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -8,11 +8,13 @@
PORTNAME= httperf
PORTVERSION= 0.9.0
CATEGORIES= benchmarks www
-MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
+MASTER_SITES= GOOGLE_CODE
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= kimelto@gmail.com
COMMENT= A tool for measuring webserver performance
+LICENSE= GPLv2
+
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/benchmarks/httperf/pkg-descr b/benchmarks/httperf/pkg-descr
index 15bc81493cf1..b41af6a8377f 100644
--- a/benchmarks/httperf/pkg-descr
+++ b/benchmarks/httperf/pkg-descr
@@ -1,19 +1,11 @@
-Quoted from the website below:
-
- "This paper describes httperf, a tool for measuring web server
-performance. It provides a flexible facility for generating various
-HTTP workloads and for measuring server performance. The focus of httperf
-is not on implementing one particular benchmark but on providing a robust,
-high-performance tool that facilitates the construction of both micro-
-and macro-level benchmarks. The three distinguishing characteristics of
-httperf are its robustness, which includes the ability to generate and
-sustain server overload, support for the HTTP/1.1 protocol, and its
+Httperf is a tool for measuring web server performance. It provides a flexible
+facility for generating various HTTP workloads and for measuring server
+performance.
+The focus of httperf is not on implementing one particular benchmark but on
+providing a robust, high-performance tool that facilitates the construction of
+both micro- and macro-level benchmarks. The three distinguishing characteristics
+of httperf are its robustness, which includes the ability to generate and
+sustain server overload, support for the HTTP/1.1 and SSL protocols, and its
extensibility to new workload generators and performance measurements.
-In addition to reporting on the design and implementation of httperf this
-paper also discusses some of the experiences and insights gained while
-realizing this tool."
-
-"This paper" refers to the paper that was written on this program. I don't
-think I could possibly summarize it better than the above paragraph.
-WWW: http://www.hpl.hp.com/research/linux/httperf/
+WWW: http://code.google.com/p/httperf/