Tweak textproc/bbe version 0.2.2
[dports.git] / textproc / bbe / pkg-descr
1 Instead of reading input in lines as sed, bbe reads
2 arbitrary blocks from an input stream and performs
3 byte-related transformations on found blocks. Blocks
4 can be defined using start/stop strings, stream offset
5 and block length, or a combination. Basic editing commands
6 include delete, replace, search/replace, binary operations
7 (and, or, etc.), append, and bcd/ASCII conversion. For
8 examining the input stream, it contains some grep-like
9 features like printing the input file name, stream offset,
10 and block number of found blocks. Block contents can also 
11 be printed in different formats like hex, octal, ASCII, and
12 binary.
13
14 WWW: http://sourceforge.net/projects/bbe-/