./textproc/p5-Data-HexDump, Hexadecial Dumper

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.04nb3, Package name: p5-Data-HexDump-0.04nb3, Maintainer: pkgsrc-users

NAME

Data::HexDump - A Simple Hexadecial Dumper

DESCRIPTION

Dump in hexadecimal the content of a scalar. The result is returned in a
string. Each line of the result consists of the offset in the
source in the leftmost column of each line, followed by one or more
columns of data from the source in hexadecimal. The rightmost column
of each line shows the printable characters (all others are shown
as single dots)


Required to run:
[lang/perl5]

Master sites: (Expand)

Filesize: 12.143 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-27 18:21:13 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Data-HexDump: update to 0.04.

0.04 2021-04-03 NEILB
    * Added Data::Peek to SEE ALSO, for DHexDump().
    * SYNOPSIS wasn't a working example.
    * Fixed RT#61974 - couldn't dump "0", for example.

0.03 2021-04-02 NEILB
    * Developer release all green on CPAN Testers, so doing
      a stable release.
   2020-09-08 15:16:47 by Thomas Klausner | Files touched by this commit (116)
Log message:
*: use MASTER_SITE_PERL_CPAN
   2020-09-08 15:10:01 by Thomas Klausner | Files touched by this commit (68)
Log message:
*: improve HOMEPAGE