summaryrefslogtreecommitdiff
path: root/devel/librsync
AgeCommit message (Collapse)AuthorFilesLines
2005-07-14Reset maintainer to tech-pkg, since email bounced.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-25Changes 0.9.7:adam3-16/+15
* Yet more large file support fixes. * C++ support for easy #include <librsync.h> in C++. * Removed Debian files from dist tarball. * Changed rdiff to an installed program on "make install". * Refactored delta calculation code to be cleaner and faster. * #879763: Fixed mdfour to work on little-endian machines which don't like unaligned word access. This should make librsync work on pa-risc, and it makes it slightly faster on ia64. * #1022764: Fix corrupted encoding of some COPY commands in large files. * #1024881: Print long integers directly, rather than via casts to double. * Fix printf formats for size_t: both the format and the argument should be cast to long.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-18No longer used.snj1-29/+0
2004-04-18Convert to buildlink3.snj2-6/+29
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-08-28Revert last - already fixed by seb. Do not bump PKGREVISION asabs1-2/+1
unnecessary in first place. Illumination provided by wiz.
2003-08-27Update librsync to 0.9.6nb1abs2-2/+4
Add missing entry to buildlink2.mk - from Sebastian Prause
2003-08-22Add missing include file to BUILDLINK_FILES.librsync.seb1-2/+2
2003-08-14Update librsync to 0.9.6: - Required for updated rdiff-backupabs4-14/+13
* 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-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-10-15Add a buildlink2 file for this package.agc1-0/+29
2002-10-15Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection.agc4-0/+48
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.