Date: Sat, 28 Aug 2010 06:28:09 -0700 (PDT) From: Julien Laffaye <kimelto@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/150068: [PATCH] benchmarks/httperf: update master site, take maintainership Message-ID: <4c790ee9.8113e30a.7c3e.ffffd7d0@mx.google.com> Resent-Message-ID: <201008281330.o7SDU7NU038455@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150068 >Category: ports >Synopsis: [PATCH] benchmarks/httperf: update master site, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 28 13:30:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Julien Laffaye >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD silver.lan 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 >Description: - Update MASTER_SITES and WWW - Add LICENSE - Cleanup pkg-desc - Take maintainership Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- httperf-0.9.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/benchmarks/httperf.orig/Makefile /usr/ports/benchmarks/httperf/Makefile --- /usr/ports/benchmarks/httperf.orig/Makefile 2010-08-28 05:59:52.000000000 -0700 +++ /usr/ports/benchmarks/httperf/Makefile 2010-08-28 06:14:49.000000000 -0700 @@ -8,11 +8,13 @@ PORTNAME= httperf PORTVERSION= 0.9.0 CATEGORIES= benchmarks www -MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/ +MASTER_SITES= http://httperf.googlecode.com/files/ -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 -ruN --exclude=CVS /usr/ports/benchmarks/httperf.orig/pkg-descr /usr/ports/benchmarks/httperf/pkg-descr --- /usr/ports/benchmarks/httperf.orig/pkg-descr 2010-08-28 05:59:52.000000000 -0700 +++ /usr/ports/benchmarks/httperf/pkg-descr 2010-08-28 06:09:21.000000000 -0700 @@ -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/ --- httperf-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c790ee9.8113e30a.7c3e.ffffd7d0>