summaryrefslogtreecommitdiff
path: root/misc/bsdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08Support PKGMANDIR.jperkin2-1/+15
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-02-16Make sure the correct install tool is used.hans1-1/+2
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2008-06-20Add DESTDIR support.joerg1-1/+6
2007-06-15Depend on bzip2 using the tool framework.joerg1-4/+4
2006-11-20Upgrade to 4.3 (PR#34429).cjep2-7/+6
The author of this software has not provided a changelog, but on glancing at the sources the license has been added to each source file and there are a few additions to some files. Some of the syntax has been tidied up.
2005-07-25pkglint.wiz1-3/+2
2005-05-23Removed trailing white-space.rillig1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-07-13Update to bsdiff 4.2. Changes since 4.1cjep2-5/+5
* Correct a bug which can cause patches to be randomly mis-detected as "corrupt".
2004-04-24Convert to buildlink3.snj1-3/+3
2003-12-30Initial import of bsdiff (and bspatch) version 4.1 into the NetBSDcjep4-0/+39
packages collection as misc/bsdiff. Bsdiff and bspatch are tools for building and applying patches to binary files. By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and taking advantage of how executable files change, bsdiff routinely produces binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat commercial patch tool).