c27ca3d7ac
Tsung is a distributed load testing tool that is available free of charge as an open source software product. It is protocol-independent and can be used to stress Jabber/XMPP, HTTP, SOAP, LDAP and PostgreSQL servers. The tool can simulate very large numbers of users per server, making it ideal for analysing and testing the performance of large-scale applications, such as instant messaging solutions. ok sthen@
41 lines
768 B
Makefile
41 lines
768 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/24 09:41:41 jasper Exp $
|
|
|
|
COMMENT= multi-protocol distributed load testing tool
|
|
|
|
V= 1.4.2
|
|
DISTNAME= tsung-$V
|
|
|
|
CATEGORIES= benchmarks net
|
|
|
|
HOMEPAGE= http://www.process-one.net/en/tsung/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://tsung.erlang-projects.org/dist/
|
|
|
|
MODPY_BUILD_DEP= No
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= lang/erlang
|
|
RUN_DEPENDS= graphics/py-matplotlib \
|
|
lang/erlang \
|
|
math/gnuplot \
|
|
shells/bash
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= HOME=/tmp
|
|
|
|
MODPY_ADJ_FILES= src/tsung-plotter/tsplot.py.in
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
SUBST_VARS+= V
|
|
|
|
.include <bsd.port.mk>
|