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.
This commit is contained in:
agc 2002-10-15 13:51:39 +00:00
parent acae0b44b8
commit 089bbad8b9

View file

@ -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]