mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
fe53d6778f
Reported by: portscout
167 lines
3.6 KiB
Makefile
167 lines
3.6 KiB
Makefile
PORTNAME= neocmakelsp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.6.22
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cmake language server
|
|
WWW= https://github.com/Decodetalkers/neocmakelsp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Decodetalkers
|
|
|
|
CARGO_CRATES= addr2line-0.21.0 \
|
|
adler-1.0.2 \
|
|
aho-corasick-1.1.3 \
|
|
anstream-0.6.13 \
|
|
anstyle-1.0.6 \
|
|
anstyle-parse-0.2.3 \
|
|
anstyle-query-1.0.2 \
|
|
anstyle-wincon-3.0.2 \
|
|
anyhow-1.0.81 \
|
|
async-trait-0.1.79 \
|
|
auto_impl-1.2.0 \
|
|
autocfg-1.2.0 \
|
|
backtrace-0.3.71 \
|
|
bitflags-1.3.2 \
|
|
bytes-1.6.0 \
|
|
cc-1.0.90 \
|
|
cfg-if-1.0.0 \
|
|
clap-4.5.4 \
|
|
clap_builder-4.5.2 \
|
|
clap_lex-0.7.0 \
|
|
cli-table-0.4.7 \
|
|
cli-table-derive-0.4.5 \
|
|
colorchoice-1.0.0 \
|
|
const-random-0.1.18 \
|
|
const-random-macro-0.1.16 \
|
|
crunchy-0.2.2 \
|
|
csv-1.3.0 \
|
|
csv-core-0.1.11 \
|
|
dashmap-5.5.3 \
|
|
dlv-list-0.5.2 \
|
|
form_urlencoded-1.2.1 \
|
|
futures-0.3.30 \
|
|
futures-channel-0.3.30 \
|
|
futures-core-0.3.30 \
|
|
futures-io-0.3.30 \
|
|
futures-macro-0.3.30 \
|
|
futures-sink-0.3.30 \
|
|
futures-task-0.3.30 \
|
|
futures-util-0.3.30 \
|
|
getrandom-0.2.12 \
|
|
gimli-0.28.1 \
|
|
glob-0.3.1 \
|
|
hashbrown-0.14.3 \
|
|
hermit-abi-0.3.9 \
|
|
httparse-1.8.0 \
|
|
idna-0.5.0 \
|
|
itoa-1.0.11 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.153 \
|
|
lock_api-0.4.11 \
|
|
log-0.4.21 \
|
|
lsp-types-0.94.1 \
|
|
memchr-2.7.2 \
|
|
miniz_oxide-0.7.2 \
|
|
mio-0.8.11 \
|
|
nu-ansi-term-0.46.0 \
|
|
nu-ansi-term-0.50.0 \
|
|
num_cpus-1.16.0 \
|
|
object-0.32.2 \
|
|
once_cell-1.19.0 \
|
|
ordered-multimap-0.7.3 \
|
|
overload-0.1.1 \
|
|
parking_lot-0.12.1 \
|
|
parking_lot_core-0.9.9 \
|
|
percent-encoding-2.3.1 \
|
|
pin-project-1.1.5 \
|
|
pin-project-internal-1.1.5 \
|
|
pin-project-lite-0.2.14 \
|
|
pin-utils-0.1.0 \
|
|
proc-macro2-1.0.79 \
|
|
quote-1.0.35 \
|
|
redox_syscall-0.4.1 \
|
|
regex-1.10.4 \
|
|
regex-automata-0.4.6 \
|
|
regex-syntax-0.8.3 \
|
|
rust-ini-0.21.0 \
|
|
rustc-demangle-0.1.23 \
|
|
ryu-1.0.17 \
|
|
scopeguard-1.2.0 \
|
|
serde-1.0.197 \
|
|
serde_derive-1.0.197 \
|
|
serde_json-1.0.115 \
|
|
serde_repr-0.1.18 \
|
|
sharded-slab-0.1.7 \
|
|
signal-hook-registry-1.4.1 \
|
|
slab-0.4.9 \
|
|
smallvec-1.13.2 \
|
|
socket2-0.5.6 \
|
|
strsim-0.11.1 \
|
|
syn-1.0.109 \
|
|
syn-2.0.58 \
|
|
termcolor-1.4.1 \
|
|
thread_local-1.1.8 \
|
|
tiny-keccak-2.0.2 \
|
|
tinyvec-1.6.0 \
|
|
tinyvec_macros-0.1.1 \
|
|
tokio-1.37.0 \
|
|
tokio-macros-2.2.0 \
|
|
tokio-util-0.7.10 \
|
|
tower-0.4.13 \
|
|
tower-layer-0.3.2 \
|
|
tower-lsp-0.20.0 \
|
|
tower-lsp-macros-0.9.0 \
|
|
tower-service-0.3.2 \
|
|
tracing-0.1.40 \
|
|
tracing-attributes-0.1.27 \
|
|
tracing-core-0.1.32 \
|
|
tracing-log-0.2.0 \
|
|
tracing-subscriber-0.3.18 \
|
|
tree-sitter-0.22.2 \
|
|
tree-sitter-cmake-0.4.3 \
|
|
trim-in-place-0.1.7 \
|
|
unicode-bidi-0.3.15 \
|
|
unicode-ident-1.0.12 \
|
|
unicode-normalization-0.1.23 \
|
|
unicode-width-0.1.11 \
|
|
url-2.5.0 \
|
|
utf8parse-0.2.1 \
|
|
valuable-0.1.0 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.6 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-sys-0.48.0 \
|
|
windows-sys-0.52.0 \
|
|
windows-targets-0.48.5 \
|
|
windows-targets-0.52.4 \
|
|
windows_aarch64_gnullvm-0.48.5 \
|
|
windows_aarch64_gnullvm-0.52.4 \
|
|
windows_aarch64_msvc-0.48.5 \
|
|
windows_aarch64_msvc-0.52.4 \
|
|
windows_i686_gnu-0.48.5 \
|
|
windows_i686_gnu-0.52.4 \
|
|
windows_i686_msvc-0.48.5 \
|
|
windows_i686_msvc-0.52.4 \
|
|
windows_x86_64_gnu-0.48.5 \
|
|
windows_x86_64_gnu-0.52.4 \
|
|
windows_x86_64_gnullvm-0.48.5 \
|
|
windows_x86_64_gnullvm-0.52.4 \
|
|
windows_x86_64_msvc-0.48.5 \
|
|
windows_x86_64_msvc-0.52.4
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|