summaryrefslogtreecommitdiff
path: root/benchmarks/hyperfine/Makefile
blob: 3dd1728c4e7ee0b1ff3777349669d784d33bab95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# $FreeBSD$

PORTNAME=	hyperfine
DISTVERSIONPREFIX=	v
DISTVERSION=	1.9.0
PORTREVISION=	4
CATEGORIES=	benchmarks

MAINTAINER=	pizzamig@FreeBSD.org
COMMENT=	Command-line benchmarking tool

LICENSE=	APACHE20 MIT
LICENSE_COMB=	dual
LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT

BROKEN_i386=	LLVM ERROR: No support for lowering a copy into EFLAGS when used by this instruction

USES=	cargo
USE_GITHUB=	yes
GH_ACCOUNT=	sharkdp

PLIST_FILES=	bin/hyperfine

CARGO_CRATES=	ansi_term-0.11.0 \
		approx-0.3.2 \
		atty-0.2.13 \
		autocfg-0.1.7 \
		bitflags-1.2.1 \
		bstr-0.2.8 \
		byteorder-1.3.2 \
		cfg-if-0.1.10 \
		clap-2.33.0 \
		clicolors-control-1.0.1 \
		cloudabi-0.0.3 \
		colored-1.9.0 \
		console-0.9.1 \
		csv-1.1.1 \
		csv-core-0.1.6 \
		encode_unicode-0.3.6 \
		fuchsia-cprng-0.1.1 \
		indicatif-0.13.0 \
		itoa-0.4.4 \
		kernel32-sys-0.2.2 \
		lazy_static-1.4.0 \
		libc-0.2.65 \
		memchr-2.2.1 \
		num-0.2.0 \
		num-bigint-0.2.3 \
		num-complex-0.2.3 \
		num-integer-0.1.41 \
		num-iter-0.1.39 \
		num-rational-0.2.2 \
		num-traits-0.2.10 \
		number_prefix-0.3.0 \
		proc-macro2-1.0.6 \
		quote-1.0.2 \
		rand-0.6.5 \
		rand_chacha-0.1.1 \
		rand_core-0.3.1 \
		rand_core-0.4.2 \
		rand_hc-0.1.0 \
		rand_isaac-0.1.1 \
		rand_jitter-0.1.4 \
		rand_os-0.1.3 \
		rand_pcg-0.1.2 \
		rand_xorshift-0.1.1 \
		rdrand-0.4.0 \
		regex-1.3.1 \
		regex-automata-0.1.8 \
		regex-syntax-0.6.12 \
		rust_decimal-1.0.3 \
		ryu-1.0.2 \
		serde-1.0.103 \
		serde_derive-1.0.103 \
		serde_json-1.0.42 \
		statistical-1.0.0 \
		strsim-0.8.0 \
		syn-1.0.8 \
		term_size-0.3.1 \
		termios-0.3.1 \
		textwrap-0.11.0 \
		unicode-width-0.1.6 \
		unicode-xid-0.2.0 \
		winapi-0.2.8 \
		winapi-0.3.8 \
		winapi-build-0.1.1 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-x86_64-pc-windows-gnu-0.4.0

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hyperfine

.include <bsd.port.mk>