Date: Wed, 01 Jul 2026 10:13:01 +0000 From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11f5d71daf8b - main - devel/moon: New port Message-ID: <6a44e82d.40a92.4aa18cb5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=11f5d71daf8bd400a3b3ac53018c4088aa67a5d0 commit 11f5d71daf8bd400a3b3ac53018c4088aa67a5d0 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2026-07-01 10:07:41 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2026-07-01 10:12:18 +0000 devel/moon: New port Repository management, organization and task orchestration tool Sponsored by: Netflix --- devel/Makefile | 1 + devel/moon/Makefile | 28 + devel/moon/Makefile.crates | 924 ++++++++++ devel/moon/distinfo | 1851 ++++++++++++++++++++ ...mtime-41.0.4_src_runtime_vm_sys_unix_signals.rs | 16 + .../patch-crates_notifier_src_notifications.rs | 11 + devel/moon/pkg-descr | 10 + 7 files changed, 2841 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 2785d76b288a..8089198e6006 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1715,6 +1715,7 @@ SUBDIR += mm SUBDIR += modd SUBDIR += mold + SUBDIR += moon SUBDIR += mongo-c-driver SUBDIR += mongo-cxx-driver SUBDIR += mono-addins diff --git a/devel/moon/Makefile b/devel/moon/Makefile new file mode 100644 index 000000000000..991f836ebb11 --- /dev/null +++ b/devel/moon/Makefile @@ -0,0 +1,28 @@ +PORTNAME= moon +DISTVERSIONPREFIX= v +DISTVERSION= 2.3.5 +CATEGORIES= devel + +MAINTAINER= olivier@FreeBSD.org +COMMENT= Repository management, organization and task orchestration tool +WWW= https://moonrepo.dev/ \ + https://github.com/moonrepo/moon + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo llvm ssl +USE_GITHUB= yes +GH_ACCOUNT= moonrepo + +BUILD_DEPENDS= protoc:devel/protobuf + +CARGO_INSTALL_PATH= crates/cli + +MAKE_ENV+= LIBCLANG_PATH=${LLVM_PREFIX}/lib \ + OPENSSL_NO_VENDOR=1 + +PLIST_FILES= bin/moon \ + bin/moonx + +.include <bsd.port.mk> diff --git a/devel/moon/Makefile.crates b/devel/moon/Makefile.crates new file mode 100644 index 000000000000..68e3a46c066a --- /dev/null +++ b/devel/moon/Makefile.crates @@ -0,0 +1,924 @@ +CARGO_CRATES= addr2line-0.25.1 \ + adler2-2.0.1 \ + ahash-0.8.12 \ + aho-corasick-1.1.4 \ + allocator-api2-0.2.21 \ + ambient-authority-0.0.2 \ + android_system_properties-0.1.5 \ + anes-0.1.6 \ + 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.102 \ + approx-0.5.1 \ + arbitrary-1.4.2 \ + arc-swap-1.9.1 \ + arrayref-0.3.9 \ + arrayvec-0.7.6 \ + ascii-1.1.0 \ + assert-json-diff-2.0.2 \ + assert_cmd-2.2.2 \ + assert_fs-1.1.4 \ + async-broadcast-0.7.2 \ + async-channel-2.5.0 \ + async-compression-0.4.42 \ + async-executor-1.14.0 \ + async-io-2.6.0 \ + async-lock-3.4.2 \ + async-object-pool-0.2.0 \ + async-process-2.5.0 \ + async-recursion-1.1.1 \ + 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 \ + autocfg-1.5.1 \ + aws-lc-rs-1.17.0 \ + aws-lc-sys-0.41.0 \ + axum-0.8.9 \ + axum-core-0.5.6 \ + backtrace-0.3.76 \ + backtrace-ext-0.2.1 \ + base64-0.21.7 \ + base64-0.22.1 \ + bazel-remote-apis-0.27.0 \ + binstall-tar-0.4.42 \ + bit-set-0.8.0 \ + bit-vec-0.8.0 \ + bitflags-2.12.1 \ + bitmaps-2.1.0 \ + blake3-1.8.5 \ + block-buffer-0.10.4 \ + block-buffer-0.12.0 \ + block2-0.6.2 \ + blocking-1.6.2 \ + borrow-or-share-0.2.4 \ + bstr-1.12.1 \ + bumpalo-3.20.3 \ + bytecount-0.6.9 \ + bytemuck-1.25.0 \ + byteorder-1.5.0 \ + bytes-1.11.1 \ + bzip2-0.6.1 \ + cacache-13.1.0 \ + cap-fs-ext-3.4.5 \ + cap-primitives-3.4.5 \ + cap-rand-3.4.5 \ + cap-std-3.4.5 \ + cap-time-ext-3.4.5 \ + cast-0.3.0 \ + castaway-0.2.4 \ + cbindgen-0.29.3 \ + cc-1.2.63 \ + cd_env-0.3.1 \ + cesu8-1.1.0 \ + cfg-if-1.0.4 \ + cfg_aliases-0.2.1 \ + chacha20-0.10.0 \ + chrono-0.4.45 \ + chrono-tz-0.9.0 \ + chrono-tz-build-0.3.0 \ + chunked_transfer-1.5.0 \ + ci_env-0.4.1 \ + ciborium-0.2.2 \ + ciborium-io-0.2.2 \ + ciborium-ll-0.2.2 \ + clap-4.6.1 \ + clap_builder-4.6.0 \ + clap_complete-4.6.5 \ + clap_complete_nushell-4.6.0 \ + clap_derive-4.6.1 \ + clap_lex-1.1.0 \ + clru-0.6.3 \ + cmake-0.1.58 \ + cobs-0.3.0 \ + codspeed-4.7.0 \ + codspeed-criterion-compat-4.7.0 \ + codspeed-criterion-compat-walltime-4.7.0 \ + colorchoice-1.0.5 \ + colored-2.2.0 \ + combine-4.6.7 \ + common-path-1.0.0 \ + compact_str-0.8.2 \ + compact_str-0.9.1 \ + compression-codecs-0.4.38 \ + compression-core-0.4.32 \ + concurrent-queue-2.5.0 \ + console-0.16.3 \ + const-oid-0.10.2 \ + const_format-0.2.36 \ + const_format_proc_macros-0.2.34 \ + constant_time_eq-0.4.2 \ + content_inspector-0.2.4 \ + convert_case-0.10.0 \ + convert_case-0.11.0 \ + core-foundation-0.10.1 \ + core-foundation-sys-0.8.7 \ + cpp_demangle-0.4.5 \ + cpufeatures-0.2.17 \ + cpufeatures-0.3.0 \ + cranelift-assembler-x64-0.128.4 \ + cranelift-assembler-x64-meta-0.128.4 \ + cranelift-bforest-0.128.4 \ + cranelift-bitset-0.128.4 \ + cranelift-codegen-0.128.4 \ + cranelift-codegen-meta-0.128.4 \ + cranelift-codegen-shared-0.128.4 \ + cranelift-control-0.128.4 \ + cranelift-entity-0.128.4 \ + cranelift-frontend-0.128.4 \ + cranelift-isle-0.128.4 \ + cranelift-native-0.128.4 \ + cranelift-srcgen-0.128.4 \ + crc32fast-1.5.0 \ + criterion-plot-0.5.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.2 \ + daggy-0.9.0 \ + darling-0.20.11 \ + darling-0.21.3 \ + darling-0.23.0 \ + darling_core-0.20.11 \ + darling_core-0.21.3 \ + darling_core-0.23.0 \ + darling_macro-0.20.11 \ + darling_macro-0.21.3 \ + darling_macro-0.23.0 \ + data-encoding-2.11.0 \ + debugid-0.8.0 \ + deranged-0.5.8 \ + derive_builder-0.20.2 \ + derive_builder_core-0.20.2 \ + derive_builder_macro-0.20.2 \ + derive_more-2.1.1 \ + derive_more-impl-2.1.1 \ + derive_setters-0.1.9 \ + deserialize_untagged_verbose_error-0.1.5 \ + deserialize_untagged_verbose_error_macro-0.1.3 \ + deunicode-1.6.2 \ + diff-0.1.13 \ + difflib-0.4.0 \ + digest-0.10.7 \ + digest-0.11.3 \ + directories-next-2.0.0 \ + dirs-6.0.0 \ + dirs-sys-0.5.0 \ + dirs-sys-next-0.1.2 \ + dispatch2-0.3.1 \ + displaydoc-0.2.6 \ + docker_credential-1.4.0 \ + document-features-0.2.12 \ + dotenvy-0.15.7 \ + dunce-1.0.5 \ + dyn-clone-1.0.20 \ + ec4rs-1.2.0 \ + either-1.16.0 \ + email_address-0.2.9 \ + embedded-io-0.4.0 \ + embedded-io-0.6.1 \ + encode_unicode-1.0.0 \ + encoding_rs-0.8.35 \ + endi-1.1.1 \ + enumflags2-0.7.12 \ + enumflags2_derive-0.7.12 \ + equivalent-1.0.2 \ + errno-0.3.14 \ + event-listener-5.4.1 \ + event-listener-strategy-0.5.4 \ + extism-1.21.0 \ + extism-convert-1.21.0 \ + extism-convert-macros-1.21.0 \ + extism-manifest-1.21.0 \ + extism-pdk-1.4.1 \ + extism-pdk-derive-1.4.1 \ + fallible-iterator-0.3.0 \ + fancy-regex-0.17.0 \ + faster-hex-0.10.0 \ + fastrand-2.4.1 \ + fd-lock-4.0.4 \ + file-id-0.2.3 \ + filetime-0.2.29 \ + find-msvc-tools-0.1.9 \ + fixedbitset-0.4.2 \ + fixedbitset-0.5.7 \ + flate2-1.1.9 \ + float-cmp-0.10.0 \ + fluent-uri-0.4.1 \ + flume-0.11.1 \ + flume-0.12.0 \ + fnv-1.0.7 \ + foldhash-0.1.5 \ + foldhash-0.2.0 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.2.2 \ + fraction-0.15.4 \ + fs-set-times-0.20.3 \ + fs_extra-1.3.0 \ + fsevent-sys-4.1.0 \ + futures-0.3.32 \ + futures-channel-0.3.32 \ + 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-timer-3.0.4 \ + futures-util-0.3.32 \ + fxprof-processed-profile-0.8.1 \ + garde-0.22.1 \ + garde_derive-0.22.1 \ + generational-box-0.5.6 \ + generic-array-0.14.7 \ + getrandom-0.2.17 \ + getrandom-0.3.4 \ + getrandom-0.4.2 \ + getset-0.1.6 \ + gimli-0.32.3 \ + git-url-parse-0.6.0 \ + gix-0.84.0 \ + gix-actor-0.41.1 \ + gix-attributes-0.33.1 \ + gix-bitmap-0.3.2 \ + gix-chunk-0.7.2 \ + gix-command-0.9.1 \ + gix-commitgraph-0.37.1 \ + gix-config-0.57.0 \ + gix-config-value-0.18.1 \ + gix-date-0.15.4 \ + gix-diff-0.64.0 \ + gix-discover-0.52.0 \ + gix-error-0.2.4 \ + gix-features-0.48.1 \ + gix-filter-0.31.0 \ + gix-fs-0.21.2 \ + gix-glob-0.26.1 \ + gix-hash-0.25.1 \ + gix-hashtable-0.15.1 \ + gix-ignore-0.21.1 \ + gix-index-0.52.0 \ + gix-lock-23.0.1 \ + gix-object-0.61.0 \ + gix-odb-0.81.0 \ + gix-pack-0.71.0 \ + gix-packetline-0.21.4 \ + gix-path-0.12.1 \ + gix-pathspec-0.18.1 \ + gix-protocol-0.62.0 \ + gix-quote-0.7.2 \ + gix-ref-0.64.0 \ + gix-refspec-0.42.0 \ + gix-revision-0.46.0 \ + gix-revwalk-0.32.0 \ + gix-sec-0.14.1 \ + gix-shallow-0.12.1 \ + gix-submodule-0.31.0 \ + gix-tempfile-23.0.1 \ + gix-trace-0.1.20 \ + gix-transport-0.57.1 \ + gix-traverse-0.58.0 \ + gix-url-0.36.1 \ + gix-utils-0.3.3 \ + gix-validate-0.11.2 \ + gix-worktree-0.53.0 \ + gix-worktree-stream-0.33.0 \ + glob-0.3.3 \ + globset-0.4.18 \ + globwalk-0.9.1 \ + graph-cycles-0.3.0 \ + grid-0.14.0 \ + h2-0.4.14 \ + half-2.7.1 \ + hash32-0.3.1 \ + hashbrown-0.15.5 \ + hashbrown-0.16.1 \ + hashbrown-0.17.1 \ + hcl-edit-0.9.6 \ + hcl-primitives-0.1.11 \ + hcl-rs-0.19.7 \ + headers-0.4.1 \ + headers-core-0.3.0 \ + heapless-0.8.0 \ + heck-0.5.0 \ + hermit-abi-0.5.2 \ + hex-0.4.3 \ + http-1.4.1 \ + http-auth-0.1.10 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + http-cache-1.0.0-alpha.6 \ + http-cache-reqwest-1.0.0-alpha.6 \ + http-cache-semantics-3.0.0 \ + http-serde-2.1.1 \ + httparse-1.10.1 \ + httpdate-1.0.3 \ + httpmock-0.8.3 \ + human-sort-0.2.2 \ + humansize-2.1.3 \ + humantime-2.3.0 \ + hybrid-array-0.4.12 \ + hyper-1.10.1 \ + hyper-rustls-0.27.9 \ + hyper-timeout-0.5.2 \ + hyper-tls-0.6.0 \ + 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 \ + id-arena-2.3.0 \ + ident_case-1.0.1 \ + idna-1.1.0 \ + idna_adapter-1.2.2 \ + ignore-0.4.25 \ + im-rc-15.1.0 \ + indexmap-2.14.0 \ + inotify-0.11.2 \ + inotify-sys-0.1.5 \ + insta-1.47.2 \ + io-extras-0.18.4 \ + io-lifetimes-2.0.4 \ + iocraft-0.8.3 \ + iocraft-macros-0.2.4 \ + ipnet-2.12.0 \ + is-docker-0.2.0 \ + is-terminal-0.4.17 \ + is-wsl-0.4.0 \ + is_ci-1.2.0 \ + is_terminal_polyfill-1.70.2 \ + itertools-0.10.5 \ + itertools-0.14.0 \ + itoa-1.0.18 \ + ittapi-0.4.0 \ + ittapi-sys-0.4.0 \ + jiff-0.2.28 \ + jiff-static-0.2.28 \ + jiff-tzdb-0.1.6 \ + jiff-tzdb-platform-0.1.3 \ + jni-0.21.1 \ + jni-0.22.4 \ + jni-macros-0.22.4 \ + jni-sys-0.3.1 \ + jni-sys-0.4.1 \ + jni-sys-macros-0.4.1 \ + jobserver-0.1.34 \ + js-sys-0.3.99 \ + json-strip-comments-3.1.1 \ + jsonschema-0.45.1 \ + jsonwebtoken-10.4.0 \ + jwalk-0.8.1 \ + konst-0.2.20 \ + konst_macro_rules-0.2.19 \ + kqueue-1.2.0 \ + kqueue-sys-1.1.2 \ + kstring-2.0.2 \ + lazy_static-1.5.0 \ + leb128-0.2.6 \ + leb128fmt-0.1.0 \ + libbz2-rs-sys-0.2.5 \ + libc-0.2.186 \ + liblzma-0.4.6 \ + liblzma-sys-0.4.6 \ + libm-0.2.16 \ + libmimalloc-sys-0.1.49 \ + libredox-0.1.17 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.12.1 \ + litemap-0.8.2 \ + litrs-1.0.0 \ + lock_api-0.4.14 \ + log-0.4.32 \ + lru-slab-0.1.2 \ + lzma-rust2-0.16.4 \ + mac-notification-sys-0.6.12 \ + mach2-0.4.3 \ + manyhow-0.11.4 \ + manyhow-macros-0.11.4 \ + markdown-1.0.0 \ + matchers-0.2.0 \ + matchit-0.8.4 \ + maybe-async-0.2.11 \ + maybe-owned-0.3.4 \ + md5-0.8.0 \ + memchr-2.8.1 \ + memfd-0.6.5 \ + memmap2-0.5.10 \ + memmap2-0.9.10 \ + memoffset-0.9.1 \ + miette-5.10.0 \ + miette-7.6.0 \ + miette-derive-5.10.0 \ + miette-derive-7.6.0 \ + mimalloc-0.1.52 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ + minimal-lexical-0.2.1 \ + minisign-verify-0.2.5 \ + miniz_oxide-0.8.9 \ + mio-1.2.1 \ + multimap-0.10.1 \ + nanorand-0.7.0 \ + native-tls-0.2.18 \ + nix-0.31.3 \ + nom-7.1.3 \ + nom-8.0.0 \ + nonempty-0.12.0 \ + normalize-line-endings-0.3.0 \ + notify-8.2.0 \ + notify-debouncer-full-0.7.0 \ + notify-rust-4.17.0 \ + notify-types-2.1.0 \ + ntapi-0.4.3 \ + nu-ansi-term-0.50.3 \ + num-0.4.3 \ + num-bigint-0.4.6 \ + num-cmp-0.1.0 \ + num-complex-0.4.6 \ + num-conv-0.2.2 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ + num_cpus-1.17.0 \ + num_threads-0.1.7 \ + objc2-0.6.4 \ + objc2-core-foundation-0.3.2 \ + objc2-encode-4.1.0 \ + objc2-foundation-0.3.2 \ + objc2-io-kit-0.3.2 \ + object-0.37.3 \ + oci-client-0.17.0 \ + oci-spec-0.9.0 \ + olpc-cjson-0.1.4 \ + once_cell-1.21.4 \ + once_cell_polyfill-1.70.2 \ + oorandom-11.1.5 \ + open-5.3.5 \ + openssl-0.10.80 \ + openssl-macros-0.1.1 \ + openssl-probe-0.2.1 \ + openssl-src-300.6.0+3.6.2 \ + openssl-sys-0.9.116 \ + option-ext-0.2.0 \ + ordered-float-2.10.1 \ + ordered-stream-0.2.0 \ + os_str_bytes-6.6.1 \ + outref-0.5.2 \ + owo-colors-4.3.0 \ + parking-2.2.1 \ + parking_lot-0.12.5 \ + parking_lot_core-0.9.12 \ + parse-zoneinfo-0.3.1 \ + path-tree-0.8.3 \ + pathdiff-0.2.3 \ + pbjson-0.8.0 \ + pbjson-build-0.8.0 \ + pbjson-types-0.8.0 \ + percent-encoding-2.3.2 \ + pest-2.8.6 \ + pest_derive-2.8.6 \ + pest_generator-2.8.6 \ + pest_meta-2.8.6 \ + petgraph-0.6.5 \ + petgraph-0.8.3 \ + phf-0.11.3 \ + phf_codegen-0.11.3 \ + phf_generator-0.11.3 \ + phf_shared-0.11.3 \ + pin-project-1.1.13 \ + pin-project-internal-1.1.13 \ + pin-project-lite-0.2.17 \ + pin-utils-0.1.0 \ + piper-0.2.5 \ + pkg-config-0.3.33 \ + polling-3.11.0 \ + pori-0.0.0 \ + portable-atomic-1.13.1 \ + portable-atomic-util-0.2.7 \ + postcard-1.1.3 \ + potential_utf-0.1.5 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.21 \ + pratt-0.4.0 \ + predicates-3.1.4 \ + predicates-core-1.0.10 \ + predicates-tree-1.0.13 \ + pretty_assertions-1.4.1 \ + prettyplease-0.2.37 \ + proc-canonicalize-0.1.3 \ + proc-macro-crate-3.5.0 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ + proc-macro-error-attr2-2.0.0 \ + proc-macro-error2-2.0.1 \ + proc-macro-utils-0.10.0 \ + proc-macro2-1.0.106 \ + prodash-31.0.0 \ + prost-0.14.3 \ + prost-build-0.14.3 \ + prost-derive-0.14.3 \ + prost-types-0.14.3 \ + proto_core-0.57.5 \ + proto_pdk_api-0.31.12 \ + proto_pdk_test_utils-0.45.1 \ + proto_shim-0.8.2 \ + pulldown-cmark-0.13.4 \ + pulldown-cmark-to-cmark-22.0.0 \ + pulley-interpreter-41.0.4 \ + pulley-macros-41.0.4 \ + quick-xml-0.37.5 \ + quinn-0.11.9 \ + quinn-proto-0.11.14 \ + quinn-udp-0.5.14 \ + quote-1.0.45 \ + 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 \ + rand_xoshiro-0.6.0 \ + rayon-1.12.0 \ + rayon-core-1.13.0 \ + redox_syscall-0.5.18 \ + redox_users-0.4.6 \ + redox_users-0.5.2 \ + ref-cast-1.0.25 \ + ref-cast-impl-1.0.25 \ + referencing-0.45.1 \ + reflink-copy-0.1.29 \ + regalloc2-0.13.5 \ + regex-1.12.3 \ + regex-automata-0.4.14 \ + regex-syntax-0.8.10 \ + relative-path-2.0.1 \ + reqwest-0.13.4 \ + reqwest-middleware-0.5.2 \ + reqwest-retry-0.9.1 \ + retry-policies-0.5.2 \ + ring-0.17.14 \ + rmp-0.8.15 \ + rmp-serde-1.3.1 \ + rmpv-1.3.1 \ + rpkl-0.7.0 \ + rust-mcp-macros-0.9.0 \ + rust-mcp-schema-0.10.1 \ + rust-mcp-sdk-0.9.0 \ + rust-mcp-transport-0.9.0 \ + rust-netrc-0.1.2 \ + rustc-demangle-0.1.27 \ + rustc-hash-2.1.2 \ + rustc_version-0.4.1 \ + rustix-0.38.44 \ + rustix-1.1.4 \ + rustix-linux-procfs-0.1.1 \ + rustls-0.23.40 \ + rustls-native-certs-0.8.4 \ + rustls-pki-types-1.14.1 \ + rustls-platform-verifier-0.6.2 \ + 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 \ + saa-5.6.0 \ + same-file-1.0.6 \ + scc-3.7.1 \ + schannel-0.1.29 \ + schemars-0.8.22 \ + schematic-0.19.7 \ + schematic_macros-0.19.4 \ + schematic_types-0.11.5 \ + scopeguard-1.2.0 \ + sdd-4.8.6 \ + security-framework-3.7.0 \ + security-framework-sys-2.17.0 \ + semver-1.0.28 \ + serde-1.0.228 \ + serde-content-0.1.2 \ + serde-value-0.7.0 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.150 \ + serde_norway-0.9.42 \ + serde_path_to_error-0.1.20 \ + serde_regex-1.2.0 \ + serde_repr-0.1.20 \ + serde_spanned-1.1.1 \ + serde_urlencoded-0.7.1 \ + serde_yaml-0.9.34+deprecated \ + serial_test-3.5.0 \ + serial_test_derive-3.5.0 \ + sha-1-0.10.1 \ + sha1-0.10.6 \ + sha1-checked-0.10.0 \ + sha2-0.10.9 \ + sha2-0.11.0 \ + sharded-slab-0.1.7 \ + shell-quote-0.7.2 \ + shell-words-1.1.1 \ + shellexpand-3.1.2 \ + 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 \ + sigpipe-0.1.3 \ + simd-adler32-0.3.9 \ + simd_cesu8-1.1.1 \ + simdutf8-0.1.5 \ + similar-2.7.0 \ + siphasher-1.0.3 \ + sized-chunks-0.6.5 \ + slab-0.4.12 \ + slotmap-1.1.1 \ + slug-0.1.6 \ + smallvec-1.15.1 \ + socket2-0.6.4 \ + soft-canonicalize-0.5.6 \ + spin-0.9.8 \ + ssri-9.2.0 \ + stable_deref_trait-1.2.1 \ + starbase-0.11.1 \ + starbase_archive-0.13.1 \ + starbase_args-0.1.10 \ + starbase_console-0.6.27 \ + starbase_id-0.3.2 \ + starbase_sandbox-0.11.0 \ + starbase_shell-0.12.4 \ + starbase_styles-0.6.7 \ + starbase_utils-0.13.6 \ + static_assertions-1.1.0 \ + statrs-0.18.0 \ + stringmetrics-2.2.2 \ + strsim-0.11.1 \ + strum-0.27.2 \ + strum_macros-0.27.2 \ + subtle-2.6.1 \ + supports-color-3.0.2 \ + supports-hyperlinks-3.2.0 \ + supports-unicode-3.0.0 \ + syn-1.0.109 \ + syn-2.0.117 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + sysinfo-0.39.3 \ + system-interface-0.27.3 \ + system_env-0.10.0 \ + tabwriter-1.4.1 \ + taffy-0.5.2 \ + target-lexicon-0.13.5 \ + tauri-winrt-notification-0.7.2 \ + tempfile-3.27.0 \ + tera-1.20.1 \ + termcolor-1.4.1 \ + terminal_size-0.4.4 \ + termtree-0.5.1 \ + textwrap-0.16.2 \ + thiserror-1.0.69 \ + thiserror-2.0.18 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.18 \ + thread_local-1.1.9 \ + time-0.3.47 \ + time-core-0.1.8 \ + time-macros-0.2.27 \ + tiny_http-0.12.0 \ + tinystr-0.8.3 \ + tinytemplate-1.2.1 \ + tinyvec-1.11.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.52.3 \ + tokio-macros-2.7.0 \ + tokio-native-tls-0.3.1 \ + tokio-rustls-0.26.4 \ + tokio-stream-0.1.18 \ + tokio-util-0.7.18 \ + toml-0.9.12+spec-1.1.0 \ + toml-1.1.2+spec-1.1.0 \ + toml_datetime-0.7.5+spec-1.1.0 \ + toml_datetime-1.1.1+spec-1.1.0 \ + toml_edit-0.25.12+spec-1.1.0 \ + toml_parser-1.1.2+spec-1.1.0 \ + toml_writer-1.1.1+spec-1.1.0 \ + tonic-0.14.6 \ + tonic-build-0.14.6 \ + tonic-prost-0.14.6 \ + tonic-prost-build-0.14.6 \ + tower-0.5.3 \ + tower-http-0.6.11 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.44 \ + tracing-attributes-0.1.31 \ + tracing-chrome-0.7.2 \ + tracing-core-0.1.36 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.23 \ + try-lock-0.2.5 \ + typed-path-0.12.3 \ + typenum-1.20.1 \ + ucd-trie-0.1.7 \ + uds_windows-1.2.1 \ + unicase-2.9.0 \ + unicode-bom-2.0.3 \ + unicode-general-category-1.1.0 \ + unicode-id-0.3.6 \ + unicode-ident-1.0.24 \ + unicode-linebreak-0.1.5 \ + unicode-normalization-0.1.25 \ + unicode-segmentation-1.13.3 \ + unicode-width-0.1.14 \ + unicode-width-0.2.2 \ + unicode-xid-0.2.6 \ + unsafe-libyaml-0.2.11 \ + unsafe-libyaml-norway-0.2.15 \ + untrusted-0.7.1 \ + untrusted-0.9.0 \ + ureq-3.3.0 \ + ureq-proto-0.6.0 \ + url-2.5.8 \ + utf8-zero-0.8.1 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + uuid-1.23.2 \ + uuid-simd-0.8.0 \ + valuable-0.1.1 \ + vcpkg-0.2.15 \ + vecmap-rs-0.2.4 \ + version_check-0.9.5 \ + version_spec-0.10.3 \ + vsimd-0.8.0 \ + wait-timeout-0.2.1 \ + walkdir-2.5.0 \ + want-0.3.1 \ + warpgate-0.32.3 \ + warpgate_api-0.17.4 \ + warpgate_pdk-0.16.3 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-common-41.0.4 \ + wasip2-1.0.3+wasi-0.2.9 \ + wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \ + wasm-bindgen-0.2.122 \ + wasm-bindgen-futures-0.4.72 \ + wasm-bindgen-macro-0.2.122 \ + wasm-bindgen-macro-support-0.2.122 \ + wasm-bindgen-shared-0.2.122 \ + wasm-compose-0.243.0 \ + wasm-encoder-0.243.0 \ + wasm-encoder-0.244.0 \ + wasm-encoder-0.251.0 \ + wasm-metadata-0.244.0 \ + wasm-streams-0.5.0 \ + wasmparser-0.243.0 \ + wasmparser-0.244.0 \ + wasmparser-0.251.0 \ + wasmprinter-0.243.0 \ + wasmtime-41.0.4 \ + wasmtime-environ-41.0.4 \ + wasmtime-internal-cache-41.0.4 \ + wasmtime-internal-component-macro-41.0.4 \ + wasmtime-internal-component-util-41.0.4 \ + wasmtime-internal-cranelift-41.0.4 \ + wasmtime-internal-fiber-41.0.4 \ + wasmtime-internal-jit-debug-41.0.4 \ + wasmtime-internal-jit-icache-coherence-41.0.4 \ + wasmtime-internal-math-41.0.4 \ + wasmtime-internal-slab-41.0.4 \ + wasmtime-internal-unwinder-41.0.4 \ + wasmtime-internal-versioned-export-macros-41.0.4 \ + wasmtime-internal-winch-41.0.4 \ + wasmtime-internal-wit-bindgen-41.0.4 \ + wasmtimer-0.4.3 \ + wast-35.0.2 \ + wast-251.0.0 \ + wat-1.251.0 \ + wax-0.7.0 \ + web-sys-0.3.99 \ + web-time-1.1.0 \ + webpki-root-certs-1.0.7 \ + webpki-roots-1.0.7 \ + wiggle-41.0.4 \ + wiggle-generate-41.0.4 \ + wiggle-macro-41.0.4 \ + 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 \ + winch-codegen-41.0.4 \ + windows-0.61.3 \ + windows-0.62.2 \ + windows-collections-0.2.0 \ + windows-collections-0.3.2 \ + windows-core-0.61.2 \ + windows-core-0.62.2 \ + windows-future-0.2.1 \ + windows-future-0.3.2 \ + windows-implement-0.60.2 \ + windows-interface-0.59.3 \ + windows-link-0.1.3 \ + windows-link-0.2.1 \ + windows-numerics-0.2.0 \ + windows-numerics-0.3.1 \ + windows-result-0.3.4 \ + windows-result-0.4.1 \ + windows-strings-0.4.2 \ + windows-strings-0.5.1 \ + windows-sys-0.45.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-sys-0.61.2 \ + windows-targets-0.42.2 \ + windows-targets-0.52.6 \ + windows-targets-0.53.5 \ + windows-threading-0.1.0 \ + windows-threading-0.2.1 \ + windows-version-0.1.7 \ + windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.1 \ + windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.1 \ + windows_i686_gnu-0.42.2 \ + 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.42.2 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.1 \ + windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.1 \ + windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.1 \ + windows_x86_64_msvc-0.42.2 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.1 \ + winnow-0.7.15 \ + winnow-1.0.3 \ + winx-0.36.4 \ + wit-bindgen-0.51.0 \ + wit-bindgen-0.57.1 \ + wit-bindgen-core-0.51.0 \ + wit-bindgen-rust-0.51.0 \ + wit-bindgen-rust-macro-0.51.0 \ + wit-component-0.244.0 \ + wit-parser-0.243.0 \ + wit-parser-0.244.0 \ + witx-0.9.1 \ + writeable-0.6.3 \ + xattr-1.6.1 \ + xxhash-rust-0.8.15 \ + yansi-1.0.1 \ + yoke-0.8.3 \ + yoke-derive-0.8.2 \ + zbus-5.16.0 \ + zbus_macros-5.16.0 \ + zbus_names-4.3.2 \ + zerocopy-0.8.50 \ + zerocopy-derive-0.8.50 \ + zerofrom-0.1.8 \ + zerofrom-derive-0.1.7 \ + zeroize-1.8.2 \ *** 1926 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a44e82d.40a92.4aa18cb5>
