Ticket #17878: Portfile

File Portfile, 1.0 KB (added by will.bryant@…, 15 years ago)
Line 
1# $Id $
2
3PortSystem       1.0
4
5name             tsung
6
7version          1.3.0
8
9categories       erlang devel
10maintainers      febeling openmaintainer
11description      Load test tool for HTTP, PostgreSQL, Jabber and others.
12long_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.
16homepage         http://tsung.erlang-projects.org/
17platforms        darwin
18depends_lib      port:erlang \
19        port:gnuplot \
20        port:p5-template-toolkit
21
22master_sites     http://tsung.erlang-projects.org/dist/
23distfiles        tsung-${version}${extract.suffix}
24
25checksums        tsung-1.3.0.tar.gz \
26                     md5 341852c8fd9731d0d31d9b7ab895985e \
27                     sha1 1f643ce6240625fc3b3c7220186e1e2a9eed1e49 \
28                     rmd160 422c641f67ca087a705561f6ab645c75f2c7d45f
29
30set relname      tsung-${version}
31worksrcdir       ${relname}
32build.target     all doc