The NetBSD Project

CVS log for pkgsrc/sysutils/hexyl/cargo-depends.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / hexyl

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 30 18:49:29 2024 UTC (6 weeks, 1 day ago) by pin
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +61 -66 lines
sysutils/hexyl: update to 0.15.0

Features
    Add codepage 1047 for EBCDIC, see #226 (@v1gnesh)

Other
    Rewrite CLI using the derive API, see #225 (@sorairolake)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 17 06:58:48 2023 UTC (11 months, 3 weeks ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +26 -27 lines
sysutils/hexyl: update to 0.14.0

Features
 - New --character-table option, with the ability to use codepage 437,
   see #194 and #195 (@sharifhsn)
 - New --character-table=ascii option for a ASCII-only character table,
   see #212 and #36 (@sharkdp)

Bugfixes
 - Show output when doing hexyl /dev/zero, see #211 (@sharifhsn)
 - Respect NO_COLOR environment variable, see #210 (@sharkdp)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 26 19:37:47 2023 UTC (16 months, 2 weeks ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +58 -55 lines
sysutils/hexyl: update to 0.13.1

v0.13.1
Bugfixes
 - Correctly handle discontinuous input (stdin), see #196 and #197 (@sharifhsn)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 8 10:55:17 2022 UTC (2 years ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -3 lines
sysutils/hexyl: update to 0.12.0

Features
 - Only show one panel by default if the terminal width is not wide enough for
   two panels, see #182 (@sharkdp)
 - Respect the NO_COLOR environment variable, see #179 (@sharifhsn)

Bugfixes
 - Do not fail with an error if --panels=auto is used and the output is piped,
   see #184 (@sharkdp)

Changes
 - Breaking: For xxd-compatibility reasons, --group_bytes has been renamed
   to --group-size (with an --groupsize alias), see #121 (@sharkdp)

hexyl as a library
 - Breaking: num_group_bytes has been renamed to group_size.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 5 11:22:39 2022 UTC (2 years ago) by pin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +51 -34 lines
sysutils/hexyl: update to 0.11.0

Features
 - Significantly improved performance, see #173 and #176 (@sharifhsn)
 - Added variable panels through the --panels and --terminal-width flags,
   see #13 and #164 (@sharifhsn)
 - Added new --group-bytes/-g option, see #104 and #170 (@RinHizakura)
 - Added new --base B option (where B can be binary, octal, decimal or
   hexadecimal), see #147 and #178 (@sharifhsn)
 - Show actual zero bytes as ⋄ in the character panel (previously: 0), in
   order not to confuse them with ASCII
 - 0 bytes if colors are deactivated. Closes #166 (@sharkdp)

hexyl as a library
 - Breaking change: Printer::new is deprecated as a part of the public API.
   Alternatively, you can now construct a Printer using the PrinterBuilder
   builder API, see #168. (@sharifhsn)

Other
 - More tests for the squeezing feature, see #177 (@mkatychev)

Thank you
 - Special thanks go to @sharifhsn, not just for the new features, bugfixes
   and performance improvements. But also for many internal improvements of
   the code base and other maintenance tasks.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 23 07:05:42 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +36 -29 lines
sysutils/hexyl: update to 0.10.0

Features
-Added new --plain, --no-characters, and --no-position flags
-Allow hex numbers and units for --block-size argument

Other
-Added a man page
 not installed on NetBSD for now,
 see https://github.com/sharkdp/hexyl/issues/159
-Mention ability to specify length in hex
 --length and --bytes are now marked as conflicting command-line options

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 13 20:32:08 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
hexyl: move cargo depends to cargo-depends.mk to simplify updates

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>