f3f7e555b0
PR: 287766
348 lines
7.6 KiB
Makefile
348 lines
7.6 KiB
Makefile
PORTNAME= pueue
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Shell commands manager
|
|
WWW= https://github.com/Nukesor/pueue
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Nukesor
|
|
USE_RC_SUBR= pueued
|
|
|
|
RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386
|
|
|
|
CARGO_CARGOTOML=${WRKSRC}/${PORTNAME}/Cargo.toml
|
|
CARGO_INSTALL_PATH=${PORTNAME}/
|
|
CARGO_CRATES= addr2line-0.21.0 \
|
|
adler-1.0.2 \
|
|
adler2-2.0.0 \
|
|
aho-corasick-1.1.3 \
|
|
android-tzdata-0.1.1 \
|
|
android_system_properties-0.1.5 \
|
|
anes-0.1.6 \
|
|
anstream-0.6.18 \
|
|
anstyle-1.0.10 \
|
|
anstyle-parse-0.2.6 \
|
|
anstyle-query-1.1.2 \
|
|
anstyle-wincon-3.0.7 \
|
|
assert_cmd-2.0.16 \
|
|
assert_matches-1.5.0 \
|
|
async-trait-0.1.86 \
|
|
autocfg-1.4.0 \
|
|
backtrace-0.3.71 \
|
|
base64-0.22.1 \
|
|
beef-0.5.2 \
|
|
better-panic-0.3.0 \
|
|
bindgen-0.70.1 \
|
|
bitflags-2.8.0 \
|
|
block-buffer-0.10.4 \
|
|
bstr-1.11.3 \
|
|
bumpalo-3.17.0 \
|
|
byteorder-1.5.0 \
|
|
bytes-1.10.0 \
|
|
cast-0.3.0 \
|
|
cc-1.2.16 \
|
|
cexpr-0.6.0 \
|
|
cfg-if-1.0.0 \
|
|
cfg_aliases-0.2.1 \
|
|
chrono-0.4.40 \
|
|
ciborium-0.2.2 \
|
|
ciborium-io-0.2.2 \
|
|
ciborium-ll-0.2.2 \
|
|
clang-sys-1.8.1 \
|
|
clap-4.5.31 \
|
|
clap_builder-4.5.31 \
|
|
clap_complete-4.5.46 \
|
|
clap_complete_nushell-4.5.5 \
|
|
clap_derive-4.5.28 \
|
|
clap_lex-0.7.4 \
|
|
color-eyre-0.6.3 \
|
|
color-spantrace-0.2.1 \
|
|
colorchoice-1.0.3 \
|
|
comfy-table-7.1.4 \
|
|
command-group-5.0.1 \
|
|
console-0.15.10 \
|
|
core-foundation-sys-0.8.7 \
|
|
cpufeatures-0.2.17 \
|
|
crc32fast-1.4.2 \
|
|
criterion-0.5.1 \
|
|
criterion-plot-0.5.0 \
|
|
crossbeam-deque-0.8.6 \
|
|
crossbeam-epoch-0.9.18 \
|
|
crossbeam-utils-0.8.21 \
|
|
crossterm-0.28.1 \
|
|
crossterm_winapi-0.9.1 \
|
|
crunchy-0.2.3 \
|
|
crypto-common-0.1.6 \
|
|
ctrlc-3.4.5 \
|
|
darling-0.20.10 \
|
|
darling_core-0.20.10 \
|
|
darling_macro-0.20.10 \
|
|
deranged-0.3.11 \
|
|
derive_builder-0.20.2 \
|
|
derive_builder_core-0.20.2 \
|
|
derive_builder_macro-0.20.2 \
|
|
diff-0.1.13 \
|
|
difflib-0.4.0 \
|
|
digest-0.10.7 \
|
|
dirs-5.0.1 \
|
|
dirs-6.0.0 \
|
|
dirs-sys-0.4.1 \
|
|
dirs-sys-0.5.0 \
|
|
doc-comment-0.3.3 \
|
|
either-1.14.0 \
|
|
encode_unicode-1.0.0 \
|
|
equivalent-1.0.2 \
|
|
errno-0.3.10 \
|
|
eyre-0.6.12 \
|
|
fastrand-2.3.0 \
|
|
flate2-1.1.0 \
|
|
fnv-1.0.7 \
|
|
futures-core-0.3.31 \
|
|
futures-macro-0.3.31 \
|
|
futures-task-0.3.31 \
|
|
futures-timer-3.0.3 \
|
|
futures-util-0.3.31 \
|
|
generic-array-0.14.7 \
|
|
getrandom-0.2.15 \
|
|
getrandom-0.3.1 \
|
|
gimli-0.28.1 \
|
|
glob-0.3.2 \
|
|
half-2.4.1 \
|
|
handlebars-6.3.1 \
|
|
hashbrown-0.15.2 \
|
|
heck-0.5.0 \
|
|
hermit-abi-0.4.0 \
|
|
hex-0.4.3 \
|
|
iana-time-zone-0.1.61 \
|
|
iana-time-zone-haiku-0.1.2 \
|
|
ident_case-1.0.1 \
|
|
indenter-0.3.3 \
|
|
indexmap-2.7.1 \
|
|
interim-0.2.0 \
|
|
is-terminal-0.4.15 \
|
|
is_terminal_polyfill-1.70.1 \
|
|
itertools-0.10.5 \
|
|
itertools-0.13.0 \
|
|
itoa-1.0.14 \
|
|
js-sys-0.3.77 \
|
|
lazy_static-1.5.0 \
|
|
libc-0.2.170 \
|
|
libloading-0.8.6 \
|
|
libproc-0.14.10 \
|
|
libredox-0.1.3 \
|
|
linux-raw-sys-0.4.15 \
|
|
lock_api-0.4.12 \
|
|
log-0.4.26 \
|
|
logos-0.15.0 \
|
|
logos-codegen-0.15.0 \
|
|
logos-derive-0.15.0 \
|
|
matchers-0.1.0 \
|
|
memchr-2.7.4 \
|
|
minimal-lexical-0.2.1 \
|
|
miniz_oxide-0.7.4 \
|
|
miniz_oxide-0.8.5 \
|
|
mio-1.0.3 \
|
|
nix-0.27.1 \
|
|
nix-0.29.0 \
|
|
nom-7.1.3 \
|
|
nu-ansi-term-0.46.0 \
|
|
num-conv-0.1.0 \
|
|
num-modular-0.6.1 \
|
|
num-order-1.2.0 \
|
|
num-traits-0.2.19 \
|
|
num_threads-0.1.7 \
|
|
object-0.32.2 \
|
|
once_cell-1.20.3 \
|
|
oorandom-11.1.4 \
|
|
option-ext-0.2.0 \
|
|
overload-0.1.1 \
|
|
owo-colors-3.5.0 \
|
|
parking_lot-0.12.3 \
|
|
parking_lot_core-0.9.10 \
|
|
pem-3.0.5 \
|
|
pest-2.7.15 \
|
|
pest_derive-2.7.15 \
|
|
pest_generator-2.7.15 \
|
|
pest_meta-2.7.15 \
|
|
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 \
|
|
portpicker-0.1.1 \
|
|
powerfmt-0.2.0 \
|
|
ppv-lite86-0.2.20 \
|
|
predicates-3.1.3 \
|
|
predicates-core-1.0.9 \
|
|
predicates-tree-1.0.12 \
|
|
pretty_assertions-1.4.1 \
|
|
proc-macro-crate-3.2.0 \
|
|
proc-macro2-1.0.93 \
|
|
procfs-0.17.0 \
|
|
procfs-core-0.17.0 \
|
|
quote-1.0.38 \
|
|
rand-0.8.5 \
|
|
rand-0.9.0 \
|
|
rand_chacha-0.3.1 \
|
|
rand_chacha-0.9.0 \
|
|
rand_core-0.6.4 \
|
|
rand_core-0.9.2 \
|
|
rayon-1.10.0 \
|
|
rayon-core-1.12.1 \
|
|
rcgen-0.13.2 \
|
|
redox_syscall-0.5.9 \
|
|
redox_users-0.4.6 \
|
|
redox_users-0.5.0 \
|
|
regex-1.11.1 \
|
|
regex-automata-0.1.10 \
|
|
regex-automata-0.4.9 \
|
|
regex-syntax-0.6.29 \
|
|
regex-syntax-0.8.5 \
|
|
relative-path-1.9.3 \
|
|
rev_buf_reader-0.3.0 \
|
|
ring-0.17.11 \
|
|
rstest-0.24.0 \
|
|
rstest_macros-0.24.0 \
|
|
rustc-demangle-0.1.24 \
|
|
rustc-hash-1.1.0 \
|
|
rustc_version-0.4.1 \
|
|
rustix-0.38.44 \
|
|
rustls-0.23.23 \
|
|
rustls-pemfile-2.2.0 \
|
|
rustls-pki-types-1.11.0 \
|
|
rustls-webpki-0.102.8 \
|
|
rustversion-1.0.19 \
|
|
ryu-1.0.19 \
|
|
same-file-1.0.6 \
|
|
scopeguard-1.2.0 \
|
|
semver-1.0.25 \
|
|
serde-1.0.218 \
|
|
serde_derive-1.0.218 \
|
|
serde_json-1.0.139 \
|
|
serde_spanned-0.6.8 \
|
|
serde_yaml-0.9.34+deprecated \
|
|
sha2-0.10.8 \
|
|
sharded-slab-0.1.7 \
|
|
shell-escape-0.1.5 \
|
|
shellexpand-3.1.0 \
|
|
shlex-1.3.0 \
|
|
similar-2.7.0 \
|
|
similar-asserts-1.7.0 \
|
|
slab-0.4.9 \
|
|
smallvec-1.14.0 \
|
|
snap-1.1.1 \
|
|
socket2-0.5.8 \
|
|
strsim-0.11.1 \
|
|
strum-0.27.1 \
|
|
strum_macros-0.27.1 \
|
|
subtle-2.6.1 \
|
|
syn-2.0.98 \
|
|
tempfile-3.17.1 \
|
|
terminal_size-0.4.1 \
|
|
termtree-0.5.1 \
|
|
thiserror-1.0.69 \
|
|
thiserror-2.0.11 \
|
|
thiserror-impl-1.0.69 \
|
|
thiserror-impl-2.0.11 \
|
|
thread_local-1.1.8 \
|
|
time-0.3.37 \
|
|
time-core-0.1.2 \
|
|
time-macros-0.2.19 \
|
|
tinytemplate-1.2.1 \
|
|
tokio-1.43.0 \
|
|
tokio-macros-2.5.0 \
|
|
tokio-rustls-0.26.1 \
|
|
toml-0.8.20 \
|
|
toml_datetime-0.6.8 \
|
|
toml_edit-0.22.24 \
|
|
tracing-0.1.41 \
|
|
tracing-attributes-0.1.28 \
|
|
tracing-core-0.1.33 \
|
|
tracing-error-0.2.1 \
|
|
tracing-log-0.2.0 \
|
|
tracing-subscriber-0.3.19 \
|
|
typenum-1.18.0 \
|
|
ucd-trie-0.1.7 \
|
|
unicode-ident-1.0.17 \
|
|
unicode-segmentation-1.12.0 \
|
|
unicode-width-0.2.0 \
|
|
unsafe-libyaml-0.2.11 \
|
|
untrusted-0.9.0 \
|
|
utf8parse-0.2.2 \
|
|
valuable-0.1.1 \
|
|
version_check-0.9.5 \
|
|
wait-timeout-0.2.1 \
|
|
walkdir-2.5.0 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasi-0.13.3+wasi-0.2.2 \
|
|
wasite-0.1.0 \
|
|
wasm-bindgen-0.2.100 \
|
|
wasm-bindgen-backend-0.2.100 \
|
|
wasm-bindgen-macro-0.2.100 \
|
|
wasm-bindgen-macro-support-0.2.100 \
|
|
wasm-bindgen-shared-0.2.100 \
|
|
web-sys-0.3.77 \
|
|
whoami-1.5.2 \
|
|
widestring-1.1.0 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.9 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-0.60.0 \
|
|
windows-collections-0.1.1 \
|
|
windows-core-0.52.0 \
|
|
windows-core-0.60.1 \
|
|
windows-future-0.1.1 \
|
|
windows-implement-0.59.0 \
|
|
windows-interface-0.59.0 \
|
|
windows-link-0.1.0 \
|
|
windows-numerics-0.1.1 \
|
|
windows-result-0.3.1 \
|
|
windows-service-0.8.0 \
|
|
windows-strings-0.3.1 \
|
|
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.7.3 \
|
|
wit-bindgen-rt-0.33.0 \
|
|
yansi-1.0.1 \
|
|
yasna-0.5.2 \
|
|
zerocopy-0.7.35 \
|
|
zerocopy-0.8.21 \
|
|
zerocopy-derive-0.7.35 \
|
|
zerocopy-derive-0.8.21 \
|
|
zeroize-1.8.1
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
bin/${PORTNAME}d
|
|
|
|
.include <bsd.port.mk>
|