freebsd-ports/cad/svls/Makefile
Daniel Engberg 12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00

161 lines
3.3 KiB
Makefile

PORTNAME= svls
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
COMMENT= SystemVerilog language server
WWW= https://github.com/dalance/svls
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= dalance
CARGO_CRATES= aho-corasick-0.7.18 \
anyhow-1.0.66 \
arrayvec-0.5.2 \
async-trait-0.1.53 \
atty-0.2.14 \
auto_impl-0.5.0 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bitvec-0.19.6 \
bytecount-0.3.2 \
bytecount-0.6.2 \
bytes-1.1.0 \
cfg-if-1.0.0 \
clap-3.2.2 \
clap_derive-3.2.2 \
clap_lex-0.2.4 \
colored-2.0.0 \
dashmap-5.3.3 \
dirs-next-2.0.0 \
dirs-sys-next-0.1.2 \
enquote-1.1.0 \
form_urlencoded-1.0.1 \
funty-1.1.0 \
futures-0.3.21 \
futures-channel-0.3.21 \
futures-core-0.3.21 \
futures-io-0.3.21 \
futures-macro-0.3.21 \
futures-sink-0.3.21 \
futures-task-0.3.21 \
futures-util-0.3.21 \
getrandom-0.2.6 \
hashbrown-0.11.2 \
hashbrown-0.12.1 \
heck-0.4.0 \
hermit-abi-0.1.19 \
httparse-1.7.1 \
idna-0.2.3 \
indexmap-1.8.1 \
itoa-1.0.1 \
lazy_static-1.4.0 \
lexical-core-0.7.6 \
libc-0.2.125 \
libloading-0.7.3 \
lock_api-0.4.7 \
log-0.4.17 \
lsp-types-0.93.0 \
matches-0.1.9 \
memchr-2.5.0 \
nom-5.1.2 \
nom-6.1.2 \
nom-greedyerror-0.3.1 \
nom-packrat-0.5.0 \
nom-packrat-macros-0.5.0 \
nom-recursive-0.3.0 \
nom-recursive-macros-0.3.0 \
nom-tracable-0.7.0 \
nom-tracable-macros-0.7.0 \
nom_locate-1.0.0 \
nom_locate-2.1.0 \
nom_locate-3.0.2 \
num_threads-0.1.6 \
once_cell-1.10.0 \
os_str_bytes-6.0.0 \
percent-encoding-2.1.0 \
pin-project-1.0.10 \
pin-project-internal-1.0.10 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.47 \
quote-1.0.18 \
radium-0.5.3 \
redox_syscall-0.2.13 \
redox_users-0.4.3 \
regex-1.5.5 \
regex-syntax-0.6.25 \
rustversion-1.0.6 \
ryu-1.0.9 \
same-file-1.0.6 \
scopeguard-1.1.0 \
serde-1.0.148 \
serde_derive-1.0.148 \
serde_json-1.0.81 \
serde_regex-1.1.0 \
serde_repr-0.1.8 \
simplelog-0.12.0 \
slab-0.4.6 \
static_assertions-1.1.0 \
str-concat-0.2.0 \
strsim-0.10.0 \
sv-filelist-parser-0.1.3 \
sv-parser-0.12.2 \
sv-parser-error-0.12.2 \
sv-parser-macros-0.12.2 \
sv-parser-parser-0.12.2 \
sv-parser-pp-0.12.2 \
sv-parser-syntaxtree-0.12.2 \
svlint-0.6.0 \
syn-1.0.104 \
tap-1.0.1 \
term-0.7.0 \
termcolor-1.1.3 \
textwrap-0.15.0 \
thiserror-1.0.31 \
thiserror-impl-1.0.31 \
time-0.3.9 \
time-macros-0.2.4 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
tokio-1.18.1 \
tokio-macros-1.7.0 \
tokio-util-0.7.1 \
toml-0.5.9 \
tower-0.4.12 \
tower-layer-0.3.1 \
tower-lsp-0.17.0 \
tower-lsp-macros-0.6.0 \
tower-service-0.3.1 \
tracing-0.1.34 \
tracing-attributes-0.1.21 \
tracing-core-0.1.26 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.5 \
unicode-normalization-0.1.19 \
url-2.2.2 \
version_check-0.9.4 \
walkdir-2.3.2 \
wasi-0.10.2+wasi-snapshot-preview1 \
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 \
wyz-0.2.0
PLIST_FILES= bin/${PORTNAME}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>