From owner-svn-ports-head@FreeBSD.ORG Fri Jul 20 21:17:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F0361065674; Fri, 20 Jul 2012 21:17:20 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 670D28FC0A; Fri, 20 Jul 2012 21:17:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6KLHK8W038003; Fri, 20 Jul 2012 21:17:20 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6KLHKx2037995; Fri, 20 Jul 2012 21:17:20 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201207202117.q6KLHKx2037995@svn.freebsd.org> From: Jason Helfman Date: Fri, 20 Jul 2012 21:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301243 - in head: . benchmarks benchmarks/tsung X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 21:17:20 -0000 Author: jgh Date: Fri Jul 20 21:17:19 2012 New Revision: 301243 URL: http://svn.freebsd.org/changeset/ports/301243 Log: - Remove benchmarks/tsung from Attic - update to 1.4.2 PR: ports/169832 Submitted by: linpct@gmail.com Added: head/benchmarks/tsung/ - copied from r207982, head/benchmarks/tsung/ Modified: head/MOVED head/benchmarks/Makefile head/benchmarks/tsung/Makefile (contents, props changed) head/benchmarks/tsung/distinfo (contents, props changed) head/benchmarks/tsung/pkg-descr (contents, props changed) head/benchmarks/tsung/pkg-plist (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jul 20 21:06:08 2012 (r301242) +++ head/MOVED Fri Jul 20 21:17:19 2012 (r301243) @@ -44,7 +44,6 @@ sysutils/eventwatcher||2008-02-27|Has ex sysutils/p5-UPS-Nut||2008-02-27|Has expired: Version branch long since retired net-mgmt/netsaint||2008-02-27|Has expired: Now developed as Nagios, see net-mgmt/nagios port net-mgmt/netsaint-plugins||2008-02-27|Has expired: Now developed as Nagios, see net-mgmt/nagios port -benchmarks/tsung||2008-02-27|Has expired: "fails to install" games/ggo||2008-02-27|Has expired: developer's focus have moved elsewhere mail/claws-mail-etpan_privacy||2008-02-27|Has expired: no longer supported by developers x11-themes/indubstrial||2008-02-28|Has expired: yes Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Fri Jul 20 21:06:08 2012 (r301242) +++ head/benchmarks/Makefile Fri Jul 20 21:17:19 2012 (r301243) @@ -66,6 +66,7 @@ SUBDIR += sysbench SUBDIR += tcpblast SUBDIR += thrulay + SUBDIR += tsung SUBDIR += ttcp SUBDIR += ubench SUBDIR += unixbench Modified: head/benchmarks/tsung/Makefile ============================================================================== --- head/benchmarks/tsung/Makefile Wed Feb 27 07:41:30 2008 (r207982) +++ head/benchmarks/tsung/Makefile Fri Jul 20 21:17:19 2012 (r301243) @@ -6,34 +6,32 @@ # PORTNAME= tsung -PORTVERSION= 1.2.1 -CATEGORIES= benchmarks +PORTVERSION= 1.4.2 +CATEGORIES= benchmarks sysutils MASTER_SITES= http://tsung.erlang-projects.org/dist/ -DIST_SUBDIR= erlang -MAINTAINER= skv@FreeBSD.org +MAINTAINER= linpct@gmail.com COMMENT= Multi-protocol distributed load testing tool +LICENSE= GPLv2 + BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - bash:${PORTSDIR}/shells/bash \ - gnuplot:${PORTSDIR}/math/gnuplot \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit - -BROKEN= fails to install -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2008-01-22 +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang + +USE_PERL5_RUN= yes +USE_PYTHON_RUN= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-erlang=${LOCALBASE} USE_GMAKE= yes -USE_PERL5= yes -MAN1= tsung.1 +PLIST_SUB= PORTVERSION=${PORTVERSION} -PLIST_SUB+= VERSION="${PORTVERSION}" +MAN1= tsplot.1 tsung-recorder.1 tsung.1 -post-patch: - ${REINPLACE_CMD} -E 's!datadir)/man!prefix)/man!' ${WRKSRC}/Makefile.in +post-patch-script: + @${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/|' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung|' \ + ${WRKSRC}/Makefile.in .include Modified: head/benchmarks/tsung/distinfo ============================================================================== --- head/benchmarks/tsung/distinfo Wed Feb 27 07:41:30 2008 (r207982) +++ head/benchmarks/tsung/distinfo Fri Jul 20 21:17:19 2012 (r301243) @@ -1,3 +1,2 @@ -MD5 (erlang/tsung-1.2.1.tar.gz) = cb784691b3cb8604446cc56819b6b278 -SHA256 (erlang/tsung-1.2.1.tar.gz) = 1835abe088ff6e86aed39bcf99f9960bbd756e4154198e7c7788e3fb70df0de1 -SIZE (erlang/tsung-1.2.1.tar.gz) = 378877 +SHA256 (tsung-1.4.2.tar.gz) = 66608f551a8381dd853ead64c0e44255e64f25db05d3458a2e9c557d72a34d6e +SIZE (tsung-1.4.2.tar.gz) = 798017 Modified: head/benchmarks/tsung/pkg-descr ============================================================================== --- head/benchmarks/tsung/pkg-descr Wed Feb 27 07:41:30 2008 (r207982) +++ head/benchmarks/tsung/pkg-descr Fri Jul 20 21:17:19 2012 (r301243) @@ -1,5 +1,18 @@ -Tsung is a distributed load testing tool. It is protocol-independent -and can currently be used to stress HTTP, SOAP, PostgreSQL and Jabber -servers. +Tsung is an open-source multi-protocol distributed load testing tool + +It can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP and +Jabber/XMPP servers. Tsung is a free software released under the GPLv2 license. + +The purpose of Tsung is to simulate users in order to test the scalability and +performance of IP based client/server applications. You can use it to do load +and stress testing of your servers. Many protocols have been implemented and +tested, and it can be easily extended. + +It can be distributed on several client machines and is able to simulate +hundreds of thousands of virtual users concurrently (or even millions if you +have enough hardware ...). + +Tsung is developed in Erlang, an open-source language made by Ericsson for +building robust fault-tolerant distributed applications. WWW: http://tsung.erlang-projects.org/ Modified: head/benchmarks/tsung/pkg-plist ============================================================================== --- head/benchmarks/tsung/pkg-plist Wed Feb 27 07:41:30 2008 (r207982) +++ head/benchmarks/tsung/pkg-plist Fri Jul 20 21:17:19 2012 (r301243) @@ -1,176 +1,300 @@ +bin/tsplot bin/tsung -lib/erlang/lib/tsung-%%VERSION%%/BUILD_OPTIONS -lib/erlang/lib/tsung-%%VERSION%%/ebin/builder.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/gregexp.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/pgsql_proto.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/pgsql_util.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/snmp_mgr.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/snmp_mgr_misc.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_client.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_client_sup.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_digest.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_http.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_http_common.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_jabber.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_jabber_common.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_launcher.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_pgsql.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_search.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_session_cache.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_stats.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_sup.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/ts_utils.beam -lib/erlang/lib/tsung-%%VERSION%%/ebin/tsung.app -lib/erlang/lib/tsung-%%VERSION%%/ebin/tsung.beam -lib/erlang/lib/tsung-%%VERSION%%/include/rrdtool.hrl -lib/erlang/lib/tsung-%%VERSION%%/include/ts_config.hrl -lib/erlang/lib/tsung-%%VERSION%%/include/ts_http.hrl -lib/erlang/lib/tsung-%%VERSION%%/include/ts_jabber.hrl -lib/erlang/lib/tsung-%%VERSION%%/include/ts_pgsql.hrl -lib/erlang/lib/tsung-%%VERSION%%/include/ts_profile.hrl -lib/erlang/lib/tsung-%%VERSION%%/include/ts_recorder.hrl -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung.boot -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung.rel -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung.script -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_controller.boot -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_controller.rel -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_controller.script -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_controller_load.boot -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_controller_load.script -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_load.boot -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_load.script -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_recorder.boot -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_recorder.rel -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_recorder.script -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_recorder_load.boot -lib/erlang/lib/tsung-%%VERSION%%/priv/tsung_recorder_load.script -lib/erlang/lib/tsung-%%VERSION%%/src/ts_client.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_client_sup.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_digest.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_http.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_http_common.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_jabber.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_jabber_common.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_launcher.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_pgsql.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_search.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_session_cache.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_stats.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_sup.erl -lib/erlang/lib/tsung-%%VERSION%%/src/ts_utils.erl -lib/erlang/lib/tsung-%%VERSION%%/src/tsung.app.src -lib/erlang/lib/tsung-%%VERSION%%/src/tsung.erl -lib/erlang/lib/tsung-%%VERSION%%/src/tsung.rel.src +bin/tsung-recorder +lib/erlang/lib/tsung-%%PORTVERSION%%/BUILD_OPTIONS +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ELDAPv3.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/builder.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/eldap.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochijson2.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochinum.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_charref.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochiweb_html.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/pgsql_proto.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/pgsql_util.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/rfc4515_parser.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_mon_cache.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_search.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_stats.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/ts_sup.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/tsung.app +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/tsung.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/uuid.beam +lib/erlang/lib/tsung-%%PORTVERSION%%/include/ELDAPv3.hrl +lib/erlang/lib/tsung-%%PORTVERSION%%/include/eldap.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_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%%/priv/tsung.boot +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung.rel +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung.script +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_controller.boot +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_controller.rel +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_controller.script +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_controller_load.boot +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_controller_load.script +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_load.boot +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_load.script +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_recorder.boot +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_recorder.rel +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_recorder.script +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_recorder_load.boot +lib/erlang/lib/tsung-%%PORTVERSION%%/priv/tsung_recorder_load.script +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_mon_cache.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_search.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_stats.erl +lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_sup.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/tsung.app.src +lib/erlang/lib/tsung-%%PORTVERSION%%/src/tsung.erl +lib/erlang/lib/tsung-%%PORTVERSION%%/src/tsung.rel.src +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/BUILD_OPTIONS +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config.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_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_controller_sup.beam +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_file_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/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/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_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%%/priv/tsung_controller.boot +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv/tsung_controller.rel +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv/tsung_controller.script +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv/tsung_controller_load.boot +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv/tsung_controller_load.script +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config.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_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_controller_sup.erl +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_file_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/tsung_controller.app.src +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/tsung_controller.erl +lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/tsung_controller.rel.src +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/BUILD_OPTIONS +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/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_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%%/priv/tsung_recorder.boot +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv/tsung_recorder.rel +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv/tsung_recorder.script +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv/tsung_recorder_load.boot +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv/tsung_recorder_load.script +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.app.src +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.erl +lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.rel.src lib/tsung/bin/log2tsung.pl +lib/tsung/bin/tsung-rrd.pl lib/tsung/bin/tsung_stats.pl -lib/erlang/lib/tsung_controller-%%VERSION%%/BUILD_OPTIONS -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_config.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_config_http.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_config_jabber.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_config_pgsql.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_config_server.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_controller_sup.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_file_server.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_mon.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_msg_server.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_os_mon.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_timer.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/ts_user_server.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/tsung_controller.app -lib/erlang/lib/tsung_controller-%%VERSION%%/ebin/tsung_controller.beam -lib/erlang/lib/tsung_controller-%%VERSION%%/include/rrdtool.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/include/ts_config.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/include/ts_http.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/include/ts_jabber.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/include/ts_pgsql.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/include/ts_profile.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/include/ts_recorder.hrl -lib/erlang/lib/tsung_controller-%%VERSION%%/priv/tsung_controller.boot -lib/erlang/lib/tsung_controller-%%VERSION%%/priv/tsung_controller.rel -lib/erlang/lib/tsung_controller-%%VERSION%%/priv/tsung_controller.script -lib/erlang/lib/tsung_controller-%%VERSION%%/priv/tsung_controller_load.boot -lib/erlang/lib/tsung_controller-%%VERSION%%/priv/tsung_controller_load.script -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_config.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_config_http.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_config_jabber.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_config_pgsql.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_config_server.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_controller_sup.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_file_server.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_mon.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_msg_server.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_os_mon.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_timer.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/ts_user_server.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/tsung_controller.app.src -lib/erlang/lib/tsung_controller-%%VERSION%%/src/tsung_controller.erl -lib/erlang/lib/tsung_controller-%%VERSION%%/src/tsung_controller.rel.src -lib/erlang/lib/tsung_recorder-%%VERSION%%/BUILD_OPTIONS -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_client_proxy.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_client_proxy_sup.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_proxy_http.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_proxy_listener.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_proxy_pgsql.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_proxy_recorder.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/ts_recorder_sup.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/tsung_recorder.app -lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin/tsung_recorder.beam -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/rrdtool.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/ts_config.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/ts_http.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/ts_jabber.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/ts_pgsql.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/ts_profile.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/include/ts_recorder.hrl -lib/erlang/lib/tsung_recorder-%%VERSION%%/priv/tsung_recorder.boot -lib/erlang/lib/tsung_recorder-%%VERSION%%/priv/tsung_recorder.rel -lib/erlang/lib/tsung_recorder-%%VERSION%%/priv/tsung_recorder.script -lib/erlang/lib/tsung_recorder-%%VERSION%%/priv/tsung_recorder_load.boot -lib/erlang/lib/tsung_recorder-%%VERSION%%/priv/tsung_recorder_load.script -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_client_proxy.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_client_proxy_sup.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_proxy_http.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_proxy_listener.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_proxy_pgsql.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_proxy_recorder.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/ts_recorder_sup.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/tsung_recorder.app.src -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/tsung_recorder.erl -lib/erlang/lib/tsung_recorder-%%VERSION%%/src/tsung_recorder.rel.src -%%DATADIR%%/tsung-1.0.dtd +lib/tsung/tsung_plotter/__init__.py +lib/tsung/tsung_plotter/tsung.py +%%PORTDOCS%%%%DOCSDIR%%/IDXDOC.css +%%EXAMPLESDIR%%/fs-nfs.xml +%%EXAMPLESDIR%%/http_distributed.xml +%%EXAMPLESDIR%%/http_setdynvars.xml +%%EXAMPLESDIR%%/http_simple.xml +%%EXAMPLESDIR%%/jabber.xml +%%EXAMPLESDIR%%/jabber_muc.xml +%%EXAMPLESDIR%%/jabber_privacy.xml +%%EXAMPLESDIR%%/jabber_register.xml +%%EXAMPLESDIR%%/jabber_roster.xml +%%EXAMPLESDIR%%/ldap.xml +%%EXAMPLESDIR%%/mysql.xml +%%EXAMPLESDIR%%/pgsql.xml +%%EXAMPLESDIR%%/thinks.xml +%%EXAMPLESDIR%%/thinks2.xml +%%PORTDOCS%%%%DOCSDIR%%/images/connected.png +%%PORTDOCS%%%%DOCSDIR%%/images/ldap-hierarchy.png +%%PORTDOCS%%%%DOCSDIR%%/images/ldap-results.png +%%PORTDOCS%%%%DOCSDIR%%/images/logo_tsung.png +%%PORTDOCS%%%%DOCSDIR%%/images/tsung-graph.png +%%PORTDOCS%%%%DOCSDIR%%/images/tsung-report.png +%%PORTDOCS%%%%DOCSDIR%%/user_manual.html +%%DATADIR%%/templates/dygraph-combined.js %%DATADIR%%/templates/footer.thtml %%DATADIR%%/templates/graph.thtml +%%DATADIR%%/templates/graph_dy.thtml %%DATADIR%%/templates/header.thtml %%DATADIR%%/templates/report.thtml +%%DATADIR%%/tsung-1.0.dtd +%%DATADIR%%/tsung_plotter/fs.plots.en.conf +%%DATADIR%%/tsung_plotter/http.plots.en.conf +%%DATADIR%%/tsung_plotter/http.plots.fr.conf +%%DATADIR%%/tsung_plotter/pgsql.plots.en.conf +%%DATADIR%%/tsung_plotter/pgsql.plots.fr.conf +%%DATADIR%%/tsung_plotter/stats.conf +@dirrm %%DATADIR%%/tsung_plotter @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/tsung/tsung_plotter @dirrm lib/tsung/bin @dirrm lib/tsung -@dirrm lib/erlang/lib/tsung_recorder-%%VERSION%%/src -@dirrm lib/erlang/lib/tsung_recorder-%%VERSION%%/priv -@dirrm lib/erlang/lib/tsung_recorder-%%VERSION%%/include -@dirrm lib/erlang/lib/tsung_recorder-%%VERSION%%/ebin -@dirrm lib/erlang/lib/tsung_recorder-%%VERSION%% -@dirrm lib/erlang/lib/tsung_controller-%%VERSION%%/src -@dirrm lib/erlang/lib/tsung_controller-%%VERSION%%/priv -@dirrm lib/erlang/lib/tsung_controller-%%VERSION%%/include -@dirrm lib/erlang/lib/tsung_controller-%%VERSION%%/ebin -@dirrm lib/erlang/lib/tsung_controller-%%VERSION%% -@dirrm lib/erlang/lib/tsung-%%VERSION%%/src -@dirrm lib/erlang/lib/tsung-%%VERSION%%/priv -@dirrm lib/erlang/lib/tsung-%%VERSION%%/include -@dirrm lib/erlang/lib/tsung-%%VERSION%%/ebin -@dirrm lib/erlang/lib/tsung-%%VERSION%% +@dirrm lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/src +@dirrm lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv +@dirrm lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/include +@dirrm lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/ebin +@dirrm lib/erlang/lib/tsung_recorder-%%PORTVERSION%% +@dirrm lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src +@dirrm lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv +@dirrm lib/erlang/lib/tsung_controller-%%PORTVERSION%%/include +@dirrm lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin +@dirrm lib/erlang/lib/tsung_controller-%%PORTVERSION%% +@dirrm lib/erlang/lib/tsung-%%PORTVERSION%%/src +@dirrm lib/erlang/lib/tsung-%%PORTVERSION%%/priv +@dirrm lib/erlang/lib/tsung-%%PORTVERSION%%/include +@dirrm lib/erlang/lib/tsung-%%PORTVERSION%%/ebin +@dirrm lib/erlang/lib/tsung-%%PORTVERSION%% @dirrmtry lib/erlang/lib @dirrmtry lib/erlang -%%DOCSDIR%%/IDXDOC.css -%%DOCSDIR%%/user_manual.html -%%DOCSDIR%%/examples/http_distributed.xml -%%DOCSDIR%%/examples/http_simple.xml -%%DOCSDIR%%/examples/jabber.xml -%%DOCSDIR%%/examples/pgsql.xml -%%DOCSDIR%%/images/tsung-graph.png -%%DOCSDIR%%/images/tsung-report.png -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%%