Skip to content

Commit

Permalink
lang/asm-lsp: New port: Language server for NASM/GAS/GO Assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 14, 2024
1 parent f68d4c2 commit 96ca9b7
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/Makefile
Expand Up @@ -6,6 +6,7 @@
SUBDIR += angelscript
SUBDIR += antimony
SUBDIR += apache-commons-jelly
SUBDIR += asm-lsp
SUBDIR += asn1c
SUBDIR += atlast
SUBDIR += awka
Expand Down
205 changes: 205 additions & 0 deletions lang/asm-lsp/Makefile
@@ -0,0 +1,205 @@
PORTNAME= asm-lsp
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= lang

MAINTAINER= yuri@FreeBSD.org
COMMENT= Language server for NASM/GAS/GO Assembly
WWW= https://github.com/bergercookie/asm-lsp

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cargo

USE_GITHUB= yes
GH_ACCOUNT= bergercookie

CARGO_CRATES= addr2line-0.21.0 \
adler-1.0.2 \
aho-corasick-1.1.2 \
android-tzdata-0.1.1 \
android_system_properties-0.1.5 \
anyhow-1.0.75 \
assert-json-diff-2.0.2 \
autocfg-1.1.0 \
backtrace-0.3.69 \
base64-0.21.4 \
bitflags-1.3.2 \
bitflags-2.4.1 \
bumpalo-3.14.0 \
bytes-1.5.0 \
cc-1.0.83 \
cfg-if-1.0.0 \
chrono-0.4.31 \
colored-2.0.4 \
core-foundation-0.9.3 \
core-foundation-sys-0.8.4 \
crossbeam-channel-0.5.8 \
crossbeam-utils-0.8.16 \
encoding_rs-0.8.33 \
equivalent-1.0.1 \
errno-0.3.5 \
fastrand-2.0.1 \
flexi_logger-0.25.6 \
fnv-1.0.7 \
foreign-types-0.3.2 \
foreign-types-shared-0.1.1 \
form_urlencoded-1.2.0 \
futures-0.3.29 \
futures-channel-0.3.29 \
futures-core-0.3.29 \
futures-executor-0.3.29 \
futures-io-0.3.29 \
futures-macro-0.3.29 \
futures-sink-0.3.29 \
futures-task-0.3.29 \
futures-util-0.3.29 \
getrandom-0.2.10 \
gimli-0.28.0 \
glob-0.3.1 \
h2-0.3.21 \
hashbrown-0.12.3 \
hashbrown-0.14.2 \
heck-0.4.1 \
hermit-abi-0.3.3 \
home-0.5.5 \
http-0.2.9 \
http-body-0.4.5 \
httparse-1.8.0 \
httpdate-1.0.3 \
hyper-0.14.27 \
hyper-tls-0.5.0 \
iana-time-zone-0.1.58 \
iana-time-zone-haiku-0.1.2 \
idna-0.4.0 \
indexmap-1.9.3 \
indexmap-2.0.2 \
ipnet-2.8.0 \
is-terminal-0.4.9 \
itoa-1.0.9 \
js-sys-0.3.64 \
lazy_static-1.4.0 \
libc-0.2.149 \
linux-raw-sys-0.4.10 \
lock_api-0.4.11 \
log-0.4.20 \
lsp-server-0.7.4 \
lsp-types-0.94.1 \
memchr-2.6.4 \
mime-0.3.17 \
miniz_oxide-0.7.1 \
mio-0.8.8 \
mockito-1.2.0 \
native-tls-0.2.11 \
nu-ansi-term-0.49.0 \
num-traits-0.2.17 \
num_cpus-1.16.0 \
object-0.32.1 \
once_cell-1.18.0 \
openssl-0.10.57 \
openssl-macros-0.1.1 \
openssl-probe-0.1.5 \
openssl-sys-0.9.93 \
parking_lot-0.12.1 \
parking_lot_core-0.9.9 \
percent-encoding-2.3.0 \
pin-project-lite-0.2.13 \
pin-utils-0.1.0 \
pkg-config-0.3.27 \
ppv-lite86-0.2.17 \
proc-macro2-1.0.69 \
quick-xml-0.28.2 \
quote-1.0.33 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
redox_syscall-0.3.5 \
redox_syscall-0.4.1 \
regex-1.10.2 \
regex-automata-0.4.3 \
regex-syntax-0.8.2 \
reqwest-0.11.22 \
rustc-demangle-0.1.23 \
rustix-0.38.20 \
rustversion-1.0.14 \
ryu-1.0.15 \
schannel-0.1.22 \
scopeguard-1.2.0 \
security-framework-2.9.2 \
security-framework-sys-2.9.1 \
serde-1.0.189 \
serde_derive-1.0.189 \
serde_json-1.0.107 \
serde_repr-0.1.16 \
serde_spanned-0.6.3 \
serde_urlencoded-0.7.1 \
signal-hook-registry-1.4.1 \
similar-2.3.0 \
slab-0.4.9 \
smallvec-1.11.1 \
socket2-0.4.10 \
socket2-0.5.5 \
strum-0.24.1 \
strum_macros-0.24.3 \
syn-1.0.109 \
syn-2.0.38 \
system-configuration-0.5.1 \
system-configuration-sys-0.5.0 \
tempfile-3.8.0 \
thiserror-1.0.50 \
thiserror-impl-1.0.50 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
tokio-1.33.0 \
tokio-macros-2.1.0 \
tokio-native-tls-0.3.1 \
tokio-util-0.7.9 \
toml-0.8.2 \
toml_datetime-0.6.3 \
toml_edit-0.20.2 \
tower-service-0.3.2 \
tracing-0.1.40 \
tracing-core-0.1.32 \
tree-sitter-0.20.10 \
tree-sitter-asm-0.1.0 \
try-lock-0.2.4 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.12 \
unicode-normalization-0.1.22 \
url-2.4.1 \
vcpkg-0.2.15 \
want-0.3.1 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.87 \
wasm-bindgen-backend-0.2.87 \
wasm-bindgen-futures-0.4.37 \
wasm-bindgen-macro-0.2.87 \
wasm-bindgen-macro-support-0.2.87 \
wasm-bindgen-shared-0.2.87 \
web-sys-0.3.64 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-core-0.51.1 \
windows-sys-0.48.0 \
windows-targets-0.48.5 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_msvc-0.48.5 \
windows_i686_gnu-0.48.5 \
windows_i686_msvc-0.48.5 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_msvc-0.48.5 \
winnow-0.5.17 \
winreg-0.50.0

OPENSSLINC= /usr/include
OPENSSLLIB= /usr/lib

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>

0 comments on commit 96ca9b7

Please sign in to comment.