1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/librsync/pkg-descr
Kirill Ponomarev f6e1df9a09 Update to version 0.9.6
PR:		55469
Submitted by:	Ports Fury
2003-08-11 14:40:10 +00:00

9 lines
460 B
Plaintext

The librsync library implements network delta-compression of streams and
files. The algorithm is similar to that used in the rsync(1) and xdelta(2)
programs, but specialized for transfer of arbitrary-length octet streams.
Unlike most diff programs, librsync does not require access to both of the
files on the same machine, but rather only a short ``signature'' of the
old file and the complete contents of the new file.
WWW: http://librsync.sourceforge.net/