benchmarks/tsung: Update 1.6.0 -> 1.7.0

Maintainer refused to maintain this port => reset maintainership.

PR:		238765
This commit is contained in:
Yuri Victorovich 2020-01-31 06:12:13 +00:00
parent fae34af984
commit 80c0efc502
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524675
3 changed files with 287 additions and 313 deletions

View File

@ -2,12 +2,11 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= tsung PORTNAME= tsung
PORTVERSION= 1.6.0 DISTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= benchmarks sysutils CATEGORIES= benchmarks sysutils
MASTER_SITES= http://tsung.erlang-projects.org/dist/ MASTER_SITES= http://tsung.erlang-projects.org/dist/
MAINTAINER= linpct@gmail.com MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-protocol distributed load testing tool COMMENT= Multi-protocol distributed load testing tool
LICENSE= GPLv2 LICENSE= GPLv2
@ -15,16 +14,19 @@ LICENSE= GPLv2
BUILD_DEPENDS= erlc:lang/erlang BUILD_DEPENDS= erlc:lang/erlang
RUN_DEPENDS= erl:lang/erlang RUN_DEPENDS= erl:lang/erlang
USES= gmake perl5 python:run shebangfix
USE_PERL5= run USE_PERL5= run
GNU_CONFIGURE= yes
USES= gmake perl5 python:run shebangfix
SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py \ SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py \
src/tsung-plotter/tsplot.py.in src/tsung-plotter/tsplot.py.in
GNU_CONFIGURE= yes
PLIST_SUB= PORTVERSION=${PORTVERSION} PLIST_SUB= PORTVERSION=${PORTVERSION}
OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/| ; \ @${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/| ; \

View File

@ -1,2 +1,3 @@
SHA256 (tsung-1.6.0.tar.gz) = 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 TIMESTAMP = 1561226919
SIZE (tsung-1.6.0.tar.gz) = 1585794 SHA256 (tsung-1.7.0.tar.gz) = 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a
SIZE (tsung-1.7.0.tar.gz) = 1572265

View File

@ -1,317 +1,288 @@
bin/tsplot bin/tsplot
bin/tsung bin/tsung
bin/tsung-recorder bin/tsung-recorder
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ELDAPv3.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/eldap.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/gen_ts_transport.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochijson2.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochinum.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiutf8.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_charref.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_headers.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_html.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_util.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath_functions.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath_parser.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath_utils.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mqtt_frame.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth_hmac_sha1.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth_http.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth_plaintext.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth_rsa_sha1.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth_unix.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/oauth_uri.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/pgsql_proto.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/pgsql_util.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rabbit_binary_generator.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rabbit_binary_parser.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rabbit_command_assembler.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rabbit_framing_amqp_0_9_1.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rabbit_misc.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rfc4515_parser.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_amqp.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_bosh.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_bosh_ssl.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_client.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_client_sup.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_cport.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_digest.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_dynvars.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_erlang.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_fs.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_http.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_http_common.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_ip_scan.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_jabber.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_jabber_common.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_job.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_launcher.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_launcher_mgr.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_launcher_static.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_ldap.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_ldap_common.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_local_mon.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_mon_cache.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_mqtt.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_mysql.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_pgsql.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_plugin.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_raw.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_reports.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_search.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_server_websocket.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_session_cache.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_shell.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_ssl.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_ssl6.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_ssl_session_cache.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_stats.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_sup.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_tcp.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_tcp6.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_udp.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_udp6.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_utils.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_webdav.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_websocket.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/tsung.app
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/tsung.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/uuid.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/websocket.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ELDAPv3.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/eldap.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/mqtt.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/rabbit.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/rabbit_framing.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_amqp.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_config.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_fs.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_http.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_jabber.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_job.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_ldap.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_macros.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_mqtt.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_mysql.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_os_mon.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_pgsql.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_profile.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_raw.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_recorder.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_shell.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/include/ts_websocket.hrl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/gen_ts_transport.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_amqp.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_bosh.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_bosh_ssl.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_client.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_client_sup.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_cport.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_digest.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_dynvars.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_erlang.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_fs.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_http.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_http_common.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_ip_scan.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_jabber.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_jabber_common.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_job.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_launcher.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_launcher_mgr.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_launcher_static.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_ldap.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_ldap_common.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_local_mon.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_mon_cache.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_mqtt.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_mysql.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_pgsql.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_plugin.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_raw.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_reports.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_search.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_server_websocket.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_session_cache.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_shell.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_ssl.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_ssl6.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_ssl_session_cache.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_stats.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_sup.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_tcp.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_tcp6.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_udp.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_udp6.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_utils.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_webdav.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_websocket.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/tsung.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_api.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_amqp.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_fs.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_http.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_jabber.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_job.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_ldap.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_mqtt.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_mysql.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_pgsql.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_raw.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_server.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_shell.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_websocket.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_controller_sup.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_file_server.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_interaction_server.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_job_notify.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_match_logger.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_mon.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_msg_server.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_erlang.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_munin.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_snmp.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_sup.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_stats_mon.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_timer.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_user_server.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_user_server_sup.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_web.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/tsung_controller.app
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/tsung_controller.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ELDAPv3.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/eldap.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/mqtt.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/rabbit.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/rabbit_framing.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_amqp.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_config.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_fs.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_http.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_jabber.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_job.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_ldap.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_macros.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_mqtt.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_mysql.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_os_mon.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_pgsql.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_profile.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_raw.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_recorder.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_shell.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include/ts_websocket.hrl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_api.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_amqp.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_fs.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_http.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_jabber.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_job.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_ldap.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_mqtt.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_mysql.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_pgsql.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_raw.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_server.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_shell.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_websocket.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_controller_sup.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_file_server.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_interaction_server.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_job_notify.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_match_logger.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_mon.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_msg_server.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_os_mon.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_erlang.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_munin.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_snmp.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_sup.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_stats_mon.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_timer.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_user_server.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_user_server_sup.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_web.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/tsung_controller.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_client_proxy.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_client_proxy_sup.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_http.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_listener.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_pgsql.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_recorder.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_webdav.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/ts_recorder_sup.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/tsung_recorder.app
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin/tsung_recorder.beam
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ELDAPv3.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/eldap.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/mqtt.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/rabbit.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/rabbit_framing.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_amqp.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_config.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_fs.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_http.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_jabber.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_job.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_ldap.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_macros.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_mqtt.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_mysql.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_os_mon.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_pgsql.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_profile.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_raw.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_recorder.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_shell.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include/ts_websocket.hrl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_client_proxy.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_client_proxy_sup.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_http.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_listener.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_pgsql.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_recorder.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_webdav.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/ts_recorder_sup.erl
lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.erl
lib/tsung/bin/log2tsung.pl lib/tsung/bin/log2tsung.pl
lib/tsung/bin/tsung-rrd.pl lib/tsung/bin/tsung-rrd.pl
lib/tsung/bin/tsung_percentile.pl lib/tsung/bin/tsung_percentile.pl
lib/tsung/bin/tsung_stats.pl lib/tsung/bin/tsung_stats.pl
lib/tsung/tsung-%%PORTVERSION%%/ebin/gen_ts_transport.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochijson2.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochinum.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiutf8.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_charref.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_headers.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_html.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_util.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath_functions.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath_parser.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochiweb_xpath_utils.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mqtt_frame.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth_hmac_sha1.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth_http.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth_plaintext.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth_rsa_sha1.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth_unix.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/oauth_uri.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/pgsql_proto.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/pgsql_util.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/rabbit_binary_generator.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/rabbit_binary_parser.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/rabbit_command_assembler.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/rabbit_framing_amqp_0_9_1.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/rabbit_misc.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/rfc4515_parser.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_amqp.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_bosh.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_bosh_ssl.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_client.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_client_sup.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_cport.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_digest.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_dynvars.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_erlang.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_fs.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_http.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_http_common.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_ip_scan.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_jabber.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_jabber_common.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_job.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_launcher.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_launcher_mgr.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_launcher_static.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_ldap.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_ldap_common.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_local_mon.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_mon_cache.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_mqtt.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_mysql.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_pgsql.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_plugin.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_raw.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_search.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_server_websocket.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_server_websocket_ssl.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_session_cache.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_shell.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_ssl.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_ssl6.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_ssl_session_cache.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_stats.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_sup.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_tcp.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_tcp6.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_udp.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_udp6.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_utils.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_webdav.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/ts_websocket.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/tsung.app
lib/tsung/tsung-%%PORTVERSION%%/ebin/tsung.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/uuid.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/websocket.beam
lib/tsung/tsung-%%PORTVERSION%%/include/ELDAPv3.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/mqtt.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/rabbit.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/rabbit_framing.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_amqp.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_config.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_fs.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_http.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_jabber.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_job.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_ldap.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_macros.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_mqtt.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_mysql.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_os_mon.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_pgsql.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_profile.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_raw.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_recorder.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_shell.hrl
lib/tsung/tsung-%%PORTVERSION%%/include/ts_websocket.hrl
lib/tsung/tsung-%%PORTVERSION%%/src/gen_ts_transport.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_amqp.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_bosh.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_bosh_ssl.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_client.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_client_sup.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_cport.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_digest.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_dynvars.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_erlang.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_fs.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_http.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_http_common.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_ip_scan.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_jabber.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_jabber_common.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_job.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_launcher.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_launcher_mgr.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_launcher_static.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_ldap.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_ldap_common.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_local_mon.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_mon_cache.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_mqtt.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_mysql.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_pgsql.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_plugin.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_raw.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_search.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_server_websocket.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_server_websocket_ssl.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_session_cache.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_shell.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_ssl.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_ssl6.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_ssl_session_cache.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_stats.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_sup.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_tcp.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_tcp6.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_udp.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_udp6.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_utils.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_webdav.erl
lib/tsung/tsung-%%PORTVERSION%%/src/ts_websocket.erl
lib/tsung/tsung-%%PORTVERSION%%/src/tsung.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_api.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_amqp.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_fs.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_http.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_jabber.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_job.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_ldap.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_mqtt.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_mysql.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_pgsql.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_raw.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_server.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_shell.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_config_websocket.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_controller_sup.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_file_server.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_interaction_server.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_job_notify.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_match_logger.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_mon.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_msg_server.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_erlang.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_munin.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_snmp.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_os_mon_sup.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_stats_mon.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_timer.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_user_server.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_user_server_sup.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_web.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/tsung_controller.app
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/tsung_controller.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ELDAPv3.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/mqtt.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/rabbit.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/rabbit_framing.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_amqp.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_config.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_fs.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_http.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_jabber.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_job.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_ldap.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_macros.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_mqtt.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_mysql.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_os_mon.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_pgsql.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_profile.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_raw.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_recorder.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_shell.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/include/ts_websocket.hrl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_api.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_amqp.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_fs.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_http.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_jabber.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_job.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_ldap.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_mqtt.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_mysql.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_pgsql.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_raw.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_server.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_shell.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_config_websocket.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_controller_sup.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_file_server.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_interaction_server.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_job_notify.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_match_logger.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_mon.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_msg_server.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_os_mon.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_erlang.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_munin.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_snmp.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_os_mon_sup.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_stats_mon.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_timer.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_user_server.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_user_server_sup.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_web.erl
lib/tsung/tsung_controller-%%PORTVERSION%%/src/tsung_controller.erl
lib/tsung/tsung_plotter/__init__.py lib/tsung/tsung_plotter/__init__.py
lib/tsung/tsung_plotter/tsung.py lib/tsung/tsung_plotter/tsung.py
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_client_proxy.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_client_proxy_sup.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_http.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_listener.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_pgsql.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_recorder.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_proxy_webdav.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/ts_recorder_sup.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/tsung_recorder.app
lib/tsung/tsung_recorder-%%PORTVERSION%%/ebin/tsung_recorder.beam
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ELDAPv3.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/mqtt.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/rabbit.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/rabbit_framing.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_amqp.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_config.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_fs.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_http.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_jabber.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_job.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_ldap.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_macros.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_mqtt.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_mysql.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_os_mon.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_pgsql.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_profile.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_raw.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_recorder.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_shell.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/include/ts_websocket.hrl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_client_proxy.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_client_proxy_sup.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_http.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_listener.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_pgsql.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_recorder.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_webdav.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_recorder_sup.erl
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.erl
man/man1/tsplot.1.gz man/man1/tsplot.1.gz
man/man1/tsung-recorder.1.gz man/man1/tsung-recorder.1.gz
man/man1/tsung.1.gz man/man1/tsung.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bosh.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fs-nfs.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http-digest.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http-oauth.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_distributed.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_setdynvars.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_simple.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_tag.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_muc.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_node.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_privacy.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_register.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_roster.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_starttls.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ldap.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/raw.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thinks.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thinks2.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket.xml
%%DATADIR%%/templates/footer.thtml %%DATADIR%%/templates/footer.thtml
%%DATADIR%%/templates/graph.thtml %%DATADIR%%/templates/graph.thtml
%%DATADIR%%/templates/graph_dy.thtml %%DATADIR%%/templates/graph_dy.thtml
@ -330,6 +301,6 @@ man/man1/tsung.1.gz
%%DATADIR%%/tsung_plotter/pgsql.plots.en.conf %%DATADIR%%/tsung_plotter/pgsql.plots.en.conf
%%DATADIR%%/tsung_plotter/pgsql.plots.fr.conf %%DATADIR%%/tsung_plotter/pgsql.plots.fr.conf
%%DATADIR%%/tsung_plotter/stats.conf %%DATADIR%%/tsung_plotter/stats.conf
@dir lib/erlang/lib/tsung-%%PORTVERSION%%/priv @dir lib/tsung/tsung-%%PORTVERSION%%/priv
@dir lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv @dir lib/tsung/tsung_controller-%%PORTVERSION%%/priv
@dir lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv @dir lib/tsung/tsung_recorder-%%PORTVERSION%%/priv