Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB0B284ED6 for ; Mon, 20 Nov 2023 06:05:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M_isvMRzcdjZ for ; Mon, 20 Nov 2023 06:05:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E9A2684EB5 for ; Mon, 20 Nov 2023 06:05:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2AD5FA3F; Mon, 20 Nov 2023 06:05:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700460324270410" MIME-Version: 1.0 Date: Mon, 20 Nov 2023 06:05:24 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/sysutils/eza To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20231120060524.E2AD5FA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700460324270410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: fox Date: Mon Nov 20 06:05:24 UTC 2023 Modified Files: pkgsrc/sysutils/eza: Makefile cargo-depends.mk distinfo pkgsrc/sysutils/eza/files: eza.1 eza_colors-explanation.5 eza_colors.5 Log Message: sysutils/eza: Update to 0.16.0 Changes since 0.15.0: eza v0.16.0 Description Updates once again :3 We fixed the accidental breaking change with --color-scale suddenly requiring an argument introduced in v0.15.3, now it defaults to all. Changelog Bug Fixes * Fix cross compilation * Snap requires a base * Move --smart-group to long view options * Colo[u]r-scale didn't have a base value * Fix snapcraft.yaml formatting Documentation * Add comments for bzip variants * Added the fact that total-size is unix only Features * Add some file extensions * Abort on panic (saving 0.1 M) * Add powertest Miscellaneous Tasks * Ignore blame from #644 * Stabilize powertest version Testing * Implements tests using the generated directory * Powertests using generated testdirs * Add hashed versions of powertests eza v0.15.3 Description Adding to your weekly bug fixes, features and what not, let me introduce you to --color-scale, which was just added. Changelog [0.15.3] - 2023-11-09 Bug Fixes * Changed quote in --almost-all completion * Reformat help.rs * Allow unused macro rule arms Documentation * Improve CONTRIBUTING.md, README.md * Improve README.md * Introduce INSTALL.md Features * Create EZA_ICONS_AUTO environment variable * Create EZA_ICONS_AUTO environment variable * Demo gif and gif generation recipe * Add ocaml icon filetypes * Add PRQL * Add --color-scale Miscellaneous Tasks * Add to CODEOWNERS file to make sure I get ping'd on files being touched * Add myself to codeowners to watch modifications on parsing * Improve the PR template * Release eza v0.15.3 Refactor * Remove commented out test code * Finalize decay -> color_scale Build * Refactor flake * Bump DeterminateSystems/nix-installer-action from 4 to 7 * Bump libc from 0.2.149 to 0.2.150 * Bump rustix from 0.38.13 to 0.38.21 Ci * Refactor pre-commit-hooks * Refactor publish workflow eza v0.15.2 Bug Fixes * Correct width when --no-quotes is used * Clippy lint and add option to grid-details * --smart-group only worked for current user Features * Add Typst to the recognized files Miscellaneous Tasks * Release eza v0.15.2 Refactor * Replace lazy_static with once_cell * Replace plain values with TextColours Testing * Added more content to the dir generator * Changed size of one of the files eza v0.15.1 Now with --total-size (size of all files in directories) Changelog Bug Fixes * Fmt, windows, and nix fixes * Reverted autofmt changes * Don’t display target’s size if we’re not dereferencing * Updated match indents * Changed flag name * Only store top-level recursive dir size * Changed windows methods * Underscored unused windows variables * Added device for filesystem to hashmap * Display offset for filenames with spaces * Fix clippy warnings * Fix doc-tests on RecursiveSize * Fix dead_code warnings on Windows Documentation * Added flag to readme * Added flag to man * Fix doc-tests formatting and address other documentation review requests Features * Added recursive directory parser * Added flag to completions * Add a new filetype for source code files * Add a new icons for source code files and other files * Support for displaying blocksize on directories Miscellaneous Tasks * Release eza v0.15.1 Refactor * Move total-size calculations to File * Add RecursiveSize type to simplify total-size calculation To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/eza/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/eza/cargo-depends.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/eza/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/eza/files/eza.1 cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/eza/files/eza_colors-explanation.5 \ pkgsrc/sysutils/eza/files/eza_colors.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700460324270410 Content-Disposition: inline Content-Length: 17010 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/eza/Makefile diff -u pkgsrc/sysutils/eza/Makefile:1.10 pkgsrc/sysutils/eza/Makefile:1.11 --- pkgsrc/sysutils/eza/Makefile:1.10 Tue Oct 24 22:11:06 2023 +++ pkgsrc/sysutils/eza/Makefile Mon Nov 20 06:05:24 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/10/24 22:11:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2023/11/20 06:05:24 fox Exp $ -DISTNAME= eza-0.15.0 -PKGREVISION= 1 +DISTNAME= eza-0.16.0 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.7 pkgsrc/sysutils/eza/cargo-depends.mk:1.8 --- pkgsrc/sysutils/eza/cargo-depends.mk:1.7 Sat Oct 21 14:21:14 2023 +++ pkgsrc/sysutils/eza/cargo-depends.mk Mon Nov 20 06:05:24 2023 @@ -1,15 +1,17 @@ -# $NetBSD: cargo-depends.mk,v 1.7 2023/10/21 14:21:14 fox Exp $ +# $NetBSD: cargo-depends.mk,v 1.8 2023/11/20 06:05:24 fox Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-1.0.5 CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1 CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5 CARGO_CRATE_DEPENDS+= anes-0.1.6 +CARGO_CRATE_DEPENDS+= ansi_colours-1.2.2 CARGO_CRATE_DEPENDS+= ansiterm-0.12.2 CARGO_CRATE_DEPENDS+= anstream-0.6.4 CARGO_CRATE_DEPENDS+= anstyle-1.0.3 CARGO_CRATE_DEPENDS+= anstyle-parse-0.2.1 CARGO_CRATE_DEPENDS+= anstyle-query-1.0.0 CARGO_CRATE_DEPENDS+= anstyle-wincon-3.0.1 +CARGO_CRATE_DEPENDS+= approx-0.5.1 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= bitflags-2.4.0 @@ -40,6 +42,7 @@ CARGO_CRATE_DEPENDS+= either-1.9.0 CARGO_CRATE_DEPENDS+= equivalent-1.0.1 CARGO_CRATE_DEPENDS+= errno-0.3.3 CARGO_CRATE_DEPENDS+= errno-dragonfly-0.1.2 +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 @@ -59,11 +62,10 @@ 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+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.149 +CARGO_CRATE_DEPENDS+= libc-0.2.150 CARGO_CRATE_DEPENDS+= libgit2-sys-0.16.1+1.7.1 CARGO_CRATE_DEPENDS+= libz-sys-1.1.2 -CARGO_CRATE_DEPENDS+= linux-raw-sys-0.4.7 +CARGO_CRATE_DEPENDS+= linux-raw-sys-0.4.11 CARGO_CRATE_DEPENDS+= locale-0.2.2 CARGO_CRATE_DEPENDS+= log-0.4.20 CARGO_CRATE_DEPENDS+= matches-0.1.8 @@ -79,6 +81,8 @@ 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+= partition-identity-0.3.0 CARGO_CRATE_DEPENDS+= percent-encoding-2.3.0 CARGO_CRATE_DEPENDS+= phf-0.11.2 @@ -101,7 +105,7 @@ CARGO_CRATE_DEPENDS+= redox_syscall-0.3. CARGO_CRATE_DEPENDS+= regex-1.9.5 CARGO_CRATE_DEPENDS+= regex-automata-0.3.8 CARGO_CRATE_DEPENDS+= regex-syntax-0.7.5 -CARGO_CRATE_DEPENDS+= rustix-0.38.13 +CARGO_CRATE_DEPENDS+= rustix-0.38.21 CARGO_CRATE_DEPENDS+= ryu-1.0.15 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9 Index: pkgsrc/sysutils/eza/distinfo diff -u pkgsrc/sysutils/eza/distinfo:1.8 pkgsrc/sysutils/eza/distinfo:1.9 --- pkgsrc/sysutils/eza/distinfo:1.8 Sat Oct 21 14:21:14 2023 +++ pkgsrc/sysutils/eza/distinfo Mon Nov 20 06:05:24 2023 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2023/10/21 14:21:14 fox Exp $ +$NetBSD: distinfo,v 1.9 2023/11/20 06:05:24 fox Exp $ BLAKE2s (aho-corasick-1.0.5.crate) = 2199caecbc50c93a65ce7d60055f1bcb6885adb15f1153c994432df75aa27240 SHA512 (aho-corasick-1.0.5.crate) = 6b0a64dbfe0c166341a34cd169bc46d28e40f72db4d599a1aff5327a6e891408f39e8e92e983cf9396a8e8135f93e41550237ff3e5c8c05a5325688746fd814b @@ -12,6 +12,9 @@ Size (android_system_properties-0.1.5.cr BLAKE2s (anes-0.1.6.crate) = 51a3a431b53fc59bdeaf54f4dd87332d79d9c9cb47042879fb821b5a7afdfd9a SHA512 (anes-0.1.6.crate) = f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29 Size (anes-0.1.6.crate) = 23857 bytes +BLAKE2s (ansi_colours-1.2.2.crate) = 18e7c1827b37def1487cf9c308120e1649fba0c8252b209f50b4a7858b74794d +SHA512 (ansi_colours-1.2.2.crate) = 077a6ddb4b44f79aebc704128804bcfe549b5c68a75d0d57452250b91cc02cd3784c25a93f061bae6060bff3eb02bb8a88fdf46ef6128a843eff4b0e84f7c972 +Size (ansi_colours-1.2.2.crate) = 21374 bytes BLAKE2s (ansiterm-0.12.2.crate) = ba9ef6a582166a66556faba5b0aa3993b8894646a8b43ba4b91ae4c18b0e4627 SHA512 (ansiterm-0.12.2.crate) = b9a37ea51a3ec4e9cef972a1480fb07f9e8626fd800dfe417e3ac615156310648b65f4d6665e0bb91ac6e1ef28b74c1f66d5cae66cfcfe4c1a3b74805cb1dbed Size (ansiterm-0.12.2.crate) = 26777 bytes @@ -30,6 +33,9 @@ Size (anstyle-query-1.0.0.crate) = 8620 BLAKE2s (anstyle-wincon-3.0.1.crate) = 80d0249a4482d400a41ccf4e9a5a75a8064a17d6e511544bac9e6982fdeba566 SHA512 (anstyle-wincon-3.0.1.crate) = 75ab14081b09e031ee0f559538976f39092aaeb6f561a56de83d12911cc2b45e28eec21068792c86a61e344021921ab55e7139ca79acec78e7d4a796dfa42a2e Size (anstyle-wincon-3.0.1.crate) = 11279 bytes +BLAKE2s (approx-0.5.1.crate) = 8da488e71d6cc64f2cb8bff398bbbcb0438bfa03968ed8b8750d649eae057bb6 +SHA512 (approx-0.5.1.crate) = c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407 +Size (approx-0.5.1.crate) = 15100 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes @@ -120,9 +126,12 @@ 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.15.0.tar.gz) = 1a9b614b9f897de5afbd1e76ba3d1f9f80a61dceffc1be0526ec05917ba69f38 -SHA512 (eza-0.15.0.tar.gz) = 2eb15b51a26eab2999fbaaa282f19ccbebc176d0730a626c3ff6f41101afd7e9002e99ffa8c602a1ceb518570f029e960c25ada85661df18afc77d27c8f90cb2 -Size (eza-0.15.0.tar.gz) = 1218228 bytes +BLAKE2s (eza-0.16.0.tar.gz) = 5d379fec2cafc0b910b87abba974cbbe5fc058f8cf41c9f7196e19dcf936d90c +SHA512 (eza-0.16.0.tar.gz) = f159ea86ed3e5f2131b52de30410089cce396894f508c3db138356ec50162c22adb52628acb9c7cf49a6324f4636dbd42e0be80ee80e504b98211abdcebdd5bb +Size (eza-0.16.0.tar.gz) = 1437409 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 BLAKE2s (fastrand-2.0.0.crate) = 42dd91a1bcff2aa564be1f91dfbded2aff790d9bdd77af6b6b27666741dd2651 SHA512 (fastrand-2.0.0.crate) = 9449dd52e4b722d5747f68f127843c0d1a402765c2b6186b9526f8ae23293cb1f6b50adcbf18a8ea768292642184cb0eb42b1801d20f6815397903f9977f3cbc Size (fastrand-2.0.0.crate) = 14402 bytes @@ -180,21 +189,18 @@ 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 (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 -SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 -Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.149.crate) = 48efe3c00a9d8d822876a0587ac2a8bd98a30e80f340bed8b21fb8880c371875 -SHA512 (libc-0.2.149.crate) = 0def64d400d473d6eed30e985522d36801ee6472b15f90e74dc4592e0a8ffbaf30b731be280de52b30255cf60aeca8efe817b67049227dc7000c807e007d7289 -Size (libc-0.2.149.crate) = 715592 bytes +BLAKE2s (libc-0.2.150.crate) = 25c2f5af027131d2c1677003d5ae4aaf6c467fec005eef8ab1405066e8dc68d9 +SHA512 (libc-0.2.150.crate) = 7ae8fe6a1db38ac6d951c0b4880d25a02f064f5e61d6057c20f7208dec8395d58efd085e41857bcf5f4da2b014d2952dc4ddaf18ac4acd3a23675bb659e70385 +Size (libc-0.2.150.crate) = 719359 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 (libz-sys-1.1.2.crate) = 47025e4619552e69cd1c72e5ebe763208f323290c28a06ce8dcad8b553137c57 SHA512 (libz-sys-1.1.2.crate) = 2342c738230ac570c61b466920e2ceafc0194381643540f094f6541917639a4f5b11d46d575bb03c7623ce109d376bafc3076a9d172233313e38cb6f49ed16db Size (libz-sys-1.1.2.crate) = 1339299 bytes -BLAKE2s (linux-raw-sys-0.4.7.crate) = dc88518e9d0b7c838ea7262f19df4c30d70df3919a3be6e4a6d1f575a2f66122 -SHA512 (linux-raw-sys-0.4.7.crate) = df36f3f188767080f118aac32138233209a1f0cd11682425fc101cb054e138cf0582ad044d0f326a20ce517f425665ea1ad9ac5eda147712a994884101974d48 -Size (linux-raw-sys-0.4.7.crate) = 1350647 bytes +BLAKE2s (linux-raw-sys-0.4.11.crate) = 8630830d78d311477df9e32308302d6625b5bdb56423e8422d423252a1562856 +SHA512 (linux-raw-sys-0.4.11.crate) = befe18ab06e5248ee89f0cb8fbc192a5564c15c9873672fea62754322d3c197563d9133b839d5222e6baa522ec1fafc48176ee605ec7954c5d93e52dfb6d9772 +Size (linux-raw-sys-0.4.11.crate) = 1413981 bytes BLAKE2s (locale-0.2.2.crate) = ccfba87cd7b82d4b2b0559a25584c2bd06bfde0b2b88d6ca12ebf6acf083a1e9 SHA512 (locale-0.2.2.crate) = ae542f8811405fac032029885a59d39c922da7c1b59e69f5e0d73047d05ed803475b3aa9b486cce47abfdac03f5892013b822e896794e6dd80329b4f105be28f Size (locale-0.2.2.crate) = 18910 bytes @@ -240,6 +246,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 (partition-identity-0.3.0.crate) = 054e762c7c0d7e1ef37b0f79be8448640b45335438b8286ebe68a1de17e8752f SHA512 (partition-identity-0.3.0.crate) = 153843ea6c6a76fed350a24fad206304aa88f66755737c50b9f17bea3be434b7fe8940fdb8e31d43415accd4435c6b0c16f5ffcb5d5a1da72cdb8056c7b66bdb Size (partition-identity-0.3.0.crate) = 6711 bytes @@ -306,9 +318,9 @@ Size (regex-automata-0.3.8.crate) = 6101 BLAKE2s (regex-syntax-0.7.5.crate) = 5119a5eebce120fd28155f42907d81786841400ec6fa53a34facd0c2cdcd760e SHA512 (regex-syntax-0.7.5.crate) = 6388dbf68c8c86d8a5bd8cfb13a86e9ab2da1a339fd607c1a16848f85dd21c85d744d694c7b918954ea27eeefc90b589926c9da464343fb78ab639a5e2925efd Size (regex-syntax-0.7.5.crate) = 343366 bytes -BLAKE2s (rustix-0.38.13.crate) = 024fe45196d9628ca06e8eccdc604ee51c00260cccbcfd46ce24aac64305da77 -SHA512 (rustix-0.38.13.crate) = 66e3914746895222963ab80da0fcbbb8489cb74dd37913f57f8570258265a94657d7dea37c944ed20543012bcb474ada3c50650a194554ba74fab07c313aab93 -Size (rustix-0.38.13.crate) = 342118 bytes +BLAKE2s (rustix-0.38.21.crate) = d8ce83ae9f81da588e09223b413aa84790e2bb20a0c59bece6f9957e7cf25c1f +SHA512 (rustix-0.38.21.crate) = f3b147706e1befb9d743bb57c7f8dc0a1ca8f244ed98069dfc757ee9d7281f097531bf7d1028d21ac798ee27bfb07b2ea6ac395dd0bc6caef4647fac88669833 +Size (rustix-0.38.21.crate) = 358962 bytes BLAKE2s (ryu-1.0.15.crate) = 9cd8b57860ba906eaae35b47878818e4e574fb5463963cb95a0134a0acae6eee SHA512 (ryu-1.0.15.crate) = 4655b5647f919082a9b84b889539ae7fb23a1201057cf280efe79c58cb5f040864efb7812cda5021bf6d34838a15d173ac8bdb0fb9fa2dba85173d3efa5a826b Size (ryu-1.0.15.crate) = 46906 bytes Index: pkgsrc/sysutils/eza/files/eza.1 diff -u pkgsrc/sysutils/eza/files/eza.1:1.6 pkgsrc/sysutils/eza/files/eza.1:1.7 --- pkgsrc/sysutils/eza/files/eza.1:1.6 Sat Oct 21 14:21:14 2023 +++ pkgsrc/sysutils/eza/files/eza.1 Mon Nov 20 06:05:24 2023 @@ -99,7 +99,14 @@ terminal color. Manually setting this option overrides \f[V]NO_COLOR\f[R] environment. .TP \f[V]--color-scale\f[R], \f[V]--colour-scale\f[R] -Colour file sizes on a scale. +highlight levels of \f[V]field\f[R] 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]. +.PP +Valid options are \f[V]fixed\f[R] or \f[V]gradient\f[R]. +The default value is \f[V]gradient\f[R]. .TP \f[V]--icons=WHEN\f[R] Display icons next to file names. @@ -124,9 +131,16 @@ Display entries as hyperlinks .TP \f[V]-w\f[R], \f[V]--width=COLS\f[R] Set screen width in columns. -.TP -\f[V]--smart-group\f[R] -Only show group if it has a different name from owner +.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. .SH FILTERING AND SORTING OPTIONS .TP \f[V]-a\f[R], \f[V]--all\f[R] @@ -196,6 +210,9 @@ Use the changed timestamp field. \f[V]-g\f[R], \f[V]--group\f[R] List each file\[cq]s group. .TP +\f[V]--smart-group\f[R] +Only show group if it has a different name from owner +.TP \f[V]-h\f[R], \f[V]--header\f[R] Add a header row to each column. .TP @@ -232,6 +249,9 @@ can use a \f[V]custom\f[R] style with `\ for more details about format syntax, please read: https://docs.rs/chrono/latest/chrono/format/strftime/index.html .TP +\f[V]--total-size\f[R] +Show recursive directory size (unix only). +.TP \f[V]-u\f[R], \f[V]--accessed\f[R] Use the accessed timestamp field. .TP @@ -359,6 +379,18 @@ 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. .SH EXIT STATUSES .TP 0 Index: pkgsrc/sysutils/eza/files/eza_colors-explanation.5 diff -u pkgsrc/sysutils/eza/files/eza_colors-explanation.5:1.5 pkgsrc/sysutils/eza/files/eza_colors-explanation.5:1.6 --- pkgsrc/sysutils/eza/files/eza_colors-explanation.5:1.5 Sun Oct 15 20:16:26 2023 +++ pkgsrc/sysutils/eza/files/eza_colors-explanation.5 Mon Nov 20 06:05:24 2023 @@ -74,11 +74,13 @@ Compressed files (zip, tgz, Z) are red. .IP \[bu] 2 Temporary files (tmp, swp, \[ti]) are grey. .IP \[bu] 2 -Compiled files (class, o, pyc) are faint orange. +Compiled files (class, o, pyc) are yellow. A file is also counted as compiled if it uses a common extension and is in the same directory as one of its source files: styles.css will count as compiled when next to styles.less or styles.sass, and scripts.js when next to scripts.ts or scripts.coffee. +.IP \[bu] 2 +Source files (cpp, js, java) are bright yellow. .SS See also .IP \[bu] 2 eza.1.md Index: pkgsrc/sysutils/eza/files/eza_colors.5 diff -u pkgsrc/sysutils/eza/files/eza_colors.5:1.5 pkgsrc/sysutils/eza/files/eza_colors.5:1.6 --- pkgsrc/sysutils/eza/files/eza_colors.5:1.5 Sun Oct 15 20:16:26 2023 +++ pkgsrc/sysutils/eza/files/eza_colors.5 Mon Nov 20 06:05:24 2023 @@ -298,6 +298,9 @@ a regular file that is a compilation art \f[V]bu\f[R] a regular file that is used to build a project (ex: Makefile) .TP +\f[V]sc\f[R] +a regular file that is source code +.TP \f[V]Sn\f[R] No security context on a file .TP --_----------=_1700460324270410--