1 | # $Id $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name tsung |
---|
6 | |
---|
7 | version 1.3.0 |
---|
8 | |
---|
9 | categories erlang devel |
---|
10 | maintainers febeling openmaintainer |
---|
11 | description Load test tool for HTTP, PostgreSQL, Jabber and others. |
---|
12 | long_description Tsung (formerly IDX-Tsunami) is a distributed load testing tool. \ |
---|
13 | It is protocol-independent and can currently be used to stress HTTP, SOAP, \ |
---|
14 | PostgreSQL, and Jabber servers. It is distributed under the GNU General \ |
---|
15 | Public License version 2. |
---|
16 | homepage http://tsung.erlang-projects.org/ |
---|
17 | platforms darwin |
---|
18 | depends_lib port:erlang \ |
---|
19 | port:gnuplot \ |
---|
20 | port:p5-template-toolkit |
---|
21 | |
---|
22 | master_sites http://tsung.erlang-projects.org/dist/ |
---|
23 | distfiles tsung-${version}${extract.suffix} |
---|
24 | |
---|
25 | checksums tsung-1.3.0.tar.gz \ |
---|
26 | md5 341852c8fd9731d0d31d9b7ab895985e \ |
---|
27 | sha1 1f643ce6240625fc3b3c7220186e1e2a9eed1e49 \ |
---|
28 | rmd160 422c641f67ca087a705561f6ab645c75f2c7d45f |
---|
29 | |
---|
30 | set relname tsung-${version} |
---|
31 | worksrcdir ${relname} |
---|
32 | build.target all doc |
---|