The net/librsync port
librsync-2.3.4 – library for delta compression of streams (cvsweb github mirror)
Description
librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility. This algorithm transfers the differences between 2 files without needing both files on the same system. librsync is for building other programs that transfer files as efficiently as rsync. You can use librsync in a program you write to do backups, distribute binary patches to programs, or sync directories to a server or between peers. librsync does not implement the rsync wire protocol or network functions. This tree also produces the rdiff command-line tool that exposes the key operations of librsync: generating file signatures, generating the delta from a signature to a new file, and applying the delta to regenerate the new file given the old file.WWW: https://librsync.github.io/
Maintainer
The OpenBSD ports mailing-list
Categories
Library dependencies
Build dependencies
Files
- /usr/local/bin/rdiff
- /usr/local/include/librsync.h
- /usr/local/include/librsync_export.h
- /usr/local/lib/librsync.so.5.1
- /usr/local/man/man1/rdiff.1
- /usr/local/man/man3/librsync.3