mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
12f1c627d4
Bump ports in tree so they get rebuilt with new default settings for cargo ports
201 lines
4.1 KiB
Makefile
201 lines
4.1 KiB
Makefile
PORTNAME= grcov
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8.13
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Code coverage information aggregator
|
|
WWW= https://github.com/mozilla/grcov
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-2.0
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mozilla
|
|
|
|
CARGO_CRATES= addr2line-0.17.0 \
|
|
adler-1.0.2 \
|
|
aho-corasick-0.7.19 \
|
|
android_system_properties-0.1.5 \
|
|
ansi_term-0.12.1 \
|
|
anyhow-1.0.64 \
|
|
atty-0.2.14 \
|
|
autocfg-1.1.0 \
|
|
backtrace-0.3.66 \
|
|
bitflags-1.3.2 \
|
|
block-buffer-0.10.3 \
|
|
bstr-0.2.17 \
|
|
bumpalo-3.11.0 \
|
|
bytecount-0.6.3 \
|
|
byteorder-1.4.3 \
|
|
camino-1.1.1 \
|
|
cargo-binutils-0.3.6 \
|
|
cargo-platform-0.1.2 \
|
|
cargo_metadata-0.14.2 \
|
|
cc-1.0.73 \
|
|
cfb-0.7.3 \
|
|
cfg-if-1.0.0 \
|
|
chrono-0.4.22 \
|
|
chrono-tz-0.6.3 \
|
|
chrono-tz-build-0.0.3 \
|
|
clap-2.34.0 \
|
|
core-foundation-sys-0.8.3 \
|
|
cpp_demangle-0.3.5 \
|
|
cpufeatures-0.2.5 \
|
|
crc32fast-1.3.2 \
|
|
crossbeam-channel-0.5.6 \
|
|
crossbeam-deque-0.8.2 \
|
|
crossbeam-epoch-0.9.10 \
|
|
crossbeam-utils-0.8.11 \
|
|
crypto-common-0.1.6 \
|
|
ctor-0.1.23 \
|
|
debugid-0.8.0 \
|
|
deunicode-0.4.3 \
|
|
diff-0.1.13 \
|
|
digest-0.10.5 \
|
|
either-1.8.0 \
|
|
failure-0.1.8 \
|
|
failure_derive-0.1.8 \
|
|
fastrand-1.8.0 \
|
|
flate2-1.0.24 \
|
|
fnv-1.0.7 \
|
|
generic-array-0.14.6 \
|
|
getrandom-0.2.7 \
|
|
gimli-0.26.2 \
|
|
globset-0.4.9 \
|
|
globwalk-0.8.1 \
|
|
heck-0.3.3 \
|
|
heck-0.4.0 \
|
|
hermit-abi-0.1.19 \
|
|
humansize-1.1.1 \
|
|
iana-time-zone-0.1.47 \
|
|
ignore-0.4.18 \
|
|
infer-0.9.0 \
|
|
instant-0.1.12 \
|
|
itoa-1.0.3 \
|
|
js-sys-0.3.59 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.132 \
|
|
libz-sys-1.1.8 \
|
|
log-0.4.17 \
|
|
md-5-0.10.5 \
|
|
memchr-2.5.0 \
|
|
memmap2-0.5.7 \
|
|
memoffset-0.6.5 \
|
|
miniz_oxide-0.5.4 \
|
|
msvc-demangler-0.9.0 \
|
|
num-integer-0.1.45 \
|
|
num-traits-0.2.15 \
|
|
num_cpus-1.13.1 \
|
|
num_threads-0.1.6 \
|
|
object-0.29.0 \
|
|
once_cell-1.14.0 \
|
|
output_vt100-0.1.3 \
|
|
papergrid-0.5.1 \
|
|
parse-zoneinfo-0.3.0 \
|
|
percent-encoding-2.2.0 \
|
|
pest-2.3.0 \
|
|
pest_derive-2.3.0 \
|
|
pest_generator-2.3.0 \
|
|
pest_meta-2.3.0 \
|
|
phf-0.11.1 \
|
|
phf_codegen-0.11.1 \
|
|
phf_generator-0.11.1 \
|
|
phf_shared-0.11.1 \
|
|
pkg-config-0.3.25 \
|
|
ppv-lite86-0.2.16 \
|
|
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.3 \
|
|
rayon-1.5.3 \
|
|
rayon-core-1.9.3 \
|
|
redox_syscall-0.2.16 \
|
|
regex-1.6.0 \
|
|
regex-syntax-0.6.27 \
|
|
remove_dir_all-0.5.3 \
|
|
rustc-cfg-0.4.0 \
|
|
rustc-demangle-0.1.21 \
|
|
rustc-hash-1.1.0 \
|
|
rustc_version-0.4.0 \
|
|
ryu-1.0.11 \
|
|
same-file-1.0.6 \
|
|
scopeguard-1.1.0 \
|
|
semver-1.0.14 \
|
|
serde-1.0.147 \
|
|
serde_derive-1.0.147 \
|
|
serde_json-1.0.87 \
|
|
sha-1-0.10.0 \
|
|
simplelog-0.12.0 \
|
|
siphasher-0.3.10 \
|
|
slug-0.1.4 \
|
|
smallvec-1.10.0 \
|
|
stable_deref_trait-1.2.0 \
|
|
strsim-0.8.0 \
|
|
structopt-0.3.26 \
|
|
structopt-derive-0.4.18 \
|
|
symbolic-common-9.2.1 \
|
|
symbolic-demangle-9.2.1 \
|
|
syn-1.0.99 \
|
|
synstructure-0.12.6 \
|
|
tabled-0.8.0 \
|
|
tabled_derive-0.4.0 \
|
|
tcmalloc-0.3.0 \
|
|
tempfile-3.3.0 \
|
|
tera-1.17.1 \
|
|
termcolor-1.1.3 \
|
|
textwrap-0.11.0 \
|
|
thiserror-1.0.34 \
|
|
thiserror-impl-1.0.34 \
|
|
thread_local-1.1.4 \
|
|
time-0.1.44 \
|
|
time-0.3.14 \
|
|
time-macros-0.2.4 \
|
|
toml-0.5.9 \
|
|
typenum-1.15.0 \
|
|
ucd-trie-0.1.5 \
|
|
uncased-0.9.7 \
|
|
unic-char-property-0.9.0 \
|
|
unic-char-range-0.9.0 \
|
|
unic-common-0.9.0 \
|
|
unic-segment-0.9.0 \
|
|
unic-ucd-segment-0.9.0 \
|
|
unic-ucd-version-0.9.0 \
|
|
unicode-ident-1.0.3 \
|
|
unicode-segmentation-1.9.0 \
|
|
unicode-width-0.1.9 \
|
|
unicode-xid-0.2.3 \
|
|
uuid-1.2.1 \
|
|
vcpkg-0.2.15 \
|
|
vec_map-0.8.2 \
|
|
version_check-0.9.4 \
|
|
walkdir-2.3.2 \
|
|
wasi-0.10.0+wasi-snapshot-preview1 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.82 \
|
|
wasm-bindgen-backend-0.2.82 \
|
|
wasm-bindgen-macro-0.2.82 \
|
|
wasm-bindgen-macro-support-0.2.82 \
|
|
wasm-bindgen-shared-0.2.82 \
|
|
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 \
|
|
yansi-0.5.1 \
|
|
zip-0.6.3
|
|
|
|
PLIST_FILES= bin/grcov
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|