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

(-)Makefile (-14 / +6 lines)
Lines 1-8 Link Here
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
2
# $FreeBSD: head/benchmarks/netperfmeter/Makefile 506432 2019-07-12 02:25:07Z linimon $
2
# $FreeBSD: head/benchmarks/netperfmeter/Makefile 429903 2016-12-29 12:50:33Z amdmi3 $
3
3
4
PORTNAME=	netperfmeter
4
PORTNAME=	netperfmeter
5
PORTVERSION=	1.7.6
5
PORTVERSION=	1.8.4
6
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks
7
MASTER_SITES=	https://www.uni-due.de/~be0001/netperfmeter/download/
7
MASTER_SITES=	https://www.uni-due.de/~be0001/netperfmeter/download/
8
8
Lines 12-28 Link Here
12
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		cmake compiler shebangfix
15
USES=		tar:xz cmake shebangfix
16
CMAKE_ON=	BUILD_PLOT_PROGRAMS
17
CMAKE_OFF=	BUILD_TEST_PROGRAMS WITH_NEAT
18
SHEBANG_FILES=	src/pdfembedfonts src/pdfmetadata src/plot-netperfmeter-results
19
16
20
.include <bsd.port.pre.mk>
17
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man -DWITH_NEAT=0 -DBUILD_TEST_PROGRAMS=0 -DBUILD_PLOT_PROGRAMS=1
18
SHEBANG_FILES=	src/pdfembedfonts src/setpdfmetadata src/plot-netperfmeter-results
21
19
22
post-patch:
20
.include <bsd.port.mk>
23
.if ${CHOSEN_COMPILER_TYPE} == gcc
24
	@${REINPLACE_CMD} 's, -Wno-array-bounds,,g' ${WRKSRC}/CMakeLists.txt
25
.endif
26
	@${REINPLACE_CMD} 's,share/man,man,' ${WRKSRC}/CMakeLists.txt
27
28
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520777384
1
TIMESTAMP = 1565194937
2
SHA256 (netperfmeter-1.7.6.tar.gz) = 09c8709b59bc330a8cc1d58e2e909a13e98feac5ff472856625a7a22712c3aeb
2
SHA256 (netperfmeter-1.8.4.tar.xz) = 83034f2f2761c97a17178a9c0c275c9835167b08af8f65dabd40f9da5680c5aa
3
SIZE (netperfmeter-1.7.6.tar.gz) = 278596
3
SIZE (netperfmeter-1.8.4.tar.xz) = 196032
(-)pkg-plist (-4 / +2 lines)
Lines 1-19 Link Here
1
bin/combinesummaries
1
bin/combinesummaries
2
bin/createsummary
2
bin/createsummary
3
bin/extractvectors
3
bin/extractvectors
4
bin/getabstime
5
bin/netperfmeter
4
bin/netperfmeter
6
bin/pdfembedfonts
5
bin/pdfembedfonts
7
bin/pdfmetadata
6
bin/setpdfmetadata
8
bin/plot-netperfmeter-results
7
bin/plot-netperfmeter-results
9
bin/runtimeestimator
8
bin/runtimeestimator
10
man/man1/combinesummaries.1.gz
9
man/man1/combinesummaries.1.gz
11
man/man1/createsummary.1.gz
10
man/man1/createsummary.1.gz
12
man/man1/extractvectors.1.gz
11
man/man1/extractvectors.1.gz
13
man/man1/getabstime.1.gz
14
man/man1/netperfmeter.1.gz
12
man/man1/netperfmeter.1.gz
15
man/man1/pdfembedfonts.1.gz
13
man/man1/pdfembedfonts.1.gz
16
man/man1/pdfmetadata.1.gz
14
man/man1/setpdfmetadata.1.gz
17
man/man1/plot-netperfmeter-results.1.gz
15
man/man1/plot-netperfmeter-results.1.gz
18
man/man1/runtimeestimator.1.gz
16
man/man1/runtimeestimator.1.gz
19
%%DATADIR%%/plot-netperfmeter-results.R
17
%%DATADIR%%/plot-netperfmeter-results.R

Return to bug 239841