e29b5eeec3
PR: 295694
305 lines
6.6 KiB
Makefile
305 lines
6.6 KiB
Makefile
PORTNAME= dotenv-linter
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.0.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Linter for .env files. Written in Rust
|
|
WWW= https://dotenv-linter.github.io \
|
|
https://github.com/dotenv-linter/dotenv-linter
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
|
|
CARGO_CRATES= addr2line-0.24.2 \
|
|
adler2-2.0.1 \
|
|
aho-corasick-1.1.3 \
|
|
android_system_properties-0.1.5 \
|
|
anes-0.1.6 \
|
|
anstream-0.6.20 \
|
|
anstyle-1.0.11 \
|
|
anstyle-parse-0.2.7 \
|
|
anstyle-query-1.1.4 \
|
|
anstyle-wincon-3.0.10 \
|
|
assert_cmd-2.0.17 \
|
|
atomic-waker-1.1.2 \
|
|
autocfg-1.5.0 \
|
|
backtrace-0.3.75 \
|
|
base64-0.22.1 \
|
|
bitflags-2.9.4 \
|
|
bstr-1.12.0 \
|
|
bumpalo-3.19.0 \
|
|
bytes-1.10.1 \
|
|
cast-0.3.0 \
|
|
cc-1.2.37 \
|
|
cfg-if-1.0.3 \
|
|
cfg_aliases-0.2.1 \
|
|
chrono-0.4.42 \
|
|
ciborium-0.2.2 \
|
|
ciborium-io-0.2.2 \
|
|
ciborium-ll-0.2.2 \
|
|
clap-4.5.47 \
|
|
clap_builder-4.5.47 \
|
|
clap_derive-4.5.47 \
|
|
clap_lex-0.7.5 \
|
|
colorchoice-1.0.4 \
|
|
colored-3.0.0 \
|
|
cookie-0.18.1 \
|
|
cookie_store-0.22.0 \
|
|
core-foundation-sys-0.8.7 \
|
|
crc32fast-1.5.0 \
|
|
criterion-0.7.0 \
|
|
criterion-plot-0.6.0 \
|
|
crossbeam-deque-0.8.6 \
|
|
crossbeam-epoch-0.9.18 \
|
|
crossbeam-utils-0.8.21 \
|
|
crunchy-0.2.4 \
|
|
darling-0.20.11 \
|
|
darling_core-0.20.11 \
|
|
darling_macro-0.20.11 \
|
|
deranged-0.5.3 \
|
|
difflib-0.4.0 \
|
|
displaydoc-0.2.5 \
|
|
doc-comment-0.3.3 \
|
|
document-features-0.2.11 \
|
|
dunce-1.0.5 \
|
|
dyn-clone-1.0.20 \
|
|
either-1.15.0 \
|
|
email_address-0.2.9 \
|
|
equivalent-1.0.2 \
|
|
errno-0.3.14 \
|
|
etcetera-0.10.0 \
|
|
fastrand-2.3.0 \
|
|
filedescriptor-0.8.3 \
|
|
find-msvc-tools-0.1.1 \
|
|
flate2-1.1.2 \
|
|
fnv-1.0.7 \
|
|
form_urlencoded-1.2.2 \
|
|
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 \
|
|
gag-1.0.0 \
|
|
getrandom-0.2.16 \
|
|
getrandom-0.3.3 \
|
|
gimli-0.31.1 \
|
|
half-2.6.0 \
|
|
hashbrown-0.12.3 \
|
|
hashbrown-0.15.5 \
|
|
heck-0.5.0 \
|
|
hex-0.4.3 \
|
|
home-0.5.11 \
|
|
http-1.3.1 \
|
|
http-body-1.0.1 \
|
|
http-body-util-0.1.3 \
|
|
httparse-1.10.1 \
|
|
hyper-1.7.0 \
|
|
hyper-rustls-0.27.7 \
|
|
hyper-util-0.1.17 \
|
|
iana-time-zone-0.1.64 \
|
|
iana-time-zone-haiku-0.1.2 \
|
|
icu_collections-2.0.0 \
|
|
icu_locale_core-2.0.0 \
|
|
icu_normalizer-2.0.0 \
|
|
icu_normalizer_data-2.0.0 \
|
|
icu_properties-2.0.1 \
|
|
icu_properties_data-2.0.1 \
|
|
icu_provider-2.0.0 \
|
|
ident_case-1.0.1 \
|
|
idna-1.1.0 \
|
|
idna_adapter-1.2.1 \
|
|
indexmap-1.9.3 \
|
|
indexmap-2.11.1 \
|
|
io-uring-0.7.10 \
|
|
ipnet-2.11.0 \
|
|
iri-string-0.7.8 \
|
|
is_terminal_polyfill-1.70.1 \
|
|
itertools-0.13.0 \
|
|
itoa-1.0.15 \
|
|
js-sys-0.3.78 \
|
|
libc-0.2.175 \
|
|
linux-raw-sys-0.11.0 \
|
|
litemap-0.8.0 \
|
|
litrs-0.4.2 \
|
|
log-0.4.28 \
|
|
lru-slab-0.1.2 \
|
|
memchr-2.7.5 \
|
|
miniz_oxide-0.8.9 \
|
|
mio-1.0.4 \
|
|
num-conv-0.1.0 \
|
|
num-traits-0.2.19 \
|
|
object-0.36.7 \
|
|
once_cell-1.21.3 \
|
|
once_cell_polyfill-1.70.1 \
|
|
oorandom-11.1.5 \
|
|
percent-encoding-2.3.2 \
|
|
pin-project-lite-0.2.16 \
|
|
pin-utils-0.1.0 \
|
|
plotters-0.3.7 \
|
|
plotters-backend-0.3.7 \
|
|
plotters-svg-0.3.7 \
|
|
potential_utf-0.1.3 \
|
|
powerfmt-0.2.0 \
|
|
ppv-lite86-0.2.21 \
|
|
predicates-3.1.3 \
|
|
predicates-core-1.0.9 \
|
|
predicates-tree-1.0.12 \
|
|
proc-macro2-1.0.101 \
|
|
quinn-0.11.9 \
|
|
quinn-proto-0.11.13 \
|
|
quinn-udp-0.5.14 \
|
|
quote-1.0.40 \
|
|
r-efi-5.3.0 \
|
|
rand-0.9.2 \
|
|
rand_chacha-0.9.0 \
|
|
rand_core-0.9.3 \
|
|
rayon-1.11.0 \
|
|
rayon-core-1.13.0 \
|
|
ref-cast-1.0.24 \
|
|
ref-cast-impl-1.0.24 \
|
|
regex-1.11.2 \
|
|
regex-automata-0.4.10 \
|
|
regex-syntax-0.8.6 \
|
|
reqwest-0.12.23 \
|
|
ring-0.17.14 \
|
|
rustc-demangle-0.1.26 \
|
|
rustc-hash-2.1.1 \
|
|
rustix-1.1.2 \
|
|
rustls-0.23.31 \
|
|
rustls-pemfile-2.2.0 \
|
|
rustls-pki-types-1.12.0 \
|
|
rustls-webpki-0.103.6 \
|
|
rustversion-1.0.22 \
|
|
ryu-1.0.20 \
|
|
same-file-1.0.6 \
|
|
schemars-0.9.0 \
|
|
schemars-1.0.4 \
|
|
semver-1.0.27 \
|
|
serde-1.0.223 \
|
|
serde_core-1.0.223 \
|
|
serde_derive-1.0.223 \
|
|
serde_json-1.0.145 \
|
|
serde_regex-1.1.0 \
|
|
serde_urlencoded-0.7.1 \
|
|
serde_with-3.14.0 \
|
|
serde_with_macros-3.14.0 \
|
|
shlex-1.3.0 \
|
|
slab-0.4.11 \
|
|
smallvec-1.15.1 \
|
|
socket2-0.6.0 \
|
|
stable_deref_trait-1.2.0 \
|
|
strsim-0.11.1 \
|
|
subtle-2.6.1 \
|
|
syn-2.0.106 \
|
|
sync_wrapper-1.0.2 \
|
|
synstructure-0.13.2 \
|
|
tempfile-3.22.0 \
|
|
termtree-0.5.1 \
|
|
thiserror-1.0.69 \
|
|
thiserror-2.0.16 \
|
|
thiserror-impl-1.0.69 \
|
|
thiserror-impl-2.0.16 \
|
|
time-0.3.43 \
|
|
time-core-0.1.6 \
|
|
time-macros-0.2.24 \
|
|
tinystr-0.8.1 \
|
|
tinytemplate-1.2.1 \
|
|
tinyvec-1.10.0 \
|
|
tinyvec_macros-0.1.1 \
|
|
tokio-1.47.1 \
|
|
tokio-rustls-0.26.2 \
|
|
tower-0.5.2 \
|
|
tower-http-0.6.6 \
|
|
tower-layer-0.3.3 \
|
|
tower-service-0.3.3 \
|
|
tracing-0.1.41 \
|
|
tracing-core-0.1.34 \
|
|
try-lock-0.2.5 \
|
|
unicode-ident-1.0.19 \
|
|
untrusted-0.9.0 \
|
|
update-informer-1.3.0 \
|
|
ureq-3.1.2 \
|
|
ureq-proto-0.5.2 \
|
|
url-2.5.7 \
|
|
utf-8-0.7.6 \
|
|
utf8_iter-1.0.4 \
|
|
utf8parse-0.2.2 \
|
|
version_check-0.9.5 \
|
|
wait-timeout-0.2.1 \
|
|
walkdir-2.5.0 \
|
|
want-0.3.1 \
|
|
wasi-0.11.1+wasi-snapshot-preview1 \
|
|
wasi-0.14.5+wasi-0.2.4 \
|
|
wasip2-1.0.0+wasi-0.2.4 \
|
|
wasm-bindgen-0.2.101 \
|
|
wasm-bindgen-backend-0.2.101 \
|
|
wasm-bindgen-futures-0.4.51 \
|
|
wasm-bindgen-macro-0.2.101 \
|
|
wasm-bindgen-macro-support-0.2.101 \
|
|
wasm-bindgen-shared-0.2.101 \
|
|
web-sys-0.3.78 \
|
|
web-time-1.1.0 \
|
|
webpki-roots-1.0.2 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.11 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-core-0.62.0 \
|
|
windows-implement-0.60.0 \
|
|
windows-interface-0.59.1 \
|
|
windows-link-0.1.3 \
|
|
windows-link-0.2.0 \
|
|
windows-result-0.4.0 \
|
|
windows-strings-0.5.0 \
|
|
windows-sys-0.52.0 \
|
|
windows-sys-0.59.0 \
|
|
windows-sys-0.60.2 \
|
|
windows-sys-0.61.0 \
|
|
windows-targets-0.52.6 \
|
|
windows-targets-0.53.3 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_gnullvm-0.53.0 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_aarch64_msvc-0.53.0 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnu-0.53.0 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_gnullvm-0.53.0 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_i686_msvc-0.53.0 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnu-0.53.0 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_gnullvm-0.53.0 \
|
|
windows_x86_64_msvc-0.52.6 \
|
|
windows_x86_64_msvc-0.53.0 \
|
|
wit-bindgen-0.45.1 \
|
|
writeable-0.6.1 \
|
|
yoke-0.8.0 \
|
|
yoke-derive-0.8.0 \
|
|
zerocopy-0.8.27 \
|
|
zerocopy-derive-0.8.27 \
|
|
zerofrom-0.1.6 \
|
|
zerofrom-derive-0.1.6 \
|
|
zeroize-1.8.1 \
|
|
zerotrie-0.2.2 \
|
|
zerovec-0.11.4 \
|
|
zerovec-derive-0.11.1
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
# workaround for error: found a virtual manifest at `xx` instead of a package manifest
|
|
${INSTALL_PROGRAM} \
|
|
${WRKDIR}/target/release/${PORTNAME} \
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|