# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 77049 2011-03-18 15:16:13Z ryandesign@macports.org $

PortSystem       1.0

name             tsung
version          1.3.3
categories       erlang devel
maintainers      nomaintainer
supported_archs  noarch

description      Load test tool for HTTP, PostgreSQL, Jabber and others.
long_description Tsung (formerly IDX-Tsunami) is a distributed load testing tool. \
	It is protocol-independent and can currently be used to stress HTTP, SOAP, \
	PostgreSQL, and Jabber servers. It is distributed under the GNU General \
	Public License version 2.
homepage         http://tsung.erlang-projects.org/
platforms        darwin
master_sites     ${homepage}dist/

checksums           sha1    eefd8a2f698169b8c86b620a0248f775ecbfd6fa \
                    rmd160  6181f2c917bfe191ccc97055f61d100b268bf6db

depends_lib      port:erlang \
	port:mochiweb \
	port:gnuplot \
	port:p5-template-toolkit

build.target     all doc
