From kimelto@gmail.com  Sat Aug 28 13:28:12 2010
Return-Path: <kimelto@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BF28110656AD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 13:28:12 +0000 (UTC)
	(envelope-from kimelto@gmail.com)
Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50])
	by mx1.freebsd.org (Postfix) with ESMTP id 56B408FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 13:28:11 +0000 (UTC)
Received: by wwb34 with SMTP id 34so3096172wwb.31
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 06:28:11 -0700 (PDT)
Received: by 10.227.156.78 with SMTP id v14mr2143953wbw.62.1283002090639;
        Sat, 28 Aug 2010 06:28:10 -0700 (PDT)
Received: from localhost (esc31-1-78-245-92-55.fbx.proxad.net [78.245.92.55])
        by mx.google.com with ESMTPS id a1sm4419734wbb.8.2010.08.28.06.28.09
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 28 Aug 2010 06:28:09 -0700 (PDT)
Message-Id: <4c790ee9.8113e30a.7c3e.ffffd7d0@mx.google.com>
Date: Sat, 28 Aug 2010 06:28:09 -0700 (PDT)
From: Julien Laffaye <kimelto@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] benchmarks/httperf: update master site, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150068
>Category:       ports
>Synopsis:       [PATCH] benchmarks/httperf: update master site, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 13:30:06 UTC 2010
>Closed-Date:    Sun Aug 29 00:01:44 UTC 2010
>Last-Modified:  Sun Aug 29 00:10:02 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Sat Aug 28 14:56:13 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150068 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Sun Aug 29 00:01:41 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150068 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150068: commit references a PR
Date: Sun, 29 Aug 2010 00:01:37 +0000 (UTC)

 bapt        2010-08-29 00:01:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     benchmarks/httperf   Makefile pkg-descr 
   Log:
   - 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)
   
   Revision  Changes    Path
   1.24      +4 -2      ports/benchmarks/httperf/Makefile
   1.4       +9 -17     ports/benchmarks/httperf/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
