View | Details | Raw Unified | Return to bug 269916
Collapse All | Expand All

(-)b/benchmarks/tsung/Makefile (-6 / +6 lines)
Lines 1-9 Link Here
1
PORTNAME=	tsung
1
PORTNAME=	tsung
2
DISTVERSION=	1.7.0
2
DISTVERSION=	1.8.0
3
CATEGORIES=	benchmarks sysutils
3
CATEGORIES=	benchmarks sysutils
4
MASTER_SITES=	http://tsung.erlang-projects.org/dist/
4
MASTER_SITES=	http://tsung.erlang-projects.org/dist/
5
5
6
MAINTAINER=	ports@FreeBSD.org
6
MAINTAINER=	Clockwork6400@protonmail.com
7
COMMENT=	Multi-protocol distributed load testing tool
7
COMMENT=	Multi-protocol distributed load testing tool
8
WWW=		http://tsung.erlang-projects.org/
8
WWW=		http://tsung.erlang-projects.org/
9
9
Lines 15-31 RUN_DEPENDS= erl:lang/erlang Link Here
15
USES=		gmake perl5 python:run shebangfix
15
USES=		gmake perl5 python:run shebangfix
16
USE_PERL5=	run
16
USE_PERL5=	run
17
17
18
SHEBANG_FILES=	src/*.pl.in src/tsung-plotter/tsung/tsung.py \
18
SHEBANG_FILES=	src/*.pl.in src/tsung-plotter/tsplot.py.in \
19
		src/tsung-plotter/tsplot.py.in
19
		src/tsung-plotter/tsung/tsung.py
20
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
22
23
PLIST_SUB=	PORTVERSION=${PORTVERSION}
23
PLIST_SUB=	PORTVERSION=${PORTVERSION}
24
24
25
OPTIONS_DEFINE=	EXAMPLES
26
27
PORTEXAMPLES=	*
25
PORTEXAMPLES=	*
28
26
27
OPTIONS_DEFINE=	EXAMPLES
28
29
post-patch:
29
post-patch:
30
	@${REINPLACE_CMD} -e 's|MAN_DIR   = $$(datadir)/man/man1/|MAN_DIR   = $$(prefix)/man/man1/| ; \
30
	@${REINPLACE_CMD} -e 's|MAN_DIR   = $$(datadir)/man/man1/|MAN_DIR   = $$(prefix)/man/man1/| ; \
31
		s|CONFDIR   = $$(docdir)/examples|CONFDIR   = $$(prefix)/share/examples/tsung| ; \
31
		s|CONFDIR   = $$(docdir)/examples|CONFDIR   = $$(prefix)/share/examples/tsung| ; \
(-)b/benchmarks/tsung/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1561226919
1
TIMESTAMP = 1677775547
2
SHA256 (tsung-1.7.0.tar.gz) = 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a
2
SHA256 (tsung-1.8.0.tar.gz) = 91e8643026017e3d0088a6710fb11c4f617477e826ebe4c5fe586aa63147fc92
3
SIZE (tsung-1.7.0.tar.gz) = 1572265
3
SIZE (tsung-1.8.0.tar.gz) = 1662056
(-)b/benchmarks/tsung/pkg-plist (-1 / +2 lines)
Lines 5-10 lib/tsung/bin/log2tsung.pl Link Here
5
lib/tsung/bin/tsung-rrd.pl
5
lib/tsung/bin/tsung-rrd.pl
6
lib/tsung/bin/tsung_percentile.pl
6
lib/tsung/bin/tsung_percentile.pl
7
lib/tsung/bin/tsung_stats.pl
7
lib/tsung/bin/tsung_stats.pl
8
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_local_file_server.beam
9
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_local_file_server.erl
8
lib/tsung/tsung-%%PORTVERSION%%/ebin/gen_ts_transport.beam
10
lib/tsung/tsung-%%PORTVERSION%%/ebin/gen_ts_transport.beam
9
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochijson2.beam
11
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochijson2.beam
10
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochinum.beam
12
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochinum.beam
11
- 

Return to bug 269916