555 lines
12 KiB
Makefile
555 lines
12 KiB
Makefile
PORTNAME= meka
|
|
DISTVERSION= 0.32.0
|
|
CATEGORIES= shells # machine-learning
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= General-purpose AI agent runtime
|
|
WWW= https://docs.meka.so/ \
|
|
https://github.com/k4yt3x/meka
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= k4yt3x
|
|
|
|
# Point utoipa-swagger-ui to pre-downloaded distfile for offline builds
|
|
MASTER_SITES+= https://github.com/swagger-api/swagger-ui/archive/refs/tags/:swaggerui
|
|
DISTFILES+= v5.17.14.zip:swaggerui
|
|
|
|
post-extract:
|
|
@${CP} ${DISTDIR}/v5.17.14.zip ${WRKDIR}/
|
|
|
|
MAKE_ENV+= SWAGGER_UI_DOWNLOAD_URL=file:${WRKDIR}/v5.17.14.zip
|
|
|
|
CARGO_CRATES= adler2-2.0.1 \
|
|
agent-client-protocol-1.0.1 \
|
|
agent-client-protocol-derive-1.0.1 \
|
|
agent-client-protocol-schema-1.1.0 \
|
|
aho-corasick-1.1.4 \
|
|
alloc-no-stdlib-2.0.4 \
|
|
alloc-stdlib-0.2.2 \
|
|
allocator-api2-0.2.21 \
|
|
android_system_properties-0.1.5 \
|
|
anstream-1.0.0 \
|
|
anstyle-1.0.14 \
|
|
anstyle-parse-1.0.0 \
|
|
anstyle-query-1.1.5 \
|
|
anstyle-wincon-3.0.11 \
|
|
anyhow-1.0.103 \
|
|
arbitrary-1.4.2 \
|
|
async-channel-2.5.0 \
|
|
async-compression-0.4.42 \
|
|
async-io-2.6.0 \
|
|
async-lock-3.4.2 \
|
|
async-process-2.5.0 \
|
|
async-signal-0.2.14 \
|
|
async-stream-0.3.6 \
|
|
async-stream-impl-0.3.6 \
|
|
async-task-4.7.1 \
|
|
async-trait-0.1.89 \
|
|
atomic-waker-1.1.2 \
|
|
auto_encoder-0.2.3 \
|
|
autocfg-1.5.1 \
|
|
aws-lc-rs-1.17.1 \
|
|
aws-lc-sys-0.42.0 \
|
|
axum-0.8.9 \
|
|
axum-core-0.5.6 \
|
|
base64-0.22.1 \
|
|
bincode-1.3.3 \
|
|
bit-set-0.8.0 \
|
|
bit-vec-0.8.0 \
|
|
bit_field-0.10.3 \
|
|
bitflags-2.13.0 \
|
|
block-buffer-0.10.4 \
|
|
block-buffer-0.12.0 \
|
|
blocking-1.6.2 \
|
|
brotli-8.0.2 \
|
|
brotli-decompressor-5.0.0 \
|
|
bs58-0.5.1 \
|
|
bstr-1.12.1 \
|
|
bumpalo-3.20.3 \
|
|
bytemuck-1.25.0 \
|
|
byteorder-lite-0.1.0 \
|
|
bytes-1.12.0 \
|
|
cc-1.2.65 \
|
|
cfg-if-1.0.4 \
|
|
cfg_aliases-0.2.1 \
|
|
chacha20-0.10.0 \
|
|
chardetng-0.1.17 \
|
|
chrono-0.4.44 \
|
|
clap-4.6.1 \
|
|
clap_builder-4.6.0 \
|
|
clap_derive-4.6.1 \
|
|
clap_lex-1.1.0 \
|
|
cmake-0.1.58 \
|
|
color_quant-1.1.0 \
|
|
colorchoice-1.0.5 \
|
|
combine-4.6.7 \
|
|
compression-codecs-0.4.38 \
|
|
compression-core-0.4.32 \
|
|
concurrent-queue-2.5.0 \
|
|
const-oid-0.10.2 \
|
|
convert_case-0.10.0 \
|
|
cookie-0.18.1 \
|
|
cookie_store-0.22.1 \
|
|
coolor-1.1.0 \
|
|
core-foundation-0.9.4 \
|
|
core-foundation-0.10.1 \
|
|
core-foundation-sys-0.8.7 \
|
|
cpufeatures-0.2.17 \
|
|
cpufeatures-0.3.0 \
|
|
crc32fast-1.5.0 \
|
|
crokey-1.4.0 \
|
|
crokey-proc_macros-1.4.0 \
|
|
crossbeam-0.8.4 \
|
|
crossbeam-channel-0.5.15 \
|
|
crossbeam-deque-0.8.6 \
|
|
crossbeam-epoch-0.9.18 \
|
|
crossbeam-queue-0.3.12 \
|
|
crossbeam-utils-0.8.21 \
|
|
crossterm-0.29.0 \
|
|
crossterm_winapi-0.9.1 \
|
|
crunchy-0.2.4 \
|
|
crypto-common-0.1.7 \
|
|
crypto-common-0.2.1 \
|
|
cssparser-0.36.0 \
|
|
cssparser-0.37.0 \
|
|
cssparser-macros-0.6.1 \
|
|
cssparser-macros-0.7.0 \
|
|
darling-0.23.0 \
|
|
darling_core-0.23.0 \
|
|
darling_macro-0.23.0 \
|
|
deranged-0.5.8 \
|
|
derive_arbitrary-1.4.2 \
|
|
derive_more-2.1.1 \
|
|
derive_more-impl-2.1.1 \
|
|
digest-0.10.7 \
|
|
digest-0.11.2 \
|
|
dirs-6.0.0 \
|
|
dirs-sys-0.5.0 \
|
|
displaydoc-0.2.6 \
|
|
document-features-0.2.12 \
|
|
dtoa-1.0.11 \
|
|
dtoa-short-0.3.5 \
|
|
dunce-1.0.5 \
|
|
dyn-clone-1.0.20 \
|
|
ego-tree-0.11.0 \
|
|
either-1.15.0 \
|
|
encoding_rs-0.8.35 \
|
|
encoding_rs_io-0.1.7 \
|
|
equivalent-1.0.2 \
|
|
errno-0.3.14 \
|
|
event-listener-5.4.1 \
|
|
event-listener-strategy-0.5.4 \
|
|
eventsource-stream-0.2.3 \
|
|
exr-1.74.0 \
|
|
fallible-iterator-0.3.0 \
|
|
fallible-streaming-iterator-0.1.9 \
|
|
fancy-regex-0.16.2 \
|
|
fast_html2md-0.0.61 \
|
|
fastrand-2.4.1 \
|
|
fax-0.2.6 \
|
|
fax_derive-0.2.0 \
|
|
fd-lock-4.0.4 \
|
|
fdeflate-0.3.7 \
|
|
find-msvc-tools-0.1.9 \
|
|
fixedbitset-0.5.7 \
|
|
flate2-1.1.9 \
|
|
fnv-1.0.7 \
|
|
foldhash-0.1.5 \
|
|
foldhash-0.2.0 \
|
|
form_urlencoded-1.2.2 \
|
|
fs_extra-1.3.0 \
|
|
futures-0.3.32 \
|
|
futures-channel-0.3.32 \
|
|
futures-concurrency-7.7.1 \
|
|
futures-core-0.3.32 \
|
|
futures-executor-0.3.32 \
|
|
futures-io-0.3.32 \
|
|
futures-lite-2.6.1 \
|
|
futures-macro-0.3.32 \
|
|
futures-sink-0.3.32 \
|
|
futures-task-0.3.32 \
|
|
futures-util-0.3.32 \
|
|
generic-array-0.14.7 \
|
|
getrandom-0.2.17 \
|
|
getrandom-0.3.4 \
|
|
getrandom-0.4.3 \
|
|
gif-0.14.2 \
|
|
glob-0.3.3 \
|
|
grep-matcher-0.1.8 \
|
|
grep-regex-0.1.14 \
|
|
grep-searcher-0.1.16 \
|
|
h2-0.4.14 \
|
|
half-2.7.1 \
|
|
hashbrown-0.12.3 \
|
|
hashbrown-0.15.5 \
|
|
hashbrown-0.16.1 \
|
|
hashbrown-0.17.1 \
|
|
hashlink-0.10.0 \
|
|
heck-0.5.0 \
|
|
hermit-abi-0.5.2 \
|
|
hex-0.4.3 \
|
|
html5ever-0.39.0 \
|
|
http-1.4.2 \
|
|
http-body-1.0.1 \
|
|
http-body-util-0.1.3 \
|
|
httparse-1.10.1 \
|
|
httpdate-1.0.3 \
|
|
humantime-2.3.0 \
|
|
humantime-serde-1.1.1 \
|
|
hybrid-array-0.4.11 \
|
|
hyper-1.10.1 \
|
|
hyper-rustls-0.27.9 \
|
|
hyper-util-0.1.20 \
|
|
iana-time-zone-0.1.65 \
|
|
iana-time-zone-haiku-0.1.2 \
|
|
icu_collections-2.2.0 \
|
|
icu_locale_core-2.2.0 \
|
|
icu_normalizer-2.2.0 \
|
|
icu_normalizer_data-2.2.0 \
|
|
icu_properties-2.2.0 \
|
|
icu_properties_data-2.2.0 \
|
|
icu_provider-2.2.0 \
|
|
ident_case-1.0.1 \
|
|
idna-1.1.0 \
|
|
idna_adapter-1.2.2 \
|
|
image-0.25.10 \
|
|
image-webp-0.2.4 \
|
|
indexmap-1.9.3 \
|
|
indexmap-2.14.0 \
|
|
infer-0.19.0 \
|
|
ipnet-2.12.0 \
|
|
iri-string-0.7.12 \
|
|
is-docker-0.2.0 \
|
|
is-wsl-0.4.0 \
|
|
is_terminal_polyfill-1.70.2 \
|
|
itertools-0.13.0 \
|
|
itoa-1.0.18 \
|
|
jni-0.22.4 \
|
|
jni-macros-0.22.4 \
|
|
jni-sys-0.4.1 \
|
|
jni-sys-macros-0.4.1 \
|
|
jobserver-0.1.34 \
|
|
js-sys-0.3.97 \
|
|
jsonwebtoken-10.3.0 \
|
|
lazy-regex-3.6.0 \
|
|
lazy-regex-proc_macros-3.6.0 \
|
|
lazy_static-1.5.0 \
|
|
lebe-0.5.3 \
|
|
libc-0.2.186 \
|
|
libredox-0.1.16 \
|
|
libsqlite3-sys-0.35.0 \
|
|
linux-raw-sys-0.12.1 \
|
|
litemap-0.8.2 \
|
|
litrs-1.0.0 \
|
|
lock_api-0.4.14 \
|
|
log-0.4.33 \
|
|
lol_html-2.7.2 \
|
|
lru-slab-0.1.2 \
|
|
markup5ever-0.39.0 \
|
|
matchers-0.2.0 \
|
|
matchit-0.8.4 \
|
|
memchr-2.8.2 \
|
|
memmap2-0.9.10 \
|
|
mime-0.3.17 \
|
|
mime_guess-2.0.5 \
|
|
minimad-0.14.0 \
|
|
minimal-lexical-0.2.1 \
|
|
miniz_oxide-0.8.9 \
|
|
mio-1.2.1 \
|
|
moxcms-0.8.1 \
|
|
new_debug_unreachable-1.0.6 \
|
|
nix-0.31.2 \
|
|
nom-7.1.3 \
|
|
nu-ansi-term-0.50.3 \
|
|
num-bigint-0.4.6 \
|
|
num-conv-0.2.2 \
|
|
num-integer-0.1.46 \
|
|
num-traits-0.2.19 \
|
|
oauth2-5.0.0 \
|
|
once_cell-1.21.4 \
|
|
once_cell_polyfill-1.70.2 \
|
|
open-5.3.4 \
|
|
openssl-probe-0.2.1 \
|
|
option-ext-0.2.0 \
|
|
parking-2.2.1 \
|
|
parking_lot-0.12.5 \
|
|
parking_lot_core-0.9.12 \
|
|
pastey-0.2.2 \
|
|
pathdiff-0.2.3 \
|
|
pem-3.0.6 \
|
|
percent-encoding-2.3.2 \
|
|
phf-0.11.3 \
|
|
phf-0.13.1 \
|
|
phf_codegen-0.13.1 \
|
|
phf_generator-0.11.3 \
|
|
phf_generator-0.13.1 \
|
|
phf_macros-0.11.3 \
|
|
phf_macros-0.13.1 \
|
|
phf_shared-0.11.3 \
|
|
phf_shared-0.13.1 \
|
|
pin-project-1.1.13 \
|
|
pin-project-internal-1.1.13 \
|
|
pin-project-lite-0.2.17 \
|
|
piper-0.2.5 \
|
|
pkg-config-0.3.33 \
|
|
plist-1.10.0 \
|
|
png-0.18.1 \
|
|
polling-3.11.0 \
|
|
potential_utf-0.1.5 \
|
|
powerfmt-0.2.0 \
|
|
ppv-lite86-0.2.21 \
|
|
precomputed-hash-0.1.1 \
|
|
proc-macro2-1.0.106 \
|
|
process-wrap-9.1.0 \
|
|
psl-types-2.0.11 \
|
|
publicsuffix-2.3.0 \
|
|
pxfm-0.1.29 \
|
|
qoi-0.4.1 \
|
|
quick-error-2.0.1 \
|
|
quick-xml-0.41.0 \
|
|
quinn-0.11.9 \
|
|
quinn-proto-0.11.15 \
|
|
quinn-udp-0.5.14 \
|
|
quote-1.0.46 \
|
|
r-efi-5.3.0 \
|
|
r-efi-6.0.0 \
|
|
rand-0.8.6 \
|
|
rand-0.9.4 \
|
|
rand-0.10.1 \
|
|
rand_chacha-0.3.1 \
|
|
rand_chacha-0.9.0 \
|
|
rand_core-0.6.4 \
|
|
rand_core-0.9.5 \
|
|
rand_core-0.10.1 \
|
|
redox_syscall-0.5.18 \
|
|
redox_users-0.5.2 \
|
|
ref-cast-1.0.25 \
|
|
ref-cast-impl-1.0.25 \
|
|
regex-1.12.3 \
|
|
regex-automata-0.4.14 \
|
|
regex-syntax-0.8.10 \
|
|
reqwest-0.13.3 \
|
|
ring-0.17.14 \
|
|
rmcp-2.1.0 \
|
|
rmcp-macros-2.1.0 \
|
|
rusqlite-0.37.0 \
|
|
rust-embed-8.11.0 \
|
|
rust-embed-impl-8.11.0 \
|
|
rust-embed-utils-8.11.0 \
|
|
rustc-hash-2.1.2 \
|
|
rustc_version-0.4.1 \
|
|
rustix-1.1.4 \
|
|
rustls-0.23.41 \
|
|
rustls-native-certs-0.8.3 \
|
|
rustls-pki-types-1.15.0 \
|
|
rustls-platform-verifier-0.7.0 \
|
|
rustls-platform-verifier-android-0.1.1 \
|
|
rustls-webpki-0.103.13 \
|
|
rustversion-1.0.22 \
|
|
ryu-1.0.23 \
|
|
same-file-1.0.6 \
|
|
schannel-0.1.29 \
|
|
schemars-0.9.0 \
|
|
schemars-1.2.1 \
|
|
schemars_derive-1.2.1 \
|
|
scopeguard-1.2.0 \
|
|
scraper-0.27.0 \
|
|
security-framework-3.7.0 \
|
|
security-framework-sys-2.17.0 \
|
|
selectors-0.33.0 \
|
|
selectors-0.38.0 \
|
|
semver-1.0.28 \
|
|
serde-1.0.228 \
|
|
serde_core-1.0.228 \
|
|
serde_derive-1.0.228 \
|
|
serde_derive_internals-0.29.1 \
|
|
serde_json-1.0.150 \
|
|
serde_norway-0.9.42 \
|
|
serde_path_to_error-0.1.20 \
|
|
serde_spanned-1.1.1 \
|
|
serde_urlencoded-0.7.1 \
|
|
serde_with-3.20.0 \
|
|
serde_with_macros-3.20.0 \
|
|
servo_arc-0.4.3 \
|
|
sha2-0.10.9 \
|
|
sha2-0.11.0 \
|
|
sharded-slab-0.1.7 \
|
|
shell-words-1.1.1 \
|
|
shlex-2.0.1 \
|
|
signal-hook-0.3.18 \
|
|
signal-hook-mio-0.2.5 \
|
|
signal-hook-registry-1.4.8 \
|
|
signature-2.2.0 \
|
|
simd-adler32-0.3.9 \
|
|
simd_cesu8-1.1.1 \
|
|
simdutf8-0.1.5 \
|
|
simple_asn1-0.6.4 \
|
|
siphasher-1.0.2 \
|
|
slab-0.4.12 \
|
|
smallvec-1.15.2 \
|
|
socket2-0.6.4 \
|
|
sse-stream-0.2.2 \
|
|
stable_deref_trait-1.2.1 \
|
|
strict-0.2.0 \
|
|
string_cache-0.9.0 \
|
|
string_cache_codegen-0.6.1 \
|
|
strip-ansi-escapes-0.2.1 \
|
|
strsim-0.11.1 \
|
|
strum-0.26.3 \
|
|
strum-0.28.0 \
|
|
strum_macros-0.26.4 \
|
|
strum_macros-0.28.0 \
|
|
subtle-2.6.1 \
|
|
syn-2.0.118 \
|
|
sync_wrapper-1.0.2 \
|
|
synstructure-0.13.2 \
|
|
syntect-5.3.0 \
|
|
system-configuration-0.7.0 \
|
|
system-configuration-sys-0.6.0 \
|
|
tempfile-3.27.0 \
|
|
tendril-0.5.0 \
|
|
termimad-0.34.1 \
|
|
thiserror-1.0.69 \
|
|
thiserror-2.0.18 \
|
|
thiserror-impl-1.0.69 \
|
|
thiserror-impl-2.0.18 \
|
|
thread_local-1.1.9 \
|
|
tiff-0.11.3 \
|
|
time-0.3.53 \
|
|
time-core-0.1.9 \
|
|
time-macros-0.2.31 \
|
|
tinystr-0.8.3 \
|
|
tinyvec-1.11.0 \
|
|
tinyvec_macros-0.1.1 \
|
|
tokio-1.52.3 \
|
|
tokio-macros-2.7.0 \
|
|
tokio-rusqlite-0.7.0 \
|
|
tokio-rustls-0.26.4 \
|
|
tokio-stream-0.1.18 \
|
|
tokio-util-0.7.18 \
|
|
toml-0.5.11 \
|
|
toml-1.1.2+spec-1.1.0 \
|
|
toml_datetime-1.1.1+spec-1.1.0 \
|
|
toml_edit-0.25.11+spec-1.1.0 \
|
|
toml_parser-1.1.2+spec-1.1.0 \
|
|
toml_writer-1.1.1+spec-1.1.0 \
|
|
tower-0.5.3 \
|
|
tower-http-0.6.8 \
|
|
tower-http-0.7.0 \
|
|
tower-layer-0.3.3 \
|
|
tower-service-0.3.3 \
|
|
tracing-0.1.44 \
|
|
tracing-attributes-0.1.31 \
|
|
tracing-core-0.1.36 \
|
|
tracing-log-0.2.0 \
|
|
tracing-subscriber-0.3.23 \
|
|
try-lock-0.2.5 \
|
|
typenum-1.20.1 \
|
|
unicase-2.9.0 \
|
|
unicode-ident-1.0.24 \
|
|
unicode-segmentation-1.13.2 \
|
|
unicode-width-0.1.14 \
|
|
unicode-width-0.2.2 \
|
|
unicode-xid-0.2.6 \
|
|
unsafe-libyaml-norway-0.2.15 \
|
|
untrusted-0.9.0 \
|
|
url-2.5.8 \
|
|
utf-8-0.7.6 \
|
|
utf8_iter-1.0.4 \
|
|
utf8parse-0.2.2 \
|
|
utoipa-5.5.0 \
|
|
utoipa-gen-5.5.0 \
|
|
utoipa-swagger-ui-9.0.2 \
|
|
uuid-1.23.3 \
|
|
valuable-0.1.1 \
|
|
vcpkg-0.2.15 \
|
|
version_check-0.9.5 \
|
|
vte-0.14.1 \
|
|
walkdir-2.5.0 \
|
|
want-0.3.1 \
|
|
wasi-0.11.1+wasi-snapshot-preview1 \
|
|
wasip2-1.0.4+wasi-0.2.12 \
|
|
wasm-bindgen-0.2.120 \
|
|
wasm-bindgen-futures-0.4.70 \
|
|
wasm-bindgen-macro-0.2.120 \
|
|
wasm-bindgen-macro-support-0.2.120 \
|
|
wasm-bindgen-shared-0.2.120 \
|
|
wasm-streams-0.5.0 \
|
|
web-sys-0.3.97 \
|
|
web-time-1.1.0 \
|
|
web_atoms-0.2.4 \
|
|
webpki-root-certs-1.0.7 \
|
|
weezl-0.1.12 \
|
|
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-0.62.2 \
|
|
windows-collections-0.3.2 \
|
|
windows-core-0.62.2 \
|
|
windows-future-0.3.2 \
|
|
windows-implement-0.60.2 \
|
|
windows-interface-0.59.3 \
|
|
windows-link-0.2.1 \
|
|
windows-numerics-0.3.1 \
|
|
windows-registry-0.6.1 \
|
|
windows-result-0.4.1 \
|
|
windows-strings-0.5.1 \
|
|
windows-sys-0.52.0 \
|
|
windows-sys-0.59.0 \
|
|
windows-sys-0.60.2 \
|
|
windows-sys-0.61.2 \
|
|
windows-targets-0.52.6 \
|
|
windows-targets-0.53.5 \
|
|
windows-threading-0.2.1 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_gnullvm-0.53.1 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_aarch64_msvc-0.53.1 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnu-0.53.1 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_gnullvm-0.53.1 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_i686_msvc-0.53.1 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnu-0.53.1 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_gnullvm-0.53.1 \
|
|
windows_x86_64_msvc-0.52.6 \
|
|
windows_x86_64_msvc-0.53.1 \
|
|
winnow-1.0.2 \
|
|
winres-0.1.12 \
|
|
wit-bindgen-0.57.1 \
|
|
writeable-0.6.3 \
|
|
yoke-0.8.3 \
|
|
yoke-derive-0.8.2 \
|
|
zerocopy-0.8.52 \
|
|
zerocopy-derive-0.8.52 \
|
|
zerofrom-0.1.8 \
|
|
zerofrom-derive-0.1.7 \
|
|
zeroize-1.9.0 \
|
|
zerotrie-0.2.4 \
|
|
zerovec-0.11.6 \
|
|
zerovec-derive-0.11.3 \
|
|
zip-3.0.0 \
|
|
zlib-rs-0.6.3 \
|
|
zmij-1.0.21 \
|
|
zopfli-0.8.3 \
|
|
zune-core-0.5.1 \
|
|
zune-inflate-0.2.54 \
|
|
zune-jpeg-0.5.15 \
|
|
reedline@git+https://github.com/wtfbbqhax/reedline?rev=3a457ff1dab28c9021db116f2575eed5116bed88\#3a457ff1dab28c9021db116f2575eed5116bed88
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|