From b8e98b26ad65c8e6046b549eb8cca7df71ae3da2 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 15 Oct 2002 13:49:19 +0000 Subject: Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection. Provided in PR 18576 by "David S." Librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications. Librsync encapsulates the core algorithms of the rsync protocol, which help with efficient calculation of the differences between two files. The rsync algorithm is different from most differencing algorithms because it does not require the presence of the two files to calculate the delta. Instead, it requires a set of checksums of each block of one file, which together form a signature for that file. Blocks at any point in the other file which have the same checksum are likely to be identical, and whatever remains is the difference. --- devel/librsync/PLIST | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/librsync/PLIST (limited to 'devel/librsync/PLIST') diff --git a/devel/librsync/PLIST b/devel/librsync/PLIST new file mode 100644 index 00000000000..45e828b0713 --- /dev/null +++ b/devel/librsync/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/15 13:49:19 agc Exp $ +bin/rdiff +include/rsync.h +lib/librsync.a +lib/librsync.la +lib/librsync.so +lib/librsync.so.1 +lib/librsync.so.1.1 +man/man1/rdiff.1 +man/man3/librsync.3 -- cgit v1.2.3