View | Details | Raw Unified | Return to bug 205900 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	httperf
4
PORTNAME=	httperf
5
PORTVERSION=	0.9.0
5
PORTVERSION=	0.9.0.1
6
CATEGORIES=	benchmarks www
6
CATEGORIES=	benchmarks www
7
MASTER_SITES=	GOOGLE_CODE
7
#MASTER_SITES=	GOOGLE_CODE
8
8
9
MAINTAINER=	jlaffaye@FreeBSD.org
9
MAINTAINER=	jlaffaye@FreeBSD.org
10
COMMENT=	Tool for measuring webserver performance
10
COMMENT=	Tool for measuring webserver performance
Lines 13-19 Link Here
13
13
14
USE_OPENSSL=	yes
14
USE_OPENSSL=	yes
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
USES=		gmake
16
USES=		autoreconf gmake libtool
17
USE_GITHUB=	yes
18
GH_TAGNAME=	dcfb746
17
MAKE_ARGS=	LIBUTIL_OBJS=ssl_writev.o \
19
MAKE_ARGS=	LIBUTIL_OBJS=ssl_writev.o \
18
		exec_prefix=${PREFIX}
20
		exec_prefix=${PREFIX}
19
21
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (httperf-0.9.0.tar.gz) = e1a0bf56bcb746c04674c47b6cfa531fad24e45e9c6de02aea0d1c5f85a2bf1c
1
SHA256 (httperf-httperf-0.9.0.1-dcfb746_GH0.tar.gz) = 72294a3cbfd78b48f38b077f7a380ef24b69f3bc24f6ec87875f2f069153677d
2
SIZE (httperf-0.9.0.tar.gz) = 425297
2
SIZE (httperf-httperf-0.9.0.1-dcfb746_GH0.tar.gz) = 103950
(-)pkg-descr (-8 / +8 lines)
Lines 1-11 Link Here
1
Httperf is a tool for measuring web server performance. It provides a flexible 
1
Httperf is a tool for measuring web server performance. It provides a flexible
2
facility for generating various HTTP workloads and for measuring server 
2
facility for generating various HTTP workloads and for measuring server
3
performance.
3
performance.
4
The focus of httperf is not on implementing one particular benchmark but on 
4
The focus of httperf is not on implementing one particular benchmark but on
5
providing a robust, high-performance tool that facilitates the construction of 
5
providing a robust, high-performance tool that facilitates the construction of
6
both micro- and macro-level benchmarks. The three distinguishing characteristics
6
both micro- and macro-level benchmarks. The three distinguishing characteristics
7
of httperf are its robustness, which includes the ability to generate and 
7
of httperf are its robustness, which includes the ability to generate and
8
sustain server overload, support for the HTTP/1.1 and SSL protocols, and its 
8
sustain server overload, support for the HTTP/1.1 and SSL protocols, and its
9
extensibility to new workload generators and performance measurements. 
9
extensibility to new workload generators and performance measurements.
10
10
11
WWW:	http://code.google.com/p/httperf/
11
WWW: http://code.google.com/p/httperf/

Return to bug 205900