./wip/duff, Quickly finds duplicates in a given set of files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.2, Package name: duff-0.5.2, Maintainer: bartosz.kuzma

Duff is a Unix command-line utility for quickly finding duplicates
in a given set of files.

How does it work:
- Only compare files if they're of equal size.
- Compare a few bytes before checksumming large files.
- Compare checksums before actual contents.
- Don't compare actual contents unless explicitly asked.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: c2df2d5c19a9fb69277f632bcd9edaa8f5a57637
Filesize: 170.454 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-07-05 16:50:18 by othyro | Files touched by this commit (1)
Log message:
+LICENSE. Passes pkglint.
   2012-07-05 16:48:27 by othyro | Files touched by this commit (1)
Log message:
Regenerated due to commenting patches/patch-join-duplicates.sh.
   2012-07-05 16:47:44 by othyro | Files touched by this commit (1)
Log message:
Commented.
   2012-02-10 09:40:26 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 0.5.2.

No change log provided.
   2011-04-13 11:42:44 by Bartosz Kuźma | Files touched by this commit (5) | Imported package
Log message:
Import duff-0.5 as wip/duff.

Duff is a Unix command-line utility for quickly finding duplicates
in a given set of files.