1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/tokei/Makefile
Tobias Kortkamp 6474c40f73 lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
2019-12-19 16:14:48 +00:00

172 lines
3.4 KiB
Makefile

# $FreeBSD$
PORTNAME= tokei
DISTVERSIONPREFIX= v
DISTVERSION= 10.1.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= tobik@FreeBSD.org
COMMENT= Display statistics about your code
LICENSE= APACHE20 MIT
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENCE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENCE-MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= XAMPPRocky
CARGO_CRATES= aho-corasick-0.7.6 \
ansi_term-0.11.0 \
arrayref-0.3.5 \
arrayvec-0.5.1 \
atty-0.2.13 \
autocfg-0.1.7 \
backtrace-0.3.40 \
backtrace-sys-0.1.32 \
base64-0.10.1 \
bitflags-1.2.1 \
blake2b_simd-0.5.9 \
block-buffer-0.7.3 \
block-padding-0.1.5 \
bstr-0.2.8 \
byte-tools-0.3.1 \
bytecount-0.5.1 \
byteorder-1.3.2 \
c2-chacha-0.2.3 \
cc-1.0.47 \
cfg-if-0.1.10 \
clap-2.33.0 \
cloudabi-0.0.3 \
constant_time_eq-0.1.4 \
crossbeam-channel-0.3.9 \
crossbeam-channel-0.4.0 \
crossbeam-deque-0.7.2 \
crossbeam-epoch-0.8.0 \
crossbeam-queue-0.1.2 \
crossbeam-utils-0.6.6 \
crossbeam-utils-0.7.0 \
digest-0.8.1 \
dirs-2.0.2 \
dirs-sys-0.3.4 \
dtoa-0.4.4 \
either-1.5.3 \
encoding_rs-0.8.20 \
encoding_rs_io-0.1.6 \
env_logger-0.7.1 \
failure-0.1.6 \
failure_derive-0.1.6 \
fake-simd-0.1.2 \
fnv-1.0.6 \
fuchsia-cprng-0.1.1 \
generic-array-0.12.3 \
getrandom-0.1.13 \
git2-0.10.1 \
globset-0.4.4 \
grep-matcher-0.1.3 \
grep-searcher-0.1.6 \
half-1.4.0 \
handlebars-2.0.2 \
hashbrown-0.5.0 \
hermit-abi-0.1.3 \
hex-0.4.0 \
humantime-1.3.0 \
idna-0.2.0 \
ignore-0.4.10 \
itoa-0.4.4 \
jobserver-0.1.17 \
kernel32-sys-0.2.2 \
lazy_static-1.4.0 \
libc-0.2.65 \
libgit2-sys-0.9.1 \
libz-sys-1.0.25 \
linked-hash-map-0.5.2 \
log-0.4.8 \
maplit-1.0.2 \
matches-0.1.8 \
maybe-uninit-2.0.0 \
memchr-2.2.1 \
memmap-0.7.0 \
memoffset-0.5.3 \
num_cpus-1.11.0 \
opaque-debug-0.2.3 \
percent-encoding-2.1.0 \
pest-2.1.2 \
pest_derive-2.1.0 \
pest_generator-2.1.1 \
pest_meta-2.1.2 \
pkg-config-0.3.17 \
ppv-lite86-0.2.6 \
proc-macro2-1.0.6 \
quick-error-1.2.2 \
quote-1.0.2 \
rand-0.7.2 \
rand_chacha-0.2.1 \
rand_core-0.3.1 \
rand_core-0.4.2 \
rand_core-0.5.1 \
rand_hc-0.2.0 \
rand_os-0.1.3 \
rayon-1.2.0 \
rayon-core-1.6.0 \
rdrand-0.4.0 \
redox_syscall-0.1.56 \
redox_users-0.3.1 \
regex-1.3.1 \
regex-syntax-0.6.12 \
remove_dir_all-0.5.2 \
rust-argon2-0.5.1 \
rustc-demangle-0.1.16 \
rustc_version-0.2.3 \
ryu-1.0.2 \
same-file-1.0.5 \
scopeguard-1.0.0 \
semver-0.9.0 \
semver-parser-0.7.0 \
serde-1.0.102 \
serde_cbor-0.10.2 \
serde_derive-1.0.102 \
serde_json-1.0.41 \
serde_yaml-0.8.11 \
sha-1-0.8.1 \
smallvec-0.6.13 \
strsim-0.8.0 \
syn-1.0.8 \
synstructure-0.12.3 \
tempfile-3.1.0 \
term_size-0.3.1 \
termcolor-1.0.5 \
textwrap-0.11.0 \
thread_local-0.3.6 \
toml-0.5.5 \
typenum-1.11.2 \
ucd-trie-0.1.2 \
unicode-bidi-0.3.4 \
unicode-normalization-0.1.9 \
unicode-width-0.1.6 \
unicode-xid-0.2.0 \
url-2.1.0 \
vcpkg-0.2.7 \
vec_map-0.8.1 \
walkdir-2.2.9 \
wasi-0.7.0 \
winapi-0.2.8 \
winapi-0.3.8 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.2 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
wincolor-1.0.2 \
yaml-rust-0.4.3
# enable all output serialization formats
CARGO_FEATURES= all
PLIST_FILES= bin/tokei
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tokei
.include <bsd.port.mk>