opnsense-ports/net/librsync2/pkg-descr
Franco Fichtner b523c7644a */*: sync with upstream
Taken from: FreeBSD
2017-01-24 15:41:17 +01:00

8 lines
460 B
Text

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/