mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
68c993b620
Changes: https://rust-analyzer.github.io/thisweek/2021/05/24/changelog-78.html Changes: https://rust-analyzer.github.io/thisweek/2021/05/31/changelog-79.html
196 lines
4.0 KiB
Makefile
196 lines
4.0 KiB
Makefile
PORTNAME= rust-analyzer
|
|
DISTVERSION= 2021-05-31
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= rust@FreeBSD.org
|
|
COMMENT= Experimental Rust compiler front-end for IDEs
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
|
|
CARGO_CRATES= addr2line-0.15.1 \
|
|
adler-1.0.2 \
|
|
always-assert-0.1.2 \
|
|
ansi_term-0.12.1 \
|
|
anyhow-1.0.40 \
|
|
anymap-0.12.1 \
|
|
arrayvec-0.7.0 \
|
|
atty-0.2.14 \
|
|
autocfg-1.0.1 \
|
|
backtrace-0.3.59 \
|
|
bitflags-1.2.1 \
|
|
byteorder-1.4.3 \
|
|
camino-1.0.4 \
|
|
cargo-platform-0.1.1 \
|
|
cargo_metadata-0.13.1 \
|
|
cc-1.0.68 \
|
|
cfg-if-1.0.0 \
|
|
chalk-derive-0.68.0 \
|
|
chalk-ir-0.68.0 \
|
|
chalk-recursive-0.68.0 \
|
|
chalk-solve-0.68.0 \
|
|
chrono-0.4.19 \
|
|
countme-2.0.4 \
|
|
cov-mark-1.1.0 \
|
|
crc32fast-1.2.1 \
|
|
crossbeam-channel-0.5.1 \
|
|
crossbeam-deque-0.8.0 \
|
|
crossbeam-epoch-0.9.5 \
|
|
crossbeam-utils-0.8.5 \
|
|
dashmap-4.0.2 \
|
|
dissimilar-1.0.2 \
|
|
dot-0.1.4 \
|
|
drop_bomb-0.1.5 \
|
|
either-1.6.1 \
|
|
ena-0.14.0 \
|
|
env_logger-0.8.3 \
|
|
expect-test-1.1.0 \
|
|
filetime-0.2.14 \
|
|
fixedbitset-0.2.0 \
|
|
flate2-1.0.20 \
|
|
form_urlencoded-1.0.1 \
|
|
fs_extra-1.2.0 \
|
|
fsevent-sys-4.0.0 \
|
|
fst-0.4.6 \
|
|
gimli-0.24.0 \
|
|
hashbrown-0.9.1 \
|
|
heck-0.3.2 \
|
|
hermit-abi-0.1.18 \
|
|
home-0.5.3 \
|
|
idna-0.2.3 \
|
|
indexmap-1.6.2 \
|
|
inotify-0.9.3 \
|
|
inotify-sys-0.1.5 \
|
|
instant-0.1.9 \
|
|
itertools-0.10.0 \
|
|
itoa-0.4.7 \
|
|
jod-thread-0.1.2 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.95 \
|
|
libloading-0.7.0 \
|
|
libmimalloc-sys-0.1.21 \
|
|
lock_api-0.4.4 \
|
|
log-0.4.14 \
|
|
lsp-server-0.5.1 \
|
|
lsp-types-0.89.1 \
|
|
matchers-0.0.1 \
|
|
matches-0.1.8 \
|
|
memchr-2.4.0 \
|
|
memmap2-0.2.3 \
|
|
memoffset-0.6.4 \
|
|
mimalloc-0.1.25 \
|
|
miniz_oxide-0.4.4 \
|
|
mio-0.7.11 \
|
|
miow-0.3.7 \
|
|
notify-5.0.0-pre.9 \
|
|
ntapi-0.3.6 \
|
|
num-integer-0.1.44 \
|
|
num-traits-0.2.14 \
|
|
num_cpus-1.13.0 \
|
|
object-0.24.0 \
|
|
once_cell-1.7.2 \
|
|
oorandom-11.1.3 \
|
|
parking_lot-0.11.1 \
|
|
parking_lot_core-0.8.3 \
|
|
paste-0.1.18 \
|
|
paste-impl-0.1.18 \
|
|
percent-encoding-2.1.0 \
|
|
perf-event-0.4.7 \
|
|
perf-event-open-sys-1.0.1 \
|
|
pest-2.1.3 \
|
|
petgraph-0.5.1 \
|
|
pin-project-lite-0.2.6 \
|
|
proc-macro-hack-0.5.19 \
|
|
proc-macro2-1.0.27 \
|
|
pulldown-cmark-0.8.0 \
|
|
pulldown-cmark-to-cmark-6.0.0 \
|
|
quote-1.0.9 \
|
|
rayon-1.5.1 \
|
|
rayon-core-1.9.1 \
|
|
redox_syscall-0.2.8 \
|
|
regex-1.5.4 \
|
|
regex-automata-0.1.9 \
|
|
regex-syntax-0.6.25 \
|
|
rowan-0.13.0-pre.6 \
|
|
rustc-ap-rustc_lexer-721.0.0 \
|
|
rustc-demangle-0.1.19 \
|
|
rustc-hash-1.1.0 \
|
|
ryu-1.0.5 \
|
|
salsa-0.16.1 \
|
|
salsa-macros-0.16.0 \
|
|
same-file-1.0.6 \
|
|
scoped-tls-1.0.0 \
|
|
scopeguard-1.1.0 \
|
|
semver-0.11.0 \
|
|
semver-parser-0.10.2 \
|
|
serde-1.0.126 \
|
|
serde_derive-1.0.126 \
|
|
serde_json-1.0.64 \
|
|
serde_path_to_error-0.1.4 \
|
|
serde_repr-0.1.7 \
|
|
sharded-slab-0.1.1 \
|
|
smallvec-1.6.1 \
|
|
smol_str-0.1.17 \
|
|
snap-1.0.5 \
|
|
syn-1.0.72 \
|
|
synstructure-0.12.4 \
|
|
termcolor-1.1.2 \
|
|
text-size-1.1.0 \
|
|
thread_local-1.1.3 \
|
|
threadpool-1.8.1 \
|
|
tikv-jemalloc-ctl-0.4.1 \
|
|
tikv-jemalloc-sys-0.4.1+5.2.1-patched \
|
|
tikv-jemallocator-0.4.1 \
|
|
tinyvec-1.2.0 \
|
|
tinyvec_macros-0.1.0 \
|
|
tracing-0.1.26 \
|
|
tracing-attributes-0.1.15 \
|
|
tracing-core-0.1.18 \
|
|
tracing-log-0.1.2 \
|
|
tracing-serde-0.1.2 \
|
|
tracing-subscriber-0.2.18 \
|
|
tracing-tree-0.1.9 \
|
|
ucd-trie-0.1.3 \
|
|
ungrammar-1.13.0 \
|
|
unicase-2.6.0 \
|
|
unicode-bidi-0.3.5 \
|
|
unicode-normalization-0.1.18 \
|
|
unicode-segmentation-1.7.1 \
|
|
unicode-xid-0.2.2 \
|
|
url-2.2.2 \
|
|
version_check-0.9.3 \
|
|
walkdir-2.3.2 \
|
|
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 \
|
|
write-json-0.1.2 \
|
|
xflags-0.2.1 \
|
|
xflags-macros-0.2.1 \
|
|
xshell-0.1.14 \
|
|
xshell-macros-0.1.14
|
|
|
|
CARGO_INSTALL_PATH= crates/rust-analyzer
|
|
|
|
# attempts to install rustup toolchains
|
|
NO_TEST= yes
|
|
|
|
PLIST_FILES= bin/rust-analyzer
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rust-analyzer
|
|
|
|
post-install-DOCS-on:
|
|
@cd ${WRKSRC}/docs && \
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|