Port details |
- dupd File duplicate detection CLI utility
- 1.7_1 sysutils
=3 1.7_1Version of this port present on the latest quarterly branch. - Maintainer: tom@hur.st
 - Port Added: 2017-04-30 04:21:19
- Last Update: 2024-02-25 17:19:01
- Commit Hash: 98bb091
- People watching this port, also watch:: inotify-tools, e2fsprogs, monit, pure-ftpd, phpsysinfo-php82
- License: GPLv3
- WWW:
- https://www.virkki.com/dupd/
- Description:
- dupd is a file duplicate detection CLI utility, supporting iterative
interactive use with a persistent file database.
Despite the name, it doesn't run as a daemon.
See https://elipapa.github.io/blog/fastest-way-to-find-dups.html for
a comparison of such tools.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/dupd/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/dupd
- pkg install dupd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dupd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1536527596
SHA256 (jvirkki-dupd-1.7_GH0.tar.gz) = 547eb62931ca524e9966db0bb84cdc806c6a7fa8cbdcf9ac52b043df88ca222d
SIZE (jvirkki-dupd-1.7_GH0.tar.gz) = 983762
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Test dependencies:
-
- bash : shells/bash
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dupd-1.7_1:
DOCS=on: Build and/or install documentation
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- sysutils_dupd
- USES:
- gmake localbase perl5 sqlite:3 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7_1 25 Feb 2024 17:19:01
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/dupd: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7 28 Aug 2020 20:19:16
  |
tcberner  |
sysutils/dupd: fix build on recent current |
1.7 15 Jan 2019 14:44:26
  |
swills  |
sysutils/dupd: update to version 1.7
PR: 229773
Submitted by: jyri@virkki.com (original patch)
Submitted by: Nathan <ndowens@yahoo.com> (final patch)
Approved by: jyri@virkki.com (maintainer) |
1.6 18 Jul 2018 08:12:40
  |
pizzamig  |
sysutils/dupd: Fix the broken build
An issue in my build pipeline allowed me to not notice the broken build.
This commit add a patch to fix the build, so the port is available again
PR: 226841
Submitted by: tom@hur.st (maintaner) |
1.6 16 Jul 2018 16:46:52
  |
pizzamig  |
sysutils/dupd: marked as BROKEN
It doesn't build |
1.6 16 Jul 2018 12:56:56
  |
pizzamig  |
sysutils/dupd: Update to version 1.6
PR: 226841
Submitted by: jyri@virkki.com
Reviewed by: tom@hur.st (maintainer) |
1.4 29 Mar 2018 15:02:05
  |
emaste  |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
1.4 28 Mar 2018 13:45:51
  |
krion  |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target. Pet portlint(1).
PR: 226997
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
1.4 30 Apr 2017 04:21:06
  |
pi  |
New port: sysutils/dupd
dupd is a file duplicate detection CLI utility, supporting iterative
interactive use with a persistent file database.
Despite the name, it doesn't run as a daemon.
See https://elipapa.github.io/blog/fastest-way-to-find-dups.html for
a comparison of such tools.
WWW: http://www.virkki.com/dupd/
PR: 218664
Submitted by: Thomas Hurst <tom@hur.st> |