slackbuilds_ponce/misc/xdelta
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
xdelta.info
xdelta.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00

xdelta - Binary delta generator

Xdelta is a program designed to compute changes between files.  These changes 
(deltas) are similar to the output of the "diff" program in that they may be 
used to store and transmit only the changes between files.  However, unlike 
diff(1), the output of xdelta is not expressed in a human-readable format.

Xdelta uses a fast, linear algorithm and performs well on both binary and 
text files.