330f4e5d84
Reported by: portscout
153 lines
3.2 KiB
Makefile
153 lines
3.2 KiB
Makefile
PORTNAME= inferno
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.11.14
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Stack trace visualizer, a Rust port of flamegraph
|
|
WWW= https://github.com/jonhoo/inferno
|
|
|
|
LICENSE= CDDL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jonhoo
|
|
|
|
CARGO_CRATES= adler32-1.2.0 \
|
|
ahash-0.8.0 \
|
|
anes-0.1.6 \
|
|
arrayvec-0.7.2 \
|
|
assert_cmd-2.0.4 \
|
|
atty-0.2.14 \
|
|
autocfg-1.1.0 \
|
|
bitflags-1.3.2 \
|
|
bstr-0.2.17 \
|
|
bumpalo-3.12.0 \
|
|
bytemuck-1.12.1 \
|
|
cast-0.3.0 \
|
|
cfg-if-1.0.0 \
|
|
ciborium-0.2.0 \
|
|
ciborium-io-0.2.0 \
|
|
ciborium-ll-0.2.0 \
|
|
clap-3.2.22 \
|
|
clap_derive-3.2.18 \
|
|
clap_lex-0.2.4 \
|
|
crc32fast-1.3.2 \
|
|
criterion-0.4.0 \
|
|
criterion-plot-0.5.0 \
|
|
crossbeam-channel-0.5.6 \
|
|
crossbeam-deque-0.8.2 \
|
|
crossbeam-epoch-0.9.10 \
|
|
crossbeam-utils-0.8.11 \
|
|
ctor-0.1.23 \
|
|
dashmap-5.4.0 \
|
|
diff-0.1.13 \
|
|
difflib-0.4.0 \
|
|
doc-comment-0.3.3 \
|
|
either-1.8.0 \
|
|
env_logger-0.9.1 \
|
|
getrandom-0.2.7 \
|
|
half-1.8.2 \
|
|
hashbrown-0.12.3 \
|
|
heck-0.4.0 \
|
|
hermit-abi-0.1.19 \
|
|
indexmap-1.9.1 \
|
|
itertools-0.10.4 \
|
|
itoa-1.0.4 \
|
|
js-sys-0.3.60 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.132 \
|
|
libflate-1.2.0 \
|
|
libflate_lz77-1.1.0 \
|
|
lock_api-0.4.8 \
|
|
log-0.4.17 \
|
|
maplit-1.0.2 \
|
|
memchr-2.5.0 \
|
|
memoffset-0.6.5 \
|
|
num-format-0.4.3 \
|
|
num-traits-0.2.15 \
|
|
num_cpus-1.13.1 \
|
|
once_cell-1.14.0 \
|
|
oorandom-11.1.3 \
|
|
os_str_bytes-6.3.0 \
|
|
output_vt100-0.1.3 \
|
|
parking_lot_core-0.9.3 \
|
|
plotters-0.3.4 \
|
|
plotters-backend-0.3.4 \
|
|
plotters-svg-0.3.3 \
|
|
ppv-lite86-0.2.16 \
|
|
predicates-2.1.1 \
|
|
predicates-core-1.0.3 \
|
|
predicates-tree-1.0.5 \
|
|
pretty_assertions-1.3.0 \
|
|
proc-macro-error-1.0.4 \
|
|
proc-macro-error-attr-1.0.4 \
|
|
proc-macro2-1.0.43 \
|
|
quick-xml-0.26.0 \
|
|
quote-1.0.21 \
|
|
rand-0.8.5 \
|
|
rand_chacha-0.3.1 \
|
|
rand_core-0.6.4 \
|
|
rayon-1.5.3 \
|
|
rayon-core-1.9.3 \
|
|
redox_syscall-0.2.16 \
|
|
regex-1.6.0 \
|
|
regex-automata-0.1.10 \
|
|
regex-syntax-0.6.27 \
|
|
rgb-0.8.33 \
|
|
rle-decode-fast-1.0.3 \
|
|
ryu-1.0.11 \
|
|
same-file-1.0.6 \
|
|
scopeguard-1.1.0 \
|
|
serde-1.0.145 \
|
|
serde_derive-1.0.145 \
|
|
serde_json-1.0.85 \
|
|
smallvec-1.9.0 \
|
|
str_stack-0.1.0 \
|
|
strsim-0.10.0 \
|
|
syn-1.0.99 \
|
|
termcolor-1.1.3 \
|
|
termtree-0.2.4 \
|
|
testing_logger-0.1.1 \
|
|
textwrap-0.15.2 \
|
|
tinytemplate-1.2.1 \
|
|
unicode-ident-1.0.4 \
|
|
version_check-0.9.4 \
|
|
wait-timeout-0.2.0 \
|
|
walkdir-2.3.2 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.83 \
|
|
wasm-bindgen-backend-0.2.83 \
|
|
wasm-bindgen-macro-0.2.83 \
|
|
wasm-bindgen-macro-support-0.2.83 \
|
|
wasm-bindgen-shared-0.2.83 \
|
|
web-sys-0.3.60 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.5 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-sys-0.36.1 \
|
|
windows_aarch64_msvc-0.36.1 \
|
|
windows_i686_gnu-0.36.1 \
|
|
windows_i686_msvc-0.36.1 \
|
|
windows_x86_64_gnu-0.36.1 \
|
|
windows_x86_64_msvc-0.36.1 \
|
|
yansi-0.5.1
|
|
EXECUTABLES= inferno-collapse-dtrace \
|
|
inferno-collapse-guess \
|
|
inferno-collapse-perf \
|
|
inferno-collapse-sample \
|
|
inferno-collapse-vsprof \
|
|
inferno-collapse-vtune \
|
|
inferno-diff-folded \
|
|
inferno-flamegraph
|
|
|
|
PLIST_FILES= ${EXECUTABLES:S/inferno-/bin\/&/}
|
|
|
|
post-install:
|
|
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES}
|
|
|
|
.include <bsd.port.mk>
|