./sysutils/fdupes, Program for identifying or deleting duplicate files

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


Branch: CURRENT, Version: 2.2.1, Package name: fdupes-2.2.1, Maintainer: ef

FDUPES is a program for identifying or deleting duplicate files residing
within specified directories.


Required to run:
[devel/pcre2]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 141.327 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-28 14:19:32 by Thomas Klausner | Files touched by this commit (1)
Log message:
fdupes: old HOMEPAGE dead, use github
   2022-09-11 19:59:15 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
fdupes: update to 2.2.1.

Changes from 2.2.0 to 2.2.1:

 - Fix bug in code meant to skip over the current log file when --log
   option is given.
 - Updates to copyright notices in source code.

Changes from 2.1.2 to 2.2.0:

 - Add --deferconfirmation option.
 - Check that files marked as duplicates haven't changed during program
   execution before deleting them.
 - Update documentation to indicate units for SIZE in command-line options.
 - Move some configuration settings to configure.ac file.
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-14 13:37:08 by Nia Alarie | Files touched by this commit (1)
Log message:
fdupes: needs curses
   2020-11-26 17:07:11 by Nia Alarie | Files touched by this commit (2)
Log message:
fdupes: Update to 2.1.2

Changes from 2.1.1 to 2.1.2:

 - Do not enter ncurses mode when --immediate option given.
 - Fix logging/memory corruption bug when using --log with --immediate.
   2020-07-06 17:38:02 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
fdupes: update to 2.1.1.

ChangeLog:

Changes from 2.1.0 to 2.1.1:

 - Break mtime ties using ctime when sorting by time.
 - Reduce number of calls to stat(), for speed.
 - Clear last command status when new command is entered.

Changes from 2.0.0 to 2.1.0:

 - Rename cs command ("clear all selections") from cs to csel.
 - Rename igs command ("invert selections") from igs to isel.
 - Add "prune" command as synonym for DELETE key.
 - Clear selections after deleting files via prune/DELETE.
 - Fix dependency issues when fdupes is configured to not use ncurses.
   2020-04-04 00:11:48 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
fdupes: update to 2.0.0.

Changes from 1.6.1 to 2.0.0:

    Add ncurses mode for interactive file deletion (plain mode still available \ 
via --plain or ./configure).
    Add --minsize option.
    Add --maxsize option.
    Add --time option.
    Add --order=ctime option.
    Add --log option.
    Use configure script for installation (Autotools/Automake).

Changes from version 1.6.0 to 1.6.1:

    Fix 'invalid option' error for -I.

Changes from 1.51 to 1.6.0:

    Add --nohidden option.
    Add --permissions option.
    Add --order option.
    Add --reverse option.
    Add --immediate option.
    Speed up file comparison.
    Fix bug where fdupes fails to consistently ignore hardlinks, depending on
    file processing order, when F_CONSIDERHARDLINKS flag is not set.
    Fix bug in is_hardlink(): Proper traversal of duplicates is done via
    dupe->duplicates, not via dupe->next.
    Revise md5.c to compile under OSX.
    Remove EXTERNAL_MD5 configuration option.
    Various other changes (see git log).