mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
426 B
Text
6 lines
426 B
Text
Data::Hexdumper provides a simple way to format and display arbitrary binary
|
|
data in a way similar to how some debuggers do for lesser languages. It
|
|
gives the programmer a considerable degree of flexibility in how the data is
|
|
formatted, with sensible defaults. It is envisaged that it will primarily be
|
|
of use for those wrestling alligators in the swamp of binary file formats,
|
|
which is why it was written in the first place.
|