1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name polygraph |
---|
7 | version 4.0.11 |
---|
8 | categories benchmarks www |
---|
9 | platforms darwin |
---|
10 | maintainers free.fr:fclaire |
---|
11 | |
---|
12 | description Web Polygraph is a performance testing tool for caching proxies and other Web intermediaries. |
---|
13 | |
---|
14 | long_description Web Polygraph is a freely available performance testing tool for caching proxies, \ |
---|
15 | origin server accelerators, L4/7 switches, content filters, and other Web intermediaries. \ |
---|
16 | Polygraph's features include: \ |
---|
17 | - high-performance HTTP clients and servers \ |
---|
18 | - realistic HTTP, FTP and SSL traffic generation \ |
---|
19 | - HTTP and SOCKS5 proxy support, with chaining \ |
---|
20 | - HTTP Basic, NTLM, and Negotiate proxy authentication \ |
---|
21 | - LDAP-friendly generation of user credentials \ |
---|
22 | - flexible content simulation \ |
---|
23 | - ready-to-use standard workloads for benchmarking \ |
---|
24 | - powerful domain-specific configuration language \ |
---|
25 | - portable open-source implementation \ |
---|
26 | - friendly commercial support |
---|
27 | |
---|
28 | homepage http://www.web-polygraph.org/ |
---|
29 | master_sites ${homepage}downloads/srcs/ |
---|
30 | |
---|
31 | checksums md5 ebe31c754d373a64af0b65e8f160c075 \ |
---|
32 | sha1 31ca974ac9e99593c41bb17c162a0ad6b70ce76b \ |
---|
33 | rmd160 5d75f833df97d986fbb9514703ead3ef73257c88 |
---|
34 | |
---|
35 | distfiles ${name}-${version}-src.tgz |
---|
36 | |
---|
37 | patchfiles patch-src-xstd-Ssl.cc.diff |
---|
38 | |
---|
39 | variant universal {} |
---|
40 | if {[variant_isset universal]} { |
---|
41 | set archflags ${configure.universal_cflags} |
---|
42 | } else { |
---|
43 | set archflags ${configure.cc_archflags} |
---|
44 | } |
---|
45 | |
---|
46 | livecheck.type regex |
---|
47 | livecheck.url ${homepage}downloads/srcs/ |
---|
48 | livecheck.regex ${name}-(\[0-9\\.\]+)-src.tgz |
---|
49 | |
---|