summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-10-15 13:51:39 +0000
committeragc <agc>2002-10-15 13:51:39 +0000
commita6cbfedc83eafdbb3e5c49e9ec51b2d594a6647d (patch)
tree363707b85c0d2897bbbdac152b215875d8b279e3
parentdfe552203ccf8784321ad7e1470a2e379eb5ae04 (diff)
downloadpkgsrc-a6cbfedc83eafdbb3e5c49e9ec51b2d594a6647d.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/CHANGES3
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]