diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-01 05:57:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-01 05:57:30 +0000 |
commit | a26796dbf164a06bdca661100083f903595b9668 (patch) | |
tree | 53914b6e91f79290e7c5f8a4d2fe9ade46cb5dec /editors/heme/DESCR | |
parent | 57bd096c449552c26426d4ba8aa628caae128b05 (diff) | |
download | pkgsrc-a26796dbf164a06bdca661100083f903595b9668.tar.gz |
Import heme from pkgsrc-wip. Packaged by pancake and modified by me.
Heme is a fast and portable console hex editor for unix 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. There are two
editing modes: hex and ascii. In hex mode you type hexadecimal digits
and in ascii mode you type characters. In the ascii mode cursor is
automatically moved to the next byte after typing a character (this
behaviour is configurable for hex mode).
Diffstat (limited to 'editors/heme/DESCR')
-rw-r--r-- | editors/heme/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/heme/DESCR b/editors/heme/DESCR new file mode 100644 index 00000000000..1097eb3b3ac --- /dev/null +++ b/editors/heme/DESCR @@ -0,0 +1,11 @@ +Heme is a fast and portable console hex editor for unix 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. There are two +editing modes: hex and ascii. In hex mode you type hexadecimal digits +and in ascii mode you type characters. In the ascii mode cursor is +automatically moved to the next byte after typing a character (this +behaviour is configurable for hex mode). |