mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
benchmarks/tsung: update 1.5.1 -> 1.6.0
PR: 201740 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
This commit is contained in:
parent
a4d81d719a
commit
dae9b26138
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393697
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tsung
|
||||
PORTVERSION= 1.5.1
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= benchmarks sysutils
|
||||
MASTER_SITES= http://tsung.erlang-projects.org/dist/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tsung-1.5.1.tar.gz) = 551457ffe89d1c5b7d064b13fe82e6bff00523ccc7a00367b0ae38cad0c2282b
|
||||
SIZE (tsung-1.5.1.tar.gz) = 1422049
|
||||
SHA256 (tsung-1.6.0.tar.gz) = 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84
|
||||
SIZE (tsung-1.6.0.tar.gz) = 1585794
|
||||
|
@ -6,6 +6,7 @@ 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
|
||||
@ -51,18 +52,21 @@ 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
|
||||
@ -120,18 +124,21 @@ 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
|
||||
@ -142,6 +149,7 @@ 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
|
||||
@ -172,6 +180,7 @@ 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
|
||||
@ -196,6 +205,7 @@ 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
|
||||
@ -226,6 +236,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/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
|
||||
@ -278,6 +289,7 @@ man/man1/tsplot.1.gz
|
||||
man/man1/tsung-recorder.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
|
||||
@ -291,19 +303,26 @@ man/man1/tsung.1.gz
|
||||
%%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/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%%/templates/style/bootstrap.min.css
|
||||
%%DATADIR%%/templates/style/bootstrap.min.js
|
||||
%%DATADIR%%/templates/style/dashboard.css
|
||||
%%DATADIR%%/templates/style/docs.min.css
|
||||
%%DATADIR%%/templates/style/dygraph-combined.js
|
||||
%%DATADIR%%/templates/style/jquery.min.js
|
||||
%%DATADIR%%/tsung-1.0.dtd
|
||||
%%DATADIR%%/tsung_plotter/fs.plots.en.conf
|
||||
%%DATADIR%%/tsung_plotter/http.plots.en.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user