PORTNAME= svls DISTVERSIONPREFIX= v DISTVERSION= 0.2.9 PORTREVISION= 5 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.71 \ async-trait-0.1.53 \ atty-0.2.14 \ auto_impl-1.0.1 \ autocfg-1.1.0 \ bitflags-1.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 \ 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.12.1 \ heck-0.4.0 \ hermit-abi-0.1.19 \ httparse-1.8.0 \ idna-0.2.3 \ indexmap-1.9.2 \ itoa-1.0.1 \ lazy_static-1.4.0 \ libc-0.2.125 \ libloading-0.8.0 \ lock_api-0.4.7 \ log-0.4.17 \ lsp-types-0.94.0 \ matches-0.1.9 \ memchr-2.5.0 \ minimal-lexical-0.2.1 \ nom-7.1.3 \ nom-greedyerror-0.5.0 \ nom-packrat-0.7.0 \ nom-packrat-macros-0.7.0 \ nom-recursive-0.5.0 \ nom-recursive-macros-0.5.0 \ nom-tracable-0.9.0 \ nom-tracable-macros-0.9.0 \ nom_locate-4.1.0 \ 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.52 \ quote-1.0.26 \ 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.162 \ serde_derive-1.0.162 \ serde_json-1.0.81 \ serde_regex-1.1.0 \ serde_repr-0.1.8 \ serde_spanned-0.6.1 \ simplelog-0.12.1 \ slab-0.4.6 \ str-concat-0.2.0 \ strsim-0.10.0 \ sv-filelist-parser-0.1.3 \ sv-parser-0.13.1 \ sv-parser-error-0.13.1 \ sv-parser-macros-0.13.1 \ sv-parser-parser-0.13.1 \ sv-parser-pp-0.13.1 \ sv-parser-syntaxtree-0.13.1 \ svlint-0.7.2 \ syn-1.0.104 \ syn-2.0.7 \ 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.7.3 \ toml_datetime-0.6.1 \ toml_edit-0.19.7 \ tower-0.4.12 \ tower-layer-0.3.1 \ tower-lsp-0.19.0 \ tower-lsp-macros-0.8.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 \ windows-sys-0.48.0 \ windows-targets-0.48.0 \ windows_aarch64_gnullvm-0.48.0 \ windows_aarch64_msvc-0.48.0 \ windows_i686_gnu-0.48.0 \ windows_i686_msvc-0.48.0 \ windows_x86_64_gnu-0.48.0 \ windows_x86_64_gnullvm-0.48.0 \ windows_x86_64_msvc-0.48.0 \ winnow-0.3.6 PLIST_FILES= bin/${PORTNAME} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include