aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-01-10 02:41:46 +0000
committerWen Heping <wen@FreeBSD.org>2015-01-10 02:41:46 +0000
commit4f3d713590788b6bbe19f45321320c1b6f30d27c (patch)
treebab4687772c5cfdf0a63f8d60969514a1f895161 /benchmarks
parentbf2e7cbbb21cc410d5665d3f89dc5b72de085329 (diff)
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/tsung/Makefile5
-rw-r--r--benchmarks/tsung/distinfo4
-rw-r--r--benchmarks/tsung/pkg-plist60
3 files changed, 22 insertions, 47 deletions
diff --git a/benchmarks/tsung/Makefile b/benchmarks/tsung/Makefile
index c40a0a65df0f..dc0ba8378ae6 100644
--- a/benchmarks/tsung/Makefile
+++ b/benchmarks/tsung/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tsung
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.1
CATEGORIES= benchmarks sysutils
MASTER_SITES= http://tsung.erlang-projects.org/dist/
@@ -26,7 +26,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/| ; \
- s|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung|' \
+ s|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung| ; \
+ s|install: doc|install: tsung doc|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/benchmarks/tsung/distinfo b/benchmarks/tsung/distinfo
index 3d41f2a86df6..920806c217b1 100644
--- a/benchmarks/tsung/distinfo
+++ b/benchmarks/tsung/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tsung-1.5.0.tar.gz) = 9af5c1cc5bc064f85c11cbfdff42f4a36fdea53c51a30354d75f553c8c6ee83f
-SIZE (tsung-1.5.0.tar.gz) = 925026
+SHA256 (tsung-1.5.1.tar.gz) = 551457ffe89d1c5b7d064b13fe82e6bff00523ccc7a00367b0ae38cad0c2282b
+SIZE (tsung-1.5.1.tar.gz) = 1422049
diff --git a/benchmarks/tsung/pkg-plist b/benchmarks/tsung/pkg-plist
index 2ddc88924f63..cdddf9a6b7a7 100644
--- a/benchmarks/tsung/pkg-plist
+++ b/benchmarks/tsung/pkg-plist
@@ -1,9 +1,7 @@
bin/tsplot
bin/tsung
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/gen_ts_transport.beam
lib/erlang/lib/tsung-%%PORTVERSION%%/ebin/mochijson2.beam
@@ -16,6 +14,7 @@ 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
@@ -53,6 +52,7 @@ 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_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
@@ -78,6 +78,7 @@ 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
@@ -88,6 +89,7 @@ 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
@@ -96,21 +98,6 @@ 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%%/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/gen_ts_transport.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_amqp.erl
lib/erlang/lib/tsung-%%PORTVERSION%%/src/ts_bosh.erl
@@ -134,6 +121,7 @@ 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_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
@@ -153,10 +141,7 @@ 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.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_amqp.beam
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/ebin/ts_config_fs.beam
@@ -164,6 +149,7 @@ 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
@@ -190,6 +176,7 @@ 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
@@ -200,6 +187,7 @@ 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
@@ -208,11 +196,6 @@ 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%%/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_amqp.erl
lib/erlang/lib/tsung_controller-%%PORTVERSION%%/src/ts_config_fs.erl
@@ -220,6 +203,7 @@ 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
@@ -242,10 +226,7 @@ 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
@@ -258,6 +239,7 @@ 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
@@ -268,6 +250,7 @@ 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
@@ -276,11 +259,6 @@ 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%%/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
@@ -289,9 +267,7 @@ 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_percentile.pl
@@ -301,14 +277,6 @@ lib/tsung/tsung_plotter/tsung.py
man/man1/tsplot.1.gz
man/man1/tsung-recorder.1.gz
man/man1/tsung.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/IDXDOC.css
-%%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
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fs-nfs.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http-digest.xml
@@ -316,6 +284,7 @@ man/man1/tsung.1.gz
%%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
@@ -323,10 +292,12 @@ man/man1/tsung.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_register.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jabber_roster.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ldap.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thinks.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thinks2.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket.xml
%%DATADIR%%/templates/dygraph-combined.js
%%DATADIR%%/templates/footer.thtml
%%DATADIR%%/templates/graph.thtml
@@ -340,3 +311,6 @@ man/man1/tsung.1.gz
%%DATADIR%%/tsung_plotter/pgsql.plots.en.conf
%%DATADIR%%/tsung_plotter/pgsql.plots.fr.conf
%%DATADIR%%/tsung_plotter/stats.conf
+@dir lib/erlang/lib/tsung-%%PORTVERSION%%/priv
+@dir lib/erlang/lib/tsung_controller-%%PORTVERSION%%/priv
+@dir lib/erlang/lib/tsung_recorder-%%PORTVERSION%%/priv