diff options
author | agc <agc@pkgsrc.org> | 2002-10-15 13:51:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-15 13:51:39 +0000 |
commit | 089bbad8b970c699c536555b92fcf0116b625c78 (patch) | |
tree | 363707b85c0d2897bbbdac152b215875d8b279e3 | |
parent | acae0b44b853b89427878dd1d64bed6e19bb877d (diff) | |
download | pkgsrc-089bbad8b970c699c536555b92fcf0116b625c78.tar.gz |
Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection.
Provided in PR 18576 by "David S." <dgs@malign.rad.washington.edu>,
the buildlink2 glue and libtool glue added by me.
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.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 88ec07d08a5..9e937f58cc8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.261 2002/10/15 12:43:05 kei Exp $ +$NetBSD: CHANGES,v 1.262 2002/10/15 13:51:39 agc Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3265,3 +3265,4 @@ Changes to the packages collection and infrastructure in 2002: Added phoenix-0.3 [grant 2002-10-15] Moved xmbdfed from graphics to fonts [kei 2002-10-15] Added minivmac-0.1.7 [kei 2002-10-15] + Added librsync-0.9.5.1 [agc 2002-10-15] |