Subject: CVS commit: pkgsrc/misc
From: Nia Alarie
Date: 2020-01-13 23:29:24
Message id: 20200113222924.E6B67FBF4@cvs.NetBSD.org

Log Message:
misc: Add hexd.

hexd prints a human-readable hexdump of the specified files, or standard
input if omitted. Its main distinguishing feature is the use of colours to
visually indicate which range of values an octet belongs to, aiding in
spotting patterns in binary data.

By default, hexd relies on 256-color SGR escape sequences. Most terminal
emulators should support these today, but technically they're only defacto
standard. However, you can override the formatting used with the HEXD_COLORS
environment variable (see manpage), or use the -p option for plaintext
output.

Files:
RevisionActionfile
1.1addpkgsrc/misc/hexd/DESCR
1.1addpkgsrc/misc/hexd/Makefile
1.1addpkgsrc/misc/hexd/PLIST
1.1addpkgsrc/misc/hexd/distinfo