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| ; \ |