Revision: 74213 http://trac.macports.org/changeset/74213 Author: ryandesign@macports.org Date: 2010-12-07 12:02:25 -0800 (Tue, 07 Dec 2010) Log Message: ----------- polygraph: new port, version 4.0.11; see #27606 Added Paths: ----------- trunk/dports/benchmarks/polygraph/ trunk/dports/benchmarks/polygraph/Portfile trunk/dports/benchmarks/polygraph/files/ trunk/dports/benchmarks/polygraph/files/patch-src-xstd-Ssl.cc.diff Added: trunk/dports/benchmarks/polygraph/Portfile =================================================================== --- trunk/dports/benchmarks/polygraph/Portfile (rev 0) +++ trunk/dports/benchmarks/polygraph/Portfile 2010-12-07 20:02:25 UTC (rev 74213) @@ -0,0 +1,41 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name polygraph +version 4.0.11 +categories benchmarks www +platforms darwin +maintainers free.fr:fclaire + +description Web Polygraph is a performance testing tool for caching proxies and other Web intermediaries. + +long_description Web Polygraph is a freely available performance testing tool for caching proxies, \ + origin server accelerators, L4/7 switches, content filters, and other Web intermediaries. \ + Polygraph's features include: \ + - high-performance HTTP clients and servers \ + - realistic HTTP, FTP and SSL traffic generation \ + - HTTP and SOCKS5 proxy support, with chaining \ + - HTTP Basic, NTLM, and Negotiate proxy authentication \ + - LDAP-friendly generation of user credentials \ + - flexible content simulation \ + - ready-to-use standard workloads for benchmarking \ + - powerful domain-specific configuration language \ + - portable open-source implementation \ + - friendly commercial support + +homepage http://www.web-polygraph.org/ +master_sites ${homepage}downloads/srcs/ + +checksums md5 ebe31c754d373a64af0b65e8f160c075 \ + sha1 31ca974ac9e99593c41bb17c162a0ad6b70ce76b \ + rmd160 5d75f833df97d986fbb9514703ead3ef73257c88 + +distfiles ${name}-${version}-src.tgz + +patchfiles patch-src-xstd-Ssl.cc.diff + +livecheck.type regex +livecheck.url ${homepage}downloads/srcs/ +livecheck.regex ${name}-(\[0-9\\.\]+)-src.tgz Property changes on: trunk/dports/benchmarks/polygraph/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/benchmarks/polygraph/files/patch-src-xstd-Ssl.cc.diff =================================================================== --- trunk/dports/benchmarks/polygraph/files/patch-src-xstd-Ssl.cc.diff (rev 0) +++ trunk/dports/benchmarks/polygraph/files/patch-src-xstd-Ssl.cc.diff 2010-12-07 20:02:25 UTC (rev 74213) @@ -0,0 +1,11 @@ +--- src/xstd/Ssl.cc.orig 2010-12-07 15:03:45.000000000 +0100 ++++ src/xstd/Ssl.cc 2010-12-07 15:04:47.000000000 +0100 +@@ -23,7 +23,7 @@ + + SslCtx::SslCtx(SslProtocol protocol, const String &cipher): theCtx(0) { + #if OPENSSL_ENABLED +- SSL_METHOD *method; ++ const SSL_METHOD *method; + switch(protocol) { + case SSLv2: + method = ::SSLv2_method();