mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup openssl 1.0
|
|
|
|
name httperf
|
|
version 0.9.0
|
|
revision 5
|
|
categories www benchmarks
|
|
license {GPL-2+ OpenSSLException}
|
|
maintainers nomaintainer
|
|
description tool for measuring webserver performance
|
|
long_description \
|
|
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 protocol, and its extensibility to new workload \
|
|
generators and performance measurements.
|
|
homepage http://www.hpl.hp.com/research/linux/httperf/
|
|
platforms darwin
|
|
master_sites ftp://ftp.hpl.hp.com/pub/httperf/
|
|
checksums md5 2968c36b9ecf3d98fc1f2c1c9c0d9341 \
|
|
sha1 2aa885c0c143d809c0e50a6eca5063090bddee35 \
|
|
rmd160 59580cf5e876b18e69ffb69214c97fbc524be749
|
|
|
|
configure.cppflags
|
|
|
|
openssl.branch 1.0
|
|
openssl.configure build_flags
|
|
|
|
destroot.destdir prefix=${destroot}${prefix} \
|
|
exec_prefix=${destroot}${prefix}
|
|
|
|
post-destroot {
|
|
set docdir ${destroot}${prefix}/share/doc/${name}-${version}
|
|
xinstall -d ${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
NEWS \
|
|
README \
|
|
TODO \
|
|
${docdir}
|
|
}
|