f3f7e555b0
PR: 287766
324 lines
6.9 KiB
Makefile
324 lines
6.9 KiB
Makefile
PORTNAME= fnm
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.38.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Fast and simple Node.js version manager, built in Rust
|
|
WWW= https://github.com/Schniz/fnm
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= zstd>0:archivers/zstd # statically linked library
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Schniz
|
|
|
|
RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386
|
|
|
|
CARGO_CRATES= addr2line-0.24.2 \
|
|
adler2-2.0.0 \
|
|
aes-0.8.4 \
|
|
aho-corasick-1.1.3 \
|
|
alloc-no-stdlib-2.0.4 \
|
|
alloc-stdlib-0.2.2 \
|
|
anstream-0.6.15 \
|
|
anstyle-1.0.8 \
|
|
anstyle-parse-0.2.5 \
|
|
anstyle-query-1.1.1 \
|
|
anstyle-wincon-3.0.4 \
|
|
anyhow-1.0.89 \
|
|
arbitrary-1.3.2 \
|
|
async-compression-0.4.13 \
|
|
autocfg-1.4.0 \
|
|
backtrace-0.3.74 \
|
|
backtrace-ext-0.2.1 \
|
|
base64-0.22.1 \
|
|
bitflags-2.6.0 \
|
|
block-buffer-0.10.4 \
|
|
brotli-7.0.0 \
|
|
brotli-decompressor-4.0.1 \
|
|
bumpalo-3.16.0 \
|
|
bytecount-0.6.8 \
|
|
byteorder-1.5.0 \
|
|
bytes-1.7.2 \
|
|
bzip2-0.4.4 \
|
|
bzip2-sys-0.1.11+1.0.8 \
|
|
cc-1.1.28 \
|
|
cfg-if-1.0.0 \
|
|
chrono-0.4.38 \
|
|
cipher-0.4.4 \
|
|
clap-4.5.19 \
|
|
clap_builder-4.5.19 \
|
|
clap_complete-4.5.32 \
|
|
clap_derive-4.5.18 \
|
|
clap_lex-0.7.2 \
|
|
colorchoice-1.0.2 \
|
|
colored-2.1.0 \
|
|
console-0.15.8 \
|
|
constant_time_eq-0.3.1 \
|
|
core-foundation-0.9.4 \
|
|
core-foundation-sys-0.8.7 \
|
|
cpufeatures-0.2.14 \
|
|
crc-3.2.1 \
|
|
crc-catalog-2.4.0 \
|
|
crc32fast-1.4.2 \
|
|
crossbeam-deque-0.8.5 \
|
|
crossbeam-epoch-0.9.18 \
|
|
crossbeam-utils-0.8.20 \
|
|
crypto-common-0.1.6 \
|
|
csv-1.3.0 \
|
|
csv-core-0.1.11 \
|
|
deflate64-0.1.9 \
|
|
deranged-0.3.11 \
|
|
derive_arbitrary-1.3.2 \
|
|
diff-0.1.13 \
|
|
digest-0.10.7 \
|
|
displaydoc-0.2.5 \
|
|
duct-0.13.7 \
|
|
either-1.13.0 \
|
|
embed-resource-2.5.0 \
|
|
encode_unicode-0.3.6 \
|
|
encoding_rs-0.8.34 \
|
|
encoding_rs_io-0.1.7 \
|
|
env_filter-0.1.2 \
|
|
env_logger-0.11.5 \
|
|
equivalent-1.0.1 \
|
|
errno-0.3.9 \
|
|
etcetera-0.8.0 \
|
|
fastrand-2.1.1 \
|
|
filetime-0.2.25 \
|
|
flate2-1.0.34 \
|
|
fnv-1.0.7 \
|
|
form_urlencoded-1.2.1 \
|
|
futures-channel-0.3.31 \
|
|
futures-core-0.3.31 \
|
|
futures-io-0.3.31 \
|
|
futures-sink-0.3.31 \
|
|
futures-task-0.3.31 \
|
|
futures-util-0.3.31 \
|
|
generic-array-0.14.7 \
|
|
getrandom-0.2.15 \
|
|
gimli-0.31.1 \
|
|
hashbrown-0.15.0 \
|
|
heck-0.5.0 \
|
|
hermit-abi-0.3.9 \
|
|
hmac-0.12.1 \
|
|
home-0.5.9 \
|
|
http-1.1.0 \
|
|
http-body-1.0.1 \
|
|
http-body-util-0.1.2 \
|
|
httparse-1.9.5 \
|
|
humantime-2.1.0 \
|
|
hyper-1.4.1 \
|
|
hyper-rustls-0.27.3 \
|
|
hyper-util-0.1.9 \
|
|
idna-0.5.0 \
|
|
indexmap-2.6.0 \
|
|
indicatif-0.17.8 \
|
|
indoc-2.0.5 \
|
|
inout-0.1.3 \
|
|
instant-0.1.13 \
|
|
ipnet-2.10.1 \
|
|
is_ci-1.2.0 \
|
|
is_terminal_polyfill-1.70.1 \
|
|
itoa-1.0.11 \
|
|
jobserver-0.1.32 \
|
|
js-sys-0.3.70 \
|
|
junction-1.2.0 \
|
|
lazy_static-1.5.0 \
|
|
libc-0.2.159 \
|
|
libredox-0.1.3 \
|
|
linux-raw-sys-0.4.14 \
|
|
lockfree-object-pool-0.1.6 \
|
|
log-0.4.22 \
|
|
lzma-rs-0.3.0 \
|
|
lzma-sys-0.1.20 \
|
|
matchers-0.1.0 \
|
|
memchr-2.7.4 \
|
|
miette-5.10.0 \
|
|
miette-7.2.0 \
|
|
miette-derive-5.10.0 \
|
|
miette-derive-7.2.0 \
|
|
mime-0.3.17 \
|
|
minimal-lexical-0.2.1 \
|
|
miniz_oxide-0.8.0 \
|
|
mio-1.0.2 \
|
|
node-semver-2.1.0 \
|
|
nom-7.1.3 \
|
|
ntapi-0.4.1 \
|
|
nu-ansi-term-0.46.0 \
|
|
num-conv-0.1.0 \
|
|
num-traits-0.2.19 \
|
|
number_prefix-0.4.0 \
|
|
object-0.36.5 \
|
|
once_cell-1.20.2 \
|
|
openssl-probe-0.1.5 \
|
|
os_pipe-1.2.1 \
|
|
overload-0.1.1 \
|
|
owo-colors-4.1.0 \
|
|
pbkdf2-0.12.2 \
|
|
percent-encoding-2.3.1 \
|
|
pin-project-lite-0.2.14 \
|
|
pin-utils-0.1.0 \
|
|
pkg-config-0.3.31 \
|
|
portable-atomic-1.9.0 \
|
|
powerfmt-0.2.0 \
|
|
ppv-lite86-0.2.20 \
|
|
pretty_assertions-1.4.1 \
|
|
proc-macro2-1.0.87 \
|
|
quinn-0.11.5 \
|
|
quinn-proto-0.11.8 \
|
|
quinn-udp-0.5.5 \
|
|
quote-1.0.37 \
|
|
rand-0.8.5 \
|
|
rand_chacha-0.3.1 \
|
|
rand_core-0.6.4 \
|
|
rayon-1.10.0 \
|
|
rayon-core-1.12.1 \
|
|
redox_syscall-0.5.7 \
|
|
regex-1.11.0 \
|
|
regex-automata-0.1.10 \
|
|
regex-automata-0.4.8 \
|
|
regex-syntax-0.6.29 \
|
|
regex-syntax-0.8.5 \
|
|
reqwest-0.12.8 \
|
|
ring-0.17.8 \
|
|
rustc-demangle-0.1.24 \
|
|
rustc-hash-2.0.0 \
|
|
rustc_version-0.4.1 \
|
|
rustix-0.38.37 \
|
|
rustls-0.23.14 \
|
|
rustls-native-certs-0.8.0 \
|
|
rustls-pemfile-2.2.0 \
|
|
rustls-pki-types-1.9.0 \
|
|
rustls-webpki-0.102.8 \
|
|
ryu-1.0.18 \
|
|
schannel-0.1.26 \
|
|
scopeguard-1.2.0 \
|
|
security-framework-2.11.1 \
|
|
security-framework-sys-2.12.0 \
|
|
semver-1.0.23 \
|
|
serde-1.0.210 \
|
|
serde_derive-1.0.210 \
|
|
serde_json-1.0.128 \
|
|
serde_spanned-0.6.8 \
|
|
serde_urlencoded-0.7.1 \
|
|
sha1-0.10.6 \
|
|
sharded-slab-0.1.7 \
|
|
shared_child-1.0.1 \
|
|
shlex-1.3.0 \
|
|
simd-adler32-0.3.7 \
|
|
slab-0.4.9 \
|
|
smallvec-1.13.2 \
|
|
smawk-0.3.2 \
|
|
socket2-0.5.7 \
|
|
spin-0.9.8 \
|
|
strsim-0.11.1 \
|
|
subtle-2.6.1 \
|
|
supports-color-3.0.1 \
|
|
supports-hyperlinks-3.0.0 \
|
|
supports-unicode-3.0.0 \
|
|
syn-2.0.79 \
|
|
sync_wrapper-1.0.1 \
|
|
sysinfo-0.30.13 \
|
|
tar-0.4.42 \
|
|
tempfile-3.13.0 \
|
|
terminal_size-0.3.0 \
|
|
test-log-0.2.16 \
|
|
test-log-macros-0.2.16 \
|
|
textwrap-0.16.1 \
|
|
thiserror-1.0.64 \
|
|
thiserror-impl-1.0.64 \
|
|
thread_local-1.1.8 \
|
|
time-0.3.36 \
|
|
time-core-0.1.2 \
|
|
tinyvec-1.8.0 \
|
|
tinyvec_macros-0.1.1 \
|
|
tokio-1.40.0 \
|
|
tokio-rustls-0.26.0 \
|
|
tokio-util-0.7.12 \
|
|
toml-0.8.19 \
|
|
toml_datetime-0.6.8 \
|
|
toml_edit-0.22.22 \
|
|
tower-service-0.3.3 \
|
|
tracing-0.1.40 \
|
|
tracing-core-0.1.32 \
|
|
tracing-log-0.2.0 \
|
|
tracing-subscriber-0.3.18 \
|
|
try-lock-0.2.5 \
|
|
typenum-1.17.0 \
|
|
unicode-bidi-0.3.17 \
|
|
unicode-ident-1.0.13 \
|
|
unicode-linebreak-0.1.5 \
|
|
unicode-normalization-0.1.24 \
|
|
unicode-segmentation-1.12.0 \
|
|
unicode-width-0.1.14 \
|
|
untrusted-0.9.0 \
|
|
url-2.5.2 \
|
|
utf8parse-0.2.2 \
|
|
valuable-0.1.0 \
|
|
version_check-0.9.5 \
|
|
vswhom-0.1.0 \
|
|
vswhom-sys-0.1.2 \
|
|
want-0.3.1 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.93 \
|
|
wasm-bindgen-backend-0.2.93 \
|
|
wasm-bindgen-futures-0.4.43 \
|
|
wasm-bindgen-macro-0.2.93 \
|
|
wasm-bindgen-macro-support-0.2.93 \
|
|
wasm-bindgen-shared-0.2.93 \
|
|
web-sys-0.3.70 \
|
|
webpki-roots-0.26.6 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-0.52.0 \
|
|
windows-core-0.52.0 \
|
|
windows-registry-0.2.0 \
|
|
windows-result-0.2.0 \
|
|
windows-strings-0.1.0 \
|
|
windows-sys-0.48.0 \
|
|
windows-sys-0.52.0 \
|
|
windows-sys-0.59.0 \
|
|
windows-targets-0.48.5 \
|
|
windows-targets-0.52.6 \
|
|
windows_aarch64_gnullvm-0.48.5 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_msvc-0.48.5 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_i686_gnu-0.48.5 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_msvc-0.48.5 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_x86_64_gnu-0.48.5 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnullvm-0.48.5 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_msvc-0.48.5 \
|
|
windows_x86_64_msvc-0.52.6 \
|
|
winnow-0.6.20 \
|
|
winreg-0.52.0 \
|
|
xattr-1.3.1 \
|
|
xz2-0.1.7 \
|
|
yansi-1.0.1 \
|
|
zerocopy-0.7.35 \
|
|
zerocopy-derive-0.7.35 \
|
|
zeroize-1.8.1 \
|
|
zeroize_derive-1.4.2 \
|
|
zip-2.2.0 \
|
|
zopfli-0.8.1 \
|
|
zstd-0.13.2 \
|
|
zstd-safe-7.2.1 \
|
|
zstd-sys-2.0.13+zstd.1.5.6
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|