mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.1 PR: 281504 Event: EuroBSDcon 2024
51 lines
1.8 KiB
Text
51 lines
1.8 KiB
Text
CARGO_CRATES= aho-corasick-1.1.3 \
|
|
anyhow-1.0.87 \
|
|
bstr-1.10.0 \
|
|
cc-1.1.18 \
|
|
cfg-if-1.0.0 \
|
|
crossbeam-channel-0.5.13 \
|
|
crossbeam-deque-0.8.5 \
|
|
crossbeam-epoch-0.9.18 \
|
|
crossbeam-utils-0.8.20 \
|
|
encoding_rs-0.8.34 \
|
|
encoding_rs_io-0.1.7 \
|
|
glob-0.3.1 \
|
|
itoa-1.0.11 \
|
|
jemalloc-sys-0.5.4+5.3.0-patched \
|
|
jemallocator-0.5.4 \
|
|
jobserver-0.1.32 \
|
|
lexopt-0.3.0 \
|
|
libc-0.2.158 \
|
|
log-0.4.22 \
|
|
memchr-2.7.4 \
|
|
memmap2-0.9.4 \
|
|
pcre2-0.2.9 \
|
|
pcre2-sys-0.2.9 \
|
|
pkg-config-0.3.30 \
|
|
proc-macro2-1.0.86 \
|
|
quote-1.0.37 \
|
|
regex-1.10.6 \
|
|
regex-automata-0.4.7 \
|
|
regex-syntax-0.8.4 \
|
|
ryu-1.0.18 \
|
|
same-file-1.0.6 \
|
|
serde-1.0.210 \
|
|
serde_derive-1.0.210 \
|
|
serde_json-1.0.128 \
|
|
shlex-1.3.0 \
|
|
syn-2.0.77 \
|
|
termcolor-1.4.1 \
|
|
textwrap-0.16.1 \
|
|
unicode-ident-1.0.12 \
|
|
walkdir-2.5.0 \
|
|
winapi-util-0.1.9 \
|
|
windows-sys-0.59.0 \
|
|
windows-targets-0.52.6 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_msvc-0.52.6
|