Commit graph

8 commits

Author SHA1 Message Date
snj
21eba9bd2c Convert to buildlink3. 2004-04-18 23:31:34 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
abs
43f0d41853 Update librsync to 0.9.6nb1
Add missing entry to buildlink2.mk - from Sebastian Prause
2003-08-27 15:33:33 +00:00
abs
8544ac6e44 Update librsync to 0.9.6: - Required for updated rdiff-backup
* Large file support fixes.
    * [v]snprintf or _[v]snprintf autoconf replacement function fix.
    * Changed installed include file from rsync.h to librsync.h.
    * Migration to sourceforge for hosting.
    * Rollsum bugfix that produces much smaller deltas.
    * Memory leaks bugfix patches.
    * mdfour bigendian and >512M bugfix, plus optimisations patch.
    * autoconf/automake updates and cleanups for autoconf 2.53.
    * Windows compilation patch, heavily modified.
    * MacOSX compilation patch, modified to autoconf vararg macro fix.
    * Debian package build scripts patch.
2003-08-14 12:02:04 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
agc
b8e98b26ad 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>

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.
2002-10-15 13:49:19 +00:00