diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 13:07:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 13:07:53 +0000 |
commit | c4a7a1d62ca7faf9c0d3dfc97d32a2e87b2d6519 (patch) | |
tree | 1240ef3fe20e897584bcf34787645d4f2cb2dd8c | |
parent | add p5-Proc-Reliable 1.10 (diff) |
add p5-ApacheBench 0.62
Perl module for HTTP benchmarking
PR: 33849
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes:
svn path=/head/; revision=61814
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-ApacheBench/Makefile | 22 | ||||
-rw-r--r-- | www/p5-ApacheBench/distinfo | 1 | ||||
-rw-r--r-- | www/p5-ApacheBench/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-ApacheBench/pkg-descr | 15 | ||||
-rw-r--r-- | www/p5-ApacheBench/pkg-plist | 12 |
6 files changed, 52 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f36fccd9e194..a38e0433b50f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -242,6 +242,7 @@ SUBDIR += p5-Apache-SSI SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-SharedMem + SUBDIR += p5-ApacheBench SUBDIR += p5-AxKit SUBDIR += p5-AxKit-XSP-Cookie SUBDIR += p5-AxKit-XSP-ESQL diff --git a/www/p5-ApacheBench/Makefile b/www/p5-ApacheBench/Makefile new file mode 100644 index 000000000000..db406c3a22cf --- /dev/null +++ b/www/p5-ApacheBench/Makefile @@ -0,0 +1,22 @@ +# Ports collection Makefile for: p5-ApacheBench +# Date created: 11 Jan 2002 +# Whom: dom@happygiraffe.net +# +# $FreeBSD$ +# + +PORTNAME= ApacheBench +PORTVERSION= 0.62 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTPD +PKGNAMEPREFIX= p5- + +MAINTAINER= dom@happygiraffe.net + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTTPD::Bench::ApacheBench.3 + +.include <bsd.port.mk> diff --git a/www/p5-ApacheBench/distinfo b/www/p5-ApacheBench/distinfo new file mode 100644 index 000000000000..b256983cc2fd --- /dev/null +++ b/www/p5-ApacheBench/distinfo @@ -0,0 +1 @@ +MD5 (ApacheBench-0.62.tar.gz) = 7e15d9de08ef51c1a31b9e57625ead18 diff --git a/www/p5-ApacheBench/pkg-comment b/www/p5-ApacheBench/pkg-comment new file mode 100644 index 000000000000..89af6d2ef32b --- /dev/null +++ b/www/p5-ApacheBench/pkg-comment @@ -0,0 +1 @@ +Perl module for HTTP benchmarking diff --git a/www/p5-ApacheBench/pkg-descr b/www/p5-ApacheBench/pkg-descr new file mode 100644 index 000000000000..7fc543fa8f3a --- /dev/null +++ b/www/p5-ApacheBench/pkg-descr @@ -0,0 +1,15 @@ +This is ApacheBench version 0.62, the Perl API for Apache benchmarking +and regression testing. + +This project is meant to be the foundation of a complete benchmarking +and regression testing suite for a transaction- processing mod_perl +site. We needed to be able to stress our server to its limit while also +having a way to verify the HTTP responses for correctness. We also +extended the single-URL ab model to a multiple-URL sequence model. + +ApacheBench is based on the Apache 1.3.12 ab code (src/support/ab.c). +Since the initial release, I have made efforts to merge in all the +newest features of ab. Currently (v0.62) it has almost all the features +of Apache 1.3.22 ab. + +WWW: http://search.cpan.org/search?dist=ApacheBench diff --git a/www/p5-ApacheBench/pkg-plist b/www/p5-ApacheBench/pkg-plist new file mode 100644 index 000000000000..52eb3e6d031b --- /dev/null +++ b/www/p5-ApacheBench/pkg-plist @@ -0,0 +1,12 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTPD/Bench/ApacheBench.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTPD/Bench/ApacheBench/Regression.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTPD/Bench/ApacheBench/Run.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD/Bench/ApacheBench/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD/Bench/ApacheBench/ApacheBench.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD/Bench/ApacheBench/ApacheBench.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTPD/Bench/ApacheBench +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTPD/Bench 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTPD 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD/Bench/ApacheBench +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD/Bench 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD 2>/dev/null || true |