fb16dfecae
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)
10 lines
549 B
Plaintext
10 lines
549 B
Plaintext
Heme is intended to be fast and portable console hex editor for Unix-like
|
|
systems. It has undo support (number of undo operations is only limited by
|
|
available memory), ability to fill a range of addresses with the specified
|
|
byte, ability to search for a single byte or character string. Offsets can
|
|
be given in hexadecimal, octal, or decimal forms. There are two editing
|
|
modes: hex (binary) and ASCII (text).
|
|
|
|
Heme uses standard curses library for screen and input handling, and offers
|
|
colors support (they can be set in the configuration file).
|