SlackBuildsOrg/misc/xdelta
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
README
slack-desc
xdelta.info
xdelta.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05: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.