pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/eza



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Feb 13 10:09:19 UTC 2024

Modified Files:
        pkgsrc/sysutils/eza: Makefile cargo-depends.mk distinfo
        pkgsrc/sysutils/eza/files: eza.1

Log Message:
sysutils/eza: update to v0.18.2

v0.18.2 (security release)
This security release fixes GHSA-3qx3-6hxr-j2ch.
Bug Fixes
 - Update libgit2 to 1.7.2

v0.18.1
 - Moving to rayon provided a major performance upgrade, see #823 (comment) as
   an example

v0.18.0
Features
 - [breaking] Add --classify=always,auto,never

Miscellaneous Tasks
 - Remove rustfmt config file that has a nightly only option in favor of
   rustfmt skip directive which is already in place
 - Fix small typo in pull request template

Refactor
 - Change cast to coertion, remove rustfmt skip and clippy lint ignore
   directives

Testing
 - Regenerate classification related tests


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/eza/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/eza/cargo-depends.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/eza/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/eza/files/eza.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/eza/Makefile
diff -u pkgsrc/sysutils/eza/Makefile:1.17 pkgsrc/sysutils/eza/Makefile:1.18
--- pkgsrc/sysutils/eza/Makefile:1.17   Fri Jan 26 11:48:38 2024
+++ pkgsrc/sysutils/eza/Makefile        Tue Feb 13 10:09:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/01/26 11:48:38 pin Exp $
+# $NetBSD: Makefile,v 1.18 2024/02/13 10:09:18 pin Exp $
 
-DISTNAME=      eza-0.17.3
+DISTNAME=      eza-0.18.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=eza-community/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/eza/cargo-depends.mk
diff -u pkgsrc/sysutils/eza/cargo-depends.mk:1.14 pkgsrc/sysutils/eza/cargo-depends.mk:1.15
--- pkgsrc/sysutils/eza/cargo-depends.mk:1.14   Fri Jan 26 11:48:38 2024
+++ pkgsrc/sysutils/eza/cargo-depends.mk        Tue Feb 13 10:09:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.14 2024/01/26 11:48:38 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.15 2024/02/13 10:09:18 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  aho-corasick-1.0.5
 CARGO_CRATE_DEPENDS+=  android-tzdata-0.1.1
@@ -33,7 +33,6 @@ CARGO_CRATE_DEPENDS+= content_inspector-
 CARGO_CRATE_DEPENDS+=  core-foundation-sys-0.8.4
 CARGO_CRATE_DEPENDS+=  criterion-0.5.1
 CARGO_CRATE_DEPENDS+=  criterion-plot-0.5.0
-CARGO_CRATE_DEPENDS+=  crossbeam-channel-0.5.8
 CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.8.3
 CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.9.15
 CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.8.16
@@ -48,7 +47,7 @@ CARGO_CRATE_DEPENDS+= fast-srgb8-1.0.0
 CARGO_CRATE_DEPENDS+=  fastrand-2.0.0
 CARGO_CRATE_DEPENDS+=  filetime-0.2.22
 CARGO_CRATE_DEPENDS+=  form_urlencoded-1.0.1
-CARGO_CRATE_DEPENDS+=  git2-0.18.1
+CARGO_CRATE_DEPENDS+=  git2-0.18.2
 CARGO_CRATE_DEPENDS+=  glob-0.3.1
 CARGO_CRATE_DEPENDS+=  half-1.8.2
 CARGO_CRATE_DEPENDS+=  hashbrown-0.14.2
@@ -64,8 +63,8 @@ CARGO_CRATE_DEPENDS+= itertools-0.10.5
 CARGO_CRATE_DEPENDS+=  itoa-1.0.9
 CARGO_CRATE_DEPENDS+=  jobserver-0.1.22
 CARGO_CRATE_DEPENDS+=  js-sys-0.3.64
-CARGO_CRATE_DEPENDS+=  libc-0.2.151
-CARGO_CRATE_DEPENDS+=  libgit2-sys-0.16.1+1.7.1
+CARGO_CRATE_DEPENDS+=  libc-0.2.152
+CARGO_CRATE_DEPENDS+=  libgit2-sys-0.16.2+1.7.2
 CARGO_CRATE_DEPENDS+=  libz-sys-1.1.2
 CARGO_CRATE_DEPENDS+=  line-wrap-0.1.1
 CARGO_CRATE_DEPENDS+=  linux-raw-sys-0.4.11
@@ -77,15 +76,14 @@ CARGO_CRATE_DEPENDS+=       memoffset-0.9.0
 CARGO_CRATE_DEPENDS+=  natord-1.0.9
 CARGO_CRATE_DEPENDS+=  normalize-line-endings-0.3.0
 CARGO_CRATE_DEPENDS+=  num-traits-0.2.14
-CARGO_CRATE_DEPENDS+=  num_cpus-1.16.0
 CARGO_CRATE_DEPENDS+=  number_prefix-0.4.0
 CARGO_CRATE_DEPENDS+=  once_cell-1.19.0
 CARGO_CRATE_DEPENDS+=  oorandom-11.1.3
 CARGO_CRATE_DEPENDS+=  openssl-src-111.26.0+1.1.1u
 CARGO_CRATE_DEPENDS+=  openssl-sys-0.9.61
 CARGO_CRATE_DEPENDS+=  os_pipe-1.1.4
-CARGO_CRATE_DEPENDS+=  palette-0.7.3
-CARGO_CRATE_DEPENDS+=  palette_derive-0.7.3
+CARGO_CRATE_DEPENDS+=  palette-0.7.4
+CARGO_CRATE_DEPENDS+=  palette_derive-0.7.4
 CARGO_CRATE_DEPENDS+=  partition-identity-0.3.0
 CARGO_CRATE_DEPENDS+=  percent-encoding-2.3.1
 CARGO_CRATE_DEPENDS+=  phf-0.11.2
@@ -104,8 +102,8 @@ CARGO_CRATE_DEPENDS+=       quick-xml-0.31.0
 CARGO_CRATE_DEPENDS+=  quote-1.0.33
 CARGO_CRATE_DEPENDS+=  rand-0.8.5
 CARGO_CRATE_DEPENDS+=  rand_core-0.6.4
-CARGO_CRATE_DEPENDS+=  rayon-1.7.0
-CARGO_CRATE_DEPENDS+=  rayon-core-1.11.0
+CARGO_CRATE_DEPENDS+=  rayon-1.8.1
+CARGO_CRATE_DEPENDS+=  rayon-core-1.12.1
 CARGO_CRATE_DEPENDS+=  redox_syscall-0.1.57
 CARGO_CRATE_DEPENDS+=  redox_syscall-0.3.5
 CARGO_CRATE_DEPENDS+=  regex-1.9.5
@@ -115,7 +113,6 @@ CARGO_CRATE_DEPENDS+=       rustix-0.38.21
 CARGO_CRATE_DEPENDS+=  ryu-1.0.15
 CARGO_CRATE_DEPENDS+=  safemem-0.3.3
 CARGO_CRATE_DEPENDS+=  same-file-1.0.6
-CARGO_CRATE_DEPENDS+=  scoped_threadpool-0.1.9
 CARGO_CRATE_DEPENDS+=  scopeguard-1.2.0
 CARGO_CRATE_DEPENDS+=  serde-1.0.188
 CARGO_CRATE_DEPENDS+=  serde_derive-1.0.188

Index: pkgsrc/sysutils/eza/distinfo
diff -u pkgsrc/sysutils/eza/distinfo:1.15 pkgsrc/sysutils/eza/distinfo:1.16
--- pkgsrc/sysutils/eza/distinfo:1.15   Fri Jan 26 11:48:38 2024
+++ pkgsrc/sysutils/eza/distinfo        Tue Feb 13 10:09:18 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2024/01/26 11:48:38 pin Exp $
+$NetBSD: distinfo,v 1.16 2024/02/13 10:09:18 pin Exp $
 
 BLAKE2s (aho-corasick-1.0.5.crate) = 2199caecbc50c93a65ce7d60055f1bcb6885adb15f1153c994432df75aa27240
 SHA512 (aho-corasick-1.0.5.crate) = 6b0a64dbfe0c166341a34cd169bc46d28e40f72db4d599a1aff5327a6e891408f39e8e92e983cf9396a8e8135f93e41550237ff3e5c8c05a5325688746fd814b
@@ -99,9 +99,6 @@ Size (criterion-0.5.1.crate) = 110088 by
 BLAKE2s (criterion-plot-0.5.0.crate) = 9a23a058f721a6ec706b67811ad5ec389f2281bf2fedf2aee6669be3900e2bf7
 SHA512 (criterion-plot-0.5.0.crate) = 971e96dcc64a5afa7488f1a99475f0f5639c0ef63f9eeebcada351868697cbff397e99827cc07c0a52e7d7d1a87856fe1fc48c22075776b3bc9c94af62d79f14
 Size (criterion-plot-0.5.0.crate) = 22706 bytes
-BLAKE2s (crossbeam-channel-0.5.8.crate) = f52230ed84b89bc15c117f5251f9575cf7c8672c7f44d589e9443a6a6c3e457c
-SHA512 (crossbeam-channel-0.5.8.crate) = 47677d6fe63050c51393e4a0537a3c65d7055c9eae118ebe60c5d716b4f47f23c2b1947b1e1b66bfb34a57c4db3a44631d323e996dd545565fe4f58c25863ff4
-Size (crossbeam-channel-0.5.8.crate) = 90455 bytes
 BLAKE2s (crossbeam-deque-0.8.3.crate) = 7cbeb24b31b979d705dd7aad84ebd1b3f25d939955c4c70dd3d8ad7cf26158eb
 SHA512 (crossbeam-deque-0.8.3.crate) = f3201c9afef7d2d119702696f7e5e7997a104b8f7d67c7adebd1cbed84d3a3415636ff674f1ccdfd95d0dc162384e46c6138c8203ede69577b0d5359a4b44672
 Size (crossbeam-deque-0.8.3.crate) = 21746 bytes
@@ -132,9 +129,9 @@ Size (errno-0.3.3.crate) = 10543 bytes
 BLAKE2s (errno-dragonfly-0.1.2.crate) = 98b2cbc4374e5c9bec5416a0564feba5e8b0ff6ff565fc69342afb77ee6a1fee
 SHA512 (errno-dragonfly-0.1.2.crate) = f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916
 Size (errno-dragonfly-0.1.2.crate) = 1810 bytes
-BLAKE2s (eza-0.17.3.tar.gz) = 8fe59ec80b13d626cafae79ff0f78623ee6e91512c59b2e5f5aa20defecdf447
-SHA512 (eza-0.17.3.tar.gz) = 3fbe108196e2651941e9968b97c13bb8577c2835b04adc161d01c797604e8e9b75927e8966fbffd2aa078c1ee1ef4c28cd7003f7db663a1b2f06aeb929c3fca1
-Size (eza-0.17.3.tar.gz) = 1524788 bytes
+BLAKE2s (eza-0.18.2.tar.gz) = 7ac7f8a8c0c4f0847ab37e3849e76968a61f71b17c6c4b6f0cc86aa4da67b76b
+SHA512 (eza-0.18.2.tar.gz) = 0c3fc923e3b1c39c62e1f211504a3d49b7c8907617173954ff9d814f0966533bc61d1d2e189ec0567605178dfbedda77be4be910ac3527aa0e541b2497840b17
+Size (eza-0.18.2.tar.gz) = 1524518 bytes
 BLAKE2s (fast-srgb8-1.0.0.crate) = fe992d55b46b07c59a2244449a6f946e6ad4fba5d8e211359649c1090ff9d9fd
 SHA512 (fast-srgb8-1.0.0.crate) = 834edef5eb4ec23b9e627b5e879a1649af19a17a1af0bae97c040869dbd14751ff3b29a606c52e5fe07b60f07fb695f328409c39788a4e74af0ab7b716688a0b
 Size (fast-srgb8-1.0.0.crate) = 17214 bytes
@@ -147,9 +144,9 @@ Size (filetime-0.2.22.crate) = 15029 byt
 BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4
 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68
 Size (form_urlencoded-1.0.1.crate) = 8773 bytes
-BLAKE2s (git2-0.18.1.crate) = bb2b0ce5e716c9eee1efd597f2e35c2f01beb7970329abee31d8ec3f76b02f2a
-SHA512 (git2-0.18.1.crate) = 3fb535e820365ac5aecc5a1cd3af869ea952ed6741a7890b095ac6f4509fdee7389949da45e4f66188b5e261fb4c47d49ffc1043b4b2b39020ea21e22bc69fa7
-Size (git2-0.18.1.crate) = 211466 bytes
+BLAKE2s (git2-0.18.2.crate) = f7c1326de128b7060fa9bafe0edb65e0bddb91d447db87877a9234b92f935f07
+SHA512 (git2-0.18.2.crate) = d7b7f61ee2c074da28b85bce8475d1b0b953e047ddea70d834fbcffc58a910f0fee3cb91b6e3a0e6fd14b76d142ea02909330db0266299b73c743463a8443a99
+Size (git2-0.18.2.crate) = 212536 bytes
 BLAKE2s (glob-0.3.1.crate) = cf1632af0a03d2505ae99d4e4ed0ee695c8383a0cddf1191f7f59e197e9fb17f
 SHA512 (glob-0.3.1.crate) = 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b
 Size (glob-0.3.1.crate) = 18880 bytes
@@ -195,12 +192,12 @@ Size (jobserver-0.1.22.crate) = 21175 by
 BLAKE2s (js-sys-0.3.64.crate) = c9c7a918f352659c11ba8b6c21204fe8312c3244ac163479631a677caa58b51d
 SHA512 (js-sys-0.3.64.crate) = a4f389a4eb45c2122e7bcf365dccdce8fcf14b1b521b8b839746bba8783296e2f1b959d73bdd874743f49c61a24c4077dec52f63cc7d594cd42e9cd6ea9c2e64
 Size (js-sys-0.3.64.crate) = 80313 bytes
-BLAKE2s (libc-0.2.151.crate) = 859544613ddadbab63ba4ef546f21c220247c8d9b63150238d02895a63586a84
-SHA512 (libc-0.2.151.crate) = 2039bdfd704c5a876ff7d609622bb968260d6e0fd264ca457e92b75660503eca10e1ff21864b3c919d2656de521f03ef443895f5c0150271ae2502857742b0ec
-Size (libc-0.2.151.crate) = 736640 bytes
-BLAKE2s (libgit2-sys-0.16.1+1.7.1.crate) = 90c017de253c926126f6f8014f41e7a97957ecb1322dae29dd6256eb6584ff0a
-SHA512 (libgit2-sys-0.16.1+1.7.1.crate) = 746e80309af40af7f6d11a7d45721054a6b7f456e10af5b25ea5ddc3ae1f8d934196e9e3b9948f7d7b41b6d9dc45a660874029a39c1c3d67307daebae3f2cb69
-Size (libgit2-sys-0.16.1+1.7.1.crate) = 1773446 bytes
+BLAKE2s (libc-0.2.152.crate) = 06001fedbcd029ede94b7fa1344fba428264df9751af8d9b28768db802b8192d
+SHA512 (libc-0.2.152.crate) = 1722f6f52077efab90026aae3d10306f8c38ebba95366593c3c1adf707fae121ab450064ad9e8be5a667caf6af0b90fad4d1ca1009db0f2220093c44e33c4b5c
+Size (libc-0.2.152.crate) = 740278 bytes
+BLAKE2s (libgit2-sys-0.16.2+1.7.2.crate) = 38f0dcaa2af29a8c9afa7209f1352d4ecbc09e857b9a33fa42d898add852f626
+SHA512 (libgit2-sys-0.16.2+1.7.2.crate) = 45e23f66e1823c551b1f91d1466d971b05927e591684b35b75047ac5f7d23de889910b662ec403388b88a35dfd19b8ad9787481d36e10949e610aa02fcc35c40
+Size (libgit2-sys-0.16.2+1.7.2.crate) = 1773674 bytes
 BLAKE2s (libz-sys-1.1.2.crate) = 47025e4619552e69cd1c72e5ebe763208f323290c28a06ce8dcad8b553137c57
 SHA512 (libz-sys-1.1.2.crate) = 2342c738230ac570c61b466920e2ceafc0194381643540f094f6541917639a4f5b11d46d575bb03c7623ce109d376bafc3076a9d172233313e38cb6f49ed16db
 Size (libz-sys-1.1.2.crate) = 1339299 bytes
@@ -234,9 +231,6 @@ Size (normalize-line-endings-0.3.0.crate
 BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf
 SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e
 Size (num-traits-0.2.14.crate) = 45476 bytes
-BLAKE2s (num_cpus-1.16.0.crate) = 11a89cd1f1f0b340ea987cabf254c5e81cacd02bec2643a17a7ba94b3a7503f4
-SHA512 (num_cpus-1.16.0.crate) = a75863afc4a563e63c64d06471c7921615355d98011ea9497b1f1a7dac2bdfc876509136018e8062ac38575ccf476a196d1fd9231e09e90017333bbf2df4615d
-Size (num_cpus-1.16.0.crate) = 15713 bytes
 BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5
 SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df
 Size (number_prefix-0.4.0.crate) = 6922 bytes
@@ -255,12 +249,12 @@ Size (openssl-sys-0.9.61.crate) = 52010 
 BLAKE2s (os_pipe-1.1.4.crate) = 895762733b0ca62d5435d0366cbfb5ea77d0d42870310ed98f8f7bd3efc5cd1e
 SHA512 (os_pipe-1.1.4.crate) = 8568008e30fdc47c1c89f7368654d26407fb6594cd89e2b85786c875d9dd99e77ed2bb84d281351072670e2dfe7a952d6251c6fb4d111ebe6a63cb34942b6aa3
 Size (os_pipe-1.1.4.crate) = 11436 bytes
-BLAKE2s (palette-0.7.3.crate) = 238c66f2e7c46a59b461a5888aeafc9ff54b8926a26737cc83ea8ab114d7cc7e
-SHA512 (palette-0.7.3.crate) = 7fcfb59b4b3adf6d6041fc72767c23c235351571864a11101a294892135b056acdf52b353425d8701f6ea26605ad3e678855498eb38a4d980af4721a622691a0
-Size (palette-0.7.3.crate) = 208590 bytes
-BLAKE2s (palette_derive-0.7.3.crate) = 32aedc961d9ba62df9abf397080f77c6402b1798a31e8a106527751febebb63d
-SHA512 (palette_derive-0.7.3.crate) = 6a3d4d056e3f64aad47a547504599e61756ea785a9583d9ef977f974036dc0a1e333380fa5b8abc88d5cc16c3efc18dd93102fd54f86087c8d0694ceafe7426b
-Size (palette_derive-0.7.3.crate) = 14344 bytes
+BLAKE2s (palette-0.7.4.crate) = 87c0a40adf69f87ca40e3cf754b3dfd688e8f52c60334a222efebbd3cac99fb3
+SHA512 (palette-0.7.4.crate) = 6991d7320396c50623f5538d3a116eb91a5d98454f91ea4e90b074767f5f058b32c8c14f8dc35f98bfbea1e591068f2b460a0f1c680e57ff103b894236853e19
+Size (palette-0.7.4.crate) = 203804 bytes
+BLAKE2s (palette_derive-0.7.4.crate) = d1bfa0e9d5fbb3928d500e12659750d75e6795081002ff4b4caaf2145603b9a1
+SHA512 (palette_derive-0.7.4.crate) = b3f7cc5169a2f2c220c10c251c6ff71a2404796771c3329dc19c3aaecae46223e62a4e426b1afc59e9265237145db4d3d6ce42823e97d231e51a7d43589649e4
+Size (palette_derive-0.7.4.crate) = 14371 bytes
 BLAKE2s (partition-identity-0.3.0.crate) = 054e762c7c0d7e1ef37b0f79be8448640b45335438b8286ebe68a1de17e8752f
 SHA512 (partition-identity-0.3.0.crate) = 153843ea6c6a76fed350a24fad206304aa88f66755737c50b9f17bea3be434b7fe8940fdb8e31d43415accd4435c6b0c16f5ffcb5d5a1da72cdb8056c7b66bdb
 Size (partition-identity-0.3.0.crate) = 6711 bytes
@@ -315,12 +309,12 @@ Size (rand-0.8.5.crate) = 87113 bytes
 BLAKE2s (rand_core-0.6.4.crate) = 0d23245a02d2c434b28af3a0ef8fe79b824ac79a8fb84f1c90a68a5bf5bfb6a6
 SHA512 (rand_core-0.6.4.crate) = 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79
 Size (rand_core-0.6.4.crate) = 22666 bytes
-BLAKE2s (rayon-1.7.0.crate) = b50186fe0ad931c3728cd6558535ee566c51f5b50b8da6128d7c72372be0f33c
-SHA512 (rayon-1.7.0.crate) = d999c811b701d0aa4e547234bdc20a7df56728e142c4aa882bae081b7b057e8c3a72f4a62fb35535e57501e8c2ba7ff072068b59d6b5374e9ca6bb66cc0984d3
-Size (rayon-1.7.0.crate) = 169488 bytes
-BLAKE2s (rayon-core-1.11.0.crate) = a2e17d5e4876a34a8f1661d85121c4c6195e5ec65f907d37108ea97118d8bb7a
-SHA512 (rayon-core-1.11.0.crate) = 00ac782f49d688da90e823980e83b5ccd858f93769e2d801061fdef78728cff37d3a9fa4fd47a5cddb058f28f3289de349f8c8fdd94fa2f8c400d73bc4529800
-Size (rayon-core-1.11.0.crate) = 73118 bytes
+BLAKE2s (rayon-1.8.1.crate) = 2b1cccf3355172adffc48ad2dfaec9d651fe5a69a221e28d157d934cd2036c89
+SHA512 (rayon-1.8.1.crate) = a83304be8334f5aa1c63468ddc749d8e8124c6947f1472320ba0bd4351c9ae582dba31ff369e9efdafdab439571fbf91b497c2370ec15406cfa810f5161cfb32
+Size (rayon-1.8.1.crate) = 170448 bytes
+BLAKE2s (rayon-core-1.12.1.crate) = 2402c16b62f8a112b43da9ab8c91e8b00bd22cd9252ea12dae77079bef92c16f
+SHA512 (rayon-core-1.12.1.crate) = 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e
+Size (rayon-core-1.12.1.crate) = 70701 bytes
 BLAKE2s (redox_syscall-0.1.57.crate) = c33bb6b3a25827502e10395591aa77cc23e438ba30a90682c9108b776db3dbbb
 SHA512 (redox_syscall-0.1.57.crate) = c6e187087060084b7173ed0d9d0e982e4259d4f76522112268c02ff20751382e3bc8e119da6153170f5c54bd5b9cb028910f2f85c1c842099205dccd44659184
 Size (redox_syscall-0.1.57.crate) = 17087 bytes
@@ -348,9 +342,6 @@ Size (safemem-0.3.3.crate) = 7778 bytes
 BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6
 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c
 Size (same-file-1.0.6.crate) = 10183 bytes
-BLAKE2s (scoped_threadpool-0.1.9.crate) = df94e6952fdc6f3e36bbe8ee6451835aec0553ccef54f8e43dd9b07508b91e72
-SHA512 (scoped_threadpool-0.1.9.crate) = df8034b347fb489735895d75e5489c264aea1b50f46a8dd512963df05cb9ba9274317b26aeca63b9b4edcf792e796659bad435ad3f3446cb397340e2bf0a5f33
-Size (scoped_threadpool-0.1.9.crate) = 7800 bytes
 BLAKE2s (scopeguard-1.2.0.crate) = 4daf97de7fabaf7fe5ba6000f7132a46cc0bab2a297127580d9ac127d0a8fcec
 SHA512 (scopeguard-1.2.0.crate) = 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb
 Size (scopeguard-1.2.0.crate) = 11619 bytes

Index: pkgsrc/sysutils/eza/files/eza.1
diff -u pkgsrc/sysutils/eza/files/eza.1:1.9 pkgsrc/sysutils/eza/files/eza.1:1.10
--- pkgsrc/sysutils/eza/files/eza.1:1.9 Sat Dec 30 03:08:48 2023
+++ pkgsrc/sysutils/eza/files/eza.1     Tue Feb 13 10:09:18 2024
@@ -1,447 +1,457 @@
-.\" Automatically generated by Pandoc 3.0.1
-.\"
-.\" Define V font for inline verbatim, using C font in formats
-.\" that render this, and otherwise B font.
-.ie "\f[CB]x\f[]"x" \{\
-. ftr V B
-. ftr VI BI
-. ftr VB B
-. ftr VBI BI
-.\}
-.el \{\
-. ftr V CR
-. ftr VI CI
-. ftr VB CB
-. ftr VBI CBI
-.\}
-.TH "eza" "1" "" "$version" ""
-.hy
+.nh
+.TH eza(1) $version
+
 .SH NAME
 .PP
-eza \[em] a modern replacement for ls
+eza — a modern replacement for ls
+
+
 .SH SYNOPSIS
 .PP
-\f[V]eza [options] [files...]\f[R]
+\fBeza [options] [files...]\fR
+
 .PP
-\f[B]eza\f[R] is a modern replacement for \f[V]ls\f[R].
-It uses colours for information by default, helping you distinguish
-between many types of files, such as whether you are the owner, or in
-the owning group.
-.PP
-It also has extra features not present in the original \f[V]ls\f[R],
-such as viewing the Git status for a directory, or recursing into
-directories with a tree view.
+\fBeza\fP is a modern replacement for \fBls\fR\&.
+It uses colours for information by default, helping you distinguish between many types of files, such as whether you are the owner, or in the owning group.
+
+.PP
+It also has extra features not present in the original \fBls\fR, such as viewing the Git status for a directory, or recursing into directories with a tree view.
+
+
 .SH EXAMPLES
 .TP
-\f[V]eza\f[R]
+\fBeza\fR
 Lists the contents of the current directory in a grid.
+
 .TP
-\f[V]eza --oneline --reverse --sort=size\f[R]
+\fBeza --oneline --reverse --sort=size\fR
 Displays a list of files with the largest at the top.
+
 .TP
-\f[V]eza --long --header --inode --git\f[R]
-Displays a table of files with a header, showing each file\[cq]s
-metadata, inode, and Git status.
-.TP
-\f[V]eza --long --tree --level=3\f[R]
-Displays a tree of files, three levels deep, as well as each file\[cq]s
-metadata.
+\fBeza --long --header --inode --git\fR
+Displays a table of files with a header, showing each file’s metadata, inode, and Git status.
+
+.TP
+\fBeza --long --tree --level=3\fR
+Displays a tree of files, three levels deep, as well as each file’s metadata.
+
+
 .SH META OPTIONS
 .TP
-\f[V]--help\f[R]
+\fB--help\fR
 Show list of command-line options.
+
 .TP
-\f[V]-v\f[R], \f[V]--version\f[R]
+\fB-v\fR, \fB--version\fR
 Show version of eza.
+
+
 .SH DISPLAY OPTIONS
 .TP
-\f[V]-1\f[R], \f[V]--oneline\f[R]
+\fB-1\fR, \fB--oneline\fR
 Display one entry per line.
+
 .TP
-\f[V]-F\f[R], \f[V]--classify\f[R]
+\fB-F\fR, \fB--classify=WHEN\fR
 Display file kind indicators next to file names.
+
+.PP
+Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (or ‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
+The default value is ‘\fBautomatic\fR’.
+
+.PP
+The default behavior (\fBautomatic\fR or \fBauto\fR) will display file kind indicators only when the standard output is connected to a real terminal. If \fBeza\fR is ran while in a \fBtty\fR, or the 
output of \fBeza\fR is either redirected to a file or piped into another program, file kind indicators will not be used. Setting this option to ‘\fBalways\fR’ causes \fBeza\fR to always display file 
kind indicators, while ‘\fBnever\fR’ disables the use of file kind indicators.
+
 .TP
-\f[V]-G\f[R], \f[V]--grid\f[R]
+\fB-G\fR, \fB--grid\fR
 Display entries as a grid (default).
+
 .TP
-\f[V]-l\f[R], \f[V]--long\f[R]
+\fB-l\fR, \fB--long\fR
 Display extended file metadata as a table.
+
 .TP
-\f[V]-R\f[R], \f[V]--recurse\f[R]
+\fB-R\fR, \fB--recurse\fR
 Recurse into directories.
+
 .TP
-\f[V]-T\f[R], \f[V]--tree\f[R]
+\fB-T\fR, \fB--tree\fR
 Recurse into directories as a tree.
+
 .TP
-\f[V]-X\f[R], \f[V]--dereference\f[R]
+\fB-X\fR, \fB--dereference\fR
 Dereference symbolic links when displaying information.
+
 .TP
-\f[V]-x\f[R], \f[V]--across\f[R]
+\fB-x\fR, \fB--across\fR
 Sort the grid across, rather than downwards.
+
 .TP
-\f[V]--color=WHEN\f[R], \f[V]--colour=WHEN\f[R]
-When to use terminal colours (using ANSI escape code to colorize the
-output).
-.PP
-Valid settings are `\f[V]always\f[R]', `\f[V]automatic\f[R]' (or
-`\f[V]auto\f[R]' for short), and `\f[V]never\f[R]'.
-The default value is `\f[V]automatic\f[R]'.
-.PP
-The default behavior (`\f[V]automatic\f[R]' or `\f[V]auto\f[R]') is to
-colorize the output only when the standard output is connected to a real
-terminal.
-If the output of \f[V]eza\f[R] is redirected to a file or piped into
-another program, terminal colors will not be used.
-Setting this option to `\f[V]always\f[R]' causes \f[V]eza\f[R] to always
-output terminal color, while `\f[V]never\f[R]' disables the use of
-terminal color.
+\fB--color=WHEN\fR, \fB--colour=WHEN\fR
+When to use terminal colours (using ANSI escape code to colorize the output).
+
+.PP
+Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (or ‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
+The default value is ‘\fBautomatic\fR’.
+
 .PP
-Manually setting this option overrides \f[V]NO_COLOR\f[R] environment.
+The default behavior (‘\fBautomatic\fR’ or ‘\fBauto\fR’) is to colorize the output only when the standard output is connected to a real terminal. If the output of \fBeza\fR is redirected to a file 
or piped into another program, terminal colors will not be used. Setting this option to ‘\fBalways\fR’ causes \fBeza\fR to always output terminal color, while ‘\fBnever\fR’ disables the use of 
terminal color.
+
+.PP
+Manually setting this option overrides \fBNO_COLOR\fR environment.
+
 .TP
-\f[V]--color-scale\f[R], \f[V]--colour-scale\f[R]
-highlight levels of \f[V]field\f[R] distinctly.
+\fB--color-scale\fR, \fB--colour-scale\fR
+highlight levels of \fBfield\fR distinctly.
 Use comma(,) separated list of all, age, size
+
 .TP
-\f[V]--color-scale-mode\f[R], \f[V]--colour-scale-mode\f[R]
-Use gradient or fixed colors in \f[V]--color-scale\f[R].
+\fB--color-scale-mode\fR, \fB--colour-scale-mode\fR
+Use gradient or fixed colors in \fB--color-scale\fR\&.
+
 .PP
-Valid options are \f[V]fixed\f[R] or \f[V]gradient\f[R].
-The default value is \f[V]gradient\f[R].
+Valid options are \fBfixed\fR or \fBgradient\fR\&.
+The default value is \fBgradient\fR\&.
+
 .TP
-\f[V]--icons=WHEN\f[R]
+\fB--icons=WHEN\fR
 Display icons next to file names.
+
+.PP
+Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
+The default value is ‘\fBautomatic\fR’.
+
 .PP
-Valid settings are `\f[V]always\f[R]', `\f[V]automatic\f[R]'
-(`\f[V]auto\f[R]' for short), and `\f[V]never\f[R]'.
-The default value is `\f[V]automatic\f[R]'.
-.PP
-\f[V]automatic\f[R] or \f[V]auto\f[R] will display icons only when the
-standard output is connected to a real terminal.
-If \f[V]eza\f[R] is ran while in a \f[V]tty\f[R], or the output of
-\f[V]eza\f[R] is either redirected to a file or piped into another
-program, icons will not be used.
-Setting this option to `\f[V]always\f[R]' causes \f[V]eza\f[R] to always
-display icons, while `\f[V]never\f[R]' disables the use of icons.
+\fBautomatic\fR or \fBauto\fR will display icons only when the standard output is connected to a real terminal. If \fBeza\fR is ran while in a \fBtty\fR, or the output of \fBeza\fR is either 
redirected to a file or piped into another program, icons will not be used. Setting this option to ‘\fBalways\fR’ causes \fBeza\fR to always display icons, while ‘\fBnever\fR’ disables the use of 
icons.
+
 .TP
-\f[V]--no-quotes\f[R]
-Don\[cq]t quote file names with spaces.
+\fB--no-quotes\fR
+Don't quote file names with spaces.
+
 .TP
-\f[V]--hyperlink\f[R]
+\fB--hyperlink\fR
 Display entries as hyperlinks
+
 .TP
-\f[V]-w\f[R], \f[V]--width=COLS\f[R]
+\fB-w\fR, \fB--width=COLS\fR
 Set screen width in columns.
+
 .PP
-Valid options are \f[V]none\f[R], \f[V]absolute\f[R] or
-\f[V]relative\f[R].
-The default value is \f[V]none\f[R]
-.PP
-\f[V]absolute\f[R] mode highlights based on file modification time
-relative to the past year.
-\f[V]relative\f[R] mode highlights based on file modification time in
-relation to other files.
-\f[V]none\f[R] disables highlighting.
+Valid options are \fBnone\fR, \fBabsolute\fR or \fBrelative\fR\&.
+The default value is \fBnone\fR
+
+.PP
+\fBabsolute\fR mode highlights based on file modification time relative to the past year.
+\fBrelative\fR mode highlights based on file modification time in relation to other files. \fBnone\fR disables highlighting.
+
+
 .SH FILTERING AND SORTING OPTIONS
 .TP
-\f[V]-a\f[R], \f[V]--all\f[R]
-Show hidden and \[lq]dot\[rq] files.
-Use this twice to also show the `\f[V].\f[R]' and `\f[V]..\f[R]'
-directories.
-.TP
-\f[V]-A\f[R], \f[V]--almost-all\f[R]
-Equivalent to \[en]all; included for compatibility with \f[V]ls -A\f[R].
-.TP
-\f[V]-d\f[R], \f[V]--list-dirs\f[R]
-List directories as regular files, rather than recursing and listing
-their contents.
+\fB-a\fR, \fB--all\fR
+Show hidden and “dot” files.
+Use this twice to also show the ‘\fB\&.\fR’ and ‘\fB\&..\fR’ directories.
+
+.TP
+\fB-A\fR, \fB--almost-all\fR
+Equivalent to --all; included for compatibility with \fBls -A\fR\&.
+
+.TP
+\fB-d\fR, \fB--list-dirs\fR
+List directories as regular files, rather than recursing and listing their contents.
+
 .TP
-\f[V]-L\f[R], \f[V]--level=DEPTH\f[R]
+\fB-L\fR, \fB--level=DEPTH\fR
 Limit the depth of recursion.
+
 .TP
-\f[V]-r\f[R], \f[V]--reverse\f[R]
+\fB-r\fR, \fB--reverse\fR
 Reverse the sort order.
+
 .TP
-\f[V]-s\f[R], \f[V]--sort=SORT_FIELD\f[R]
+\fB-s\fR, \fB--sort=SORT_FIELD\fR
 Which field to sort by.
+
+.PP
+Valid sort fields are ‘\fBname\fR’, ‘\fBName\fR’, ‘\fBextension\fR’, ‘\fBExtension\fR’, ‘\fBsize\fR’, ‘\fBmodified\fR’, ‘\fBchanged\fR’, ‘\fBaccessed\fR’, ‘\fBcreated\fR’, ‘\fBinode\fR’, 
‘\fBtype\fR’, and ‘\fBnone\fR’.
+
 .PP
-Valid sort fields are `\f[V]name\f[R]', `\f[V]Name\f[R]',
-`\f[V]extension\f[R]', `\f[V]Extension\f[R]', `\f[V]size\f[R]',
-`\f[V]modified\f[R]', `\f[V]changed\f[R]', `\f[V]accessed\f[R]',
-`\f[V]created\f[R]', `\f[V]inode\f[R]', `\f[V]type\f[R]', and
-`\f[V]none\f[R]'.
-.PP
-The \f[V]modified\f[R] sort field has the aliases `\f[V]date\f[R]',
-`\f[V]time\f[R]', and `\f[V]newest\f[R]', and its reverse order has the
-aliases `\f[V]age\f[R]' and `\f[V]oldest\f[R]'.
-.PP
-Sort fields starting with a capital letter will sort uppercase before
-lowercase: `A' then `B' then `a' then `b'.
-Fields starting with a lowercase letter will mix them: `A' then `a' then
-`B' then `b'.
+The \fBmodified\fR sort field has the aliases ‘\fBdate\fR’, ‘\fBtime\fR’, and ‘\fBnewest\fR’, and its reverse order has the aliases ‘\fBage\fR’ and ‘\fBoldest\fR’.
+
+.PP
+Sort fields starting with a capital letter will sort uppercase before lowercase: ‘A’ then ‘B’ then ‘a’ then ‘b’. Fields starting with a lowercase letter will mix them: ‘A’ then ‘a’ then ‘B’ then ‘b’.
+
 .TP
-\f[V]-I\f[R], \f[V]--ignore-glob=GLOBS\f[R]
+\fB-I\fR, \fB--ignore-glob=GLOBS\fR
 Glob patterns, pipe-separated, of files to ignore.
+
 .TP
-\f[V]--git-ignore\f[R] [if eza was built with git support]
+\fB--git-ignore\fR [if eza was built with git support]
 Do not list files that are ignored by Git.
+
 .TP
-\f[V]--group-directories-first\f[R]
+\fB--group-directories-first\fR
 List directories before other files.
+
 .TP
-\f[V]-D\f[R], \f[V]--only-dirs\f[R]
+\fB-D\fR, \fB--only-dirs\fR
 List only directories, not files.
+
 .TP
-\f[V]-f\f[R], \f[V]--only-files\f[R]
+\fB-f\fR, \fB--only-files\fR
 List only files, not directories.
+
+
 .SH LONG VIEW OPTIONS
 .PP
-These options are available when running with \f[V]--long\f[R]
-(\f[V]-l\f[R]):
+These options are available when running with \fB--long\fR (\fB-l\fR):
+
 .TP
-\f[V]-b\f[R], \f[V]--binary\f[R]
+\fB-b\fR, \fB--binary\fR
 List file sizes with binary prefixes.
+
 .TP
-\f[V]-B\f[R], \f[V]--bytes\f[R]
+\fB-B\fR, \fB--bytes\fR
 List file sizes in bytes, without any prefixes.
+
 .TP
-\f[V]--changed\f[R]
+\fB--changed\fR
 Use the changed timestamp field.
+
 .TP
-\f[V]-g\f[R], \f[V]--group\f[R]
-List each file\[cq]s group.
+\fB-g\fR, \fB--group\fR
+List each file’s group.
+
 .TP
-\f[V]--smart-group\f[R]
+\fB--smart-group\fR
 Only show group if it has a different name from owner
+
 .TP
-\f[V]-h\f[R], \f[V]--header\f[R]
+\fB-h\fR, \fB--header\fR
 Add a header row to each column.
+
 .TP
-\f[V]-H\f[R], \f[V]--links\f[R]
-List each file\[cq]s number of hard links.
+\fB-H\fR, \fB--links\fR
+List each file’s number of hard links.
+
 .TP
-\f[V]-i\f[R], \f[V]--inode\f[R]
-List each file\[cq]s inode number.
+\fB-i\fR, \fB--inode\fR
+List each file’s inode number.
+
 .TP
-\f[V]-m\f[R], \f[V]--modified\f[R]
+\fB-m\fR, \fB--modified\fR
 Use the modified timestamp field.
+
 .TP
-\f[V]-M\f[R], \f[V]--mounts\f[R]
+\fB-M\fR, \fB--mounts\fR
 Show mount details (Linux and Mac only)
+
 .TP
-\f[V]-n\f[R], \f[V]--numeric\f[R]
+\fB-n\fR, \fB--numeric\fR
 List numeric user and group IDs.
+
 .TP
-\f[V]-O\f[R], \f[V]--flags\f[R]
-List file flags on Mac and BSD systems and file attributes on Windows
-systems.
-By default, Windows attributes are displayed in a long form.
-To display in attributes as single character set the environment
-variable \f[V]EZA_WINDOWS_ATTRIBUTES=short\f[R].
-On BSD systems see chflags(1) for a list of file flags and their
-meanings.
+\fB-O\fR, \fB--flags\fR
+List file flags on Mac and BSD systems and file attributes on Windows systems.  By default, Windows attributes are displayed in a long form.  To display in attributes as single character set the 
environment variable \fBEZA_WINDOWS_ATTRIBUTES=short\fR\&.  On BSD systems see chflags(1) for a list of file flags and their meanings.
+
 .TP
-\f[V]-S\f[R], \f[V]--blocksize\f[R]
-List each file\[cq]s size of allocated file system blocks.
+\fB-S\fR, \fB--blocksize\fR
+List each file’s size of allocated file system blocks.
+
 .TP
-\f[V]-t\f[R], \f[V]--time=WORD\f[R]
+\fB-t\fR, \fB--time=WORD\fR
 Which timestamp field to list.
-Valid timestamp fields are `\f[V]modified\f[R]', `\f[V]changed\f[R]',
-`\f[V]accessed\f[R]', and `\f[V]created\f[R]'.
+
+Valid timestamp fields are ‘\fBmodified\fR’, ‘\fBchanged\fR’, ‘\fBaccessed\fR’, and ‘\fBcreated\fR’.
+
 .TP
-\f[V]--time-style=STYLE\f[R]
+\fB--time-style=STYLE\fR
 How to format timestamps.
-Valid timestamp styles are `\f[V]default\f[R]', `\f[V]iso\f[R]',
-`\f[V]long-iso\f[R]', `\f[V]full-iso\f[R]', `\f[V]relative\f[R]', or a
-custom style `\f[V]+<FORMAT>\f[R]' (e.g., `\f[V]+%Y-%m-%d %H:%M\f[R]' =>
-`\f[V]2023-09-30 13:00\f[R]').
-.PP
-\f[V]<FORMAT>\f[R] should be a chrono format string.
-For details on the chrono format syntax, please read:
-https://docs.rs/chrono/latest/chrono/format/strftime/index.html .
-.PP
-Alternatively, \f[V]<FORMAT>\f[R] can be a two line string, the first
-line will be used for non-recent files and the second for recent files.
-E.g., if \f[V]<FORMAT>\f[R] is
-\[lq]\f[V]%Y-%m-%d %H<newline>--%m-%d %H:%M\f[R]\[rq], non-recent files
-=> \[lq]\f[V]2022-12-30 13\f[R]\[rq], recent files =>
-\[lq]\f[V]--09-30 13:34\f[R]\[rq].
+
+Valid timestamp styles are ‘\fBdefault\fR’, ‘\fBiso\fR’, ‘\fBlong-iso\fR’, ‘\fBfull-iso\fR’, ‘\fBrelative\fR’, or a custom style ‘\fB+<FORMAT>\fR’ (e.g., ‘\fB+%Y-%m-%d %H:%M\fR’ => ‘\fB2023-09-30 
13:00\fR’).
+
+.PP
+\fB<FORMAT>\fR should be a chrono format string.  For details on the chrono format syntax, please read: https://docs.rs/chrono/latest/chrono/format/strftime/index.html .
+
+.PP
+Alternatively, \fB<FORMAT>\fR can be a two line string, the first line will be used for non-recent files and the second for recent files.  E.g., if \fB<FORMAT>\fR is "\fB%Y-%m-%d %H<newline>--%m-%d 
%H:%M\fR", non-recent files => "\fB2022-12-30 13\fR", recent files => "\fB--09-30 13:34\fR".
+
 .TP
-\f[V]--total-size\f[R]
+\fB--total-size\fR
 Show recursive directory size (unix only).
+
 .TP
-\f[V]-u\f[R], \f[V]--accessed\f[R]
+\fB-u\fR, \fB--accessed\fR
 Use the accessed timestamp field.
+
 .TP
-\f[V]-U\f[R], \f[V]--created\f[R]
+\fB-U\fR, \fB--created\fR
 Use the created timestamp field.
+
 .TP
-\f[V]--no-permissions\f[R]
+\fB--no-permissions\fR
 Suppress the permissions field.
+
 .TP
-\f[V]-o\f[R], \f[V]--octal-permissions\f[R]
-List each file\[cq]s permissions in octal format.
+\fB-o\fR, \fB--octal-permissions\fR
+List each file's permissions in octal format.
+
 .TP
-\f[V]--no-filesize\f[R]
+\fB--no-filesize\fR
 Suppress the file size field.
+
 .TP
-\f[V]--no-user\f[R]
+\fB--no-user\fR
 Suppress the user field.
+
 .TP
-\f[V]--no-time\f[R]
+\fB--no-time\fR
 Suppress the time field.
+
 .TP
-\f[V]--stdin\f[R]
-When you wish to pipe directories to eza/read from stdin.
-Separate one per line or define custom separation char in
-\f[V]EZA_STDIN_SEPARATOR\f[R] env variable.
-.TP
-\f[V]-\[at]\f[R], \f[V]--extended\f[R]
-List each file\[cq]s extended attributes and sizes.
-.TP
-\f[V]-Z\f[R], \f[V]--context\f[R]
-List each file\[cq]s security context.
-.TP
-\f[V]--git\f[R] [if eza was built with git support]
-List each file\[cq]s Git status, if tracked.
-This adds a two-character column indicating the staged and unstaged
-statuses respectively.
-The status character can be `\f[V]-\f[R]' for not modified,
-`\f[V]M\f[R]' for a modified file, `\f[V]N\f[R]' for a new file,
-`\f[V]D\f[R]' for deleted, `\f[V]R\f[R]' for renamed, `\f[V]T\f[R]' for
-type-change, `\f[V]I\f[R]' for ignored, and `\f[V]U\f[R]' for
-conflicted.
-Directories will be shown to have the status of their contents, which is
-how `deleted' is possible if a directory contains a file that has a
-certain status, it will be shown to have that status.
-.TP
-\f[V]--git-repos\f[R] [if eza was built with git support]
-List each directory\[cq]s Git status, if tracked.
-Symbols shown are \f[V]|\f[R]= clean, \f[V]+\f[R]= dirty, and
-\f[V]\[ti]\f[R]= for unknown.
+\fB--stdin\fR
+When you wish to pipe directories to eza/read from stdin. Separate one per line or define custom separation char in \fBEZA_STDIN_SEPARATOR\fR env variable.
+
+.TP
+\fB-@\fR, \fB--extended\fR
+List each file’s extended attributes and sizes.
+
+.TP
+\fB-Z\fR, \fB--context\fR
+List each file's security context.
+
+.TP
+\fB--git\fR  [if eza was built with git support]
+List each file’s Git status, if tracked.
+This adds a two-character column indicating the staged and unstaged statuses respectively. The status character can be ‘\fB-\fR’ for not modified, ‘\fBM\fR’ for a modified file, ‘\fBN\fR’ for a new 
file, ‘\fBD\fR’ for deleted, ‘\fBR\fR’ for renamed, ‘\fBT\fR’ for type-change, ‘\fBI\fR’ for ignored, and ‘\fBU\fR’ for conflicted. Directories will be shown to have the status of their contents, 
which is how ‘deleted’ is possible if a directory contains a file that has a certain status, it will be shown to have that status.
+
+.TP
+\fB--git-repos\fR [if eza was built with git support]
+List each directory’s Git status, if tracked.
+Symbols shown are \fB|\fR= clean, \fB+\fR= dirty, and \fB~\fR= for unknown.
+
 .TP
-\f[V]--git-repos-no-status\f[R] [if eza was built with git support]
+\fB--git-repos-no-status\fR [if eza was built with git support]
 List if a directory is a Git repository, but not its status.
-All Git repository directories will be shown as (themed) \f[V]-\f[R]
-without status indicated.
+All Git repository directories will be shown as (themed) \fB-\fR without status indicated.
+
 .TP
-\f[V]--no-git\f[R]
-Don\[cq]t show Git status (always overrides \f[V]--git\f[R],
-\f[V]--git-repos\f[R], \f[V]--git-repos-no-status\f[R])
+\fB--no-git\fR
+Don't show Git status (always overrides \fB--git\fR, \fB--git-repos\fR, \fB--git-repos-no-status\fR)
+
+
 .SH ENVIRONMENT VARIABLES
 .PP
-If an environment variable prefixed with \f[V]EZA_\f[R] is not set, for
-backward compatibility, it will default to its counterpart starting with
-\f[V]EXA_\f[R].
+If an environment variable prefixed with \fBEZA_\fR is not set, for backward compatibility, it will default to its counterpart starting with \fBEXA_\fR\&.
+
 .PP
 eza responds to the following environment variables:
-.SS \f[V]COLUMNS\f[R]
+
+.SH \fBCOLUMNS\fR
 .PP
-Overrides the width of the terminal, in characters, however,
-\f[V]-w\f[R] takes precedence.
+Overrides the width of the terminal, in characters, however, \fB-w\fR takes precedence.
+
 .PP
-For example, `\f[V]COLUMNS=80 eza\f[R]' will show a grid view with a
-maximum width of 80 characters.
+For example, ‘\fBCOLUMNS=80 eza\fR’ will show a grid view with a maximum width of 80 characters.
+
 .PP
-This option won\[cq]t do anything when eza\[cq]s output doesn\[cq]t
-wrap, such as when using the \f[V]--long\f[R] view.
-.SS \f[V]EZA_STRICT\f[R]
-.PP
-Enables \f[I]strict mode\f[R], which will make eza error when two
-command-line options are incompatible.
-.PP
-Usually, options can override each other going right-to-left on the
-command line, so that eza can be given aliases: creating an alias
-`\f[V]eza=eza --sort=ext\f[R]' then running `\f[V]eza --sort=size\f[R]'
-with that alias will run `\f[V]eza --sort=ext --sort=size\f[R]', and the
-sorting specified by the user will override the sorting specified by the
-alias.
+This option won’t do anything when eza’s output doesn’t wrap, such as when using the \fB--long\fR view.
+
+.SH \fBEZA_STRICT\fR
+.PP
+Enables \fIstrict mode\fP, which will make eza error when two command-line options are incompatible.
+
+.PP
+Usually, options can override each other going right-to-left on the command line, so that eza can be given aliases: creating an alias ‘\fBeza=eza --sort=ext\fR’ then running ‘\fBeza --sort=size\fR’ 
with that alias will run ‘\fBeza --sort=ext --sort=size\fR’, and the sorting specified by the user will override the sorting specified by the alias.
+
 .PP
 In strict mode, the two options will not co-operate, and eza will error.
+
+.PP
+This option is intended for use with automated scripts and other situations where you want to be certain you’re typing in the right command.
+
+.SH \fBEZA_GRID_ROWS\fR
 .PP
-This option is intended for use with automated scripts and other
-situations where you want to be certain you\[cq]re typing in the right
-command.
-.SS \f[V]EZA_GRID_ROWS\f[R]
-.PP
-Limits the grid-details view (`\f[V]eza --grid --long\f[R]') so it\[cq]s
-only activated when at least the given number of rows of output would be
-generated.
-.PP
-With widescreen displays, it\[cq]s possible for the grid to look very
-wide and sparse, on just one or two lines with none of the columns
-lining up.
-By specifying a minimum number of rows, you can only use the view if
-it\[cq]s going to be worth using.
-.SS \f[V]EZA_ICON_SPACING\f[R]
-.PP
-Specifies the number of spaces to print between an icon (see the
-`\f[V]--icons\f[R]' option) and its file name.
-.PP
-Different terminals display icons differently, as they usually take up
-more than one character width on screen, so there\[cq]s no
-\[lq]standard\[rq] number of spaces that eza can use to separate an icon
-from text.
-One space may place the icon too close to the text, and two spaces may
-place it too far away.
-So the choice is left up to the user to configure depending on their
-terminal emulator.
-.SS \f[V]NO_COLOR\f[R]
-.PP
-Disables colours in the output (regardless of its value).
-Can be overridden by \f[V]--color\f[R] option.
-.PP
-See \f[V]https://no-color.org/\f[R] for details.
-.SS \f[V]LS_COLORS\f[R], \f[V]EZA_COLORS\f[R]
-.PP
-Specifies the colour scheme used to highlight files based on their name
-and kind, as well as highlighting metadata and parts of the UI.
-.PP
-For more information on the format of these environment variables, see
-the eza_colors.5.md manual page.
-.SS \f[V]EZA_OVERRIDE_GIT\f[R]
-.PP
-Overrides any \f[V]--git\f[R] or \f[V]--git-repos\f[R] argument
-.SS \f[V]EZA_MIN_LUMINANCE\f[R]
-.PP
-Specifies the minimum luminance to use when decay is active.
-It\[cq]s value can be between -100 to 100.
-.SS \f[V]EZA_ICONS_AUTO\f[R]
-.PP
-If set, automates the same behavior as using \f[V]--icons\f[R] or
-\f[V]--icons=auto\f[R].
-Useful for if you always want to have icons enabled.
-.PP
-Any explicit use of the \f[V]--icons=WHEN\f[R] flag overrides this
-behavior.
-.SS \f[V]EZA_STDIN_SEPARATOR\f[R]
+Limits the grid-details view (‘\fBeza --grid --long\fR’) so it’s only activated when at least the given number of rows of output would be generated.
+
 .PP
-Specifies the separator to use when file names are piped from stdin.
-Defaults to newline.
+With widescreen displays, it’s possible for the grid to look very wide and sparse, on just one or two lines with none of the columns lining up.
+By specifying a minimum number of rows, you can only use the view if it’s going to be worth using.
+
+.SH \fBEZA_ICON_SPACING\fR
+.PP
+Specifies the number of spaces to print between an icon (see the ‘\fB--icons\fR’ option) and its file name.
+
+.PP
+Different terminals display icons differently, as they usually take up more than one character width on screen, so there’s no “standard” number of spaces that eza can use to separate an icon from 
text. One space may place the icon too close to the text, and two spaces may place it too far away. So the choice is left up to the user to configure depending on their terminal emulator.
+
+.SH \fBNO_COLOR\fR
+.PP
+Disables colours in the output (regardless of its value). Can be overridden by \fB--color\fR option.
+
+.PP
+See \fBhttps://no-color.org/\fR for details.
+
+.SH \fBLS_COLORS\fR, \fBEZA_COLORS\fR
+.PP
+Specifies the colour scheme used to highlight files based on their name and kind, as well as highlighting metadata and parts of the UI.
+
+.PP
+For more information on the format of these environment variables, see the 
+\[la]eza_colors.5.md\[ra] manual page.
+
+.SH \fBEZA_OVERRIDE_GIT\fR
+.PP
+Overrides any \fB--git\fR or \fB--git-repos\fR argument
+
+.SH \fBEZA_MIN_LUMINANCE\fR
+.PP
+Specifies the minimum luminance to use when decay is active. It's value can be between -100 to 100.
+
+.SH \fBEZA_ICONS_AUTO\fR
+.PP
+If set, automates the same behavior as using \fB--icons\fR or \fB--icons=auto\fR\&. Useful for if you always want to have icons enabled.
+
+.PP
+Any explicit use of the \fB--icons=WHEN\fR flag overrides this behavior.
+
+.SH \fBEZA_STDIN_SEPARATOR\fR
+.PP
+Specifies the separator to use when file names are piped from stdin. Defaults to newline.
+
+
 .SH EXIT STATUSES
 .TP
 0
 If everything goes OK.
+
 .TP
 1
 If there was an I/O error during operation.
+
 .TP
 3
 If there was a problem with the command-line arguments.
+
+
 .SH AUTHOR
 .PP
 eza is maintained by Christina Sørensen and many other contributors.
+
 .PP
-\f[B]Source code:\f[R] \f[V]https://github.com/eza-community/eza\f[R]
-.PD 0
-.P
-.PD
-\f[B]Contributors:\f[R]
-\f[V]https://github.com/eza-community/eza/graphs/contributors\f[R]
-.PP
-Our infinite thanks to Benjamin `ogham' Sago and all the other
-contributors of exa, from which eza was forked.
+\fBSource code:\fP \fBhttps://github.com/eza-community/eza\fR \\
+\fBContributors:\fP \fBhttps://github.com/eza-community/eza/graphs/contributors\fR
+
+.PP
+Our infinite thanks to Benjamin ‘ogham’ Sago and all the other contributors of exa, from which eza was forked.
+
+
 .SH SEE ALSO
-.IP \[bu] 2
-eza_colors.5.md
-.IP \[bu] 2
-eza_colors-explanation.5.md
+.RS
+.IP \(bu 2
+
+\[la]eza_colors.5.md\[ra]
+.IP \(bu 2
+
+\[la]eza_colors\-explanation.5.md\[ra]
+
+.RE



Home | Main Index | Thread Index | Old Index