Port details |
- fclones Efficient duplicate file finder
- 0.34.0_11 sysutils =2 0.34.0_10Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-10-23 07:36:06
- Last Update: 2025-01-20 11:06:50
- Commit Hash: fccaa1b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/pkolaczk/fclones
- Description:
- fclones is a command line utility that identifies groups of identical files
and gets rid of the file copies you no longer need. It comes with plenty of
configuration options for controlling the search scope and offers many ways
of removing duplicates. For maximum flexibility, it integrates well with other
Unix utilities like `find` and it speaks JSON, so you have a lot of control
over the search and cleanup process.
fclones treats your data seriously. You can inspect and modify the list of
duplicate files before removing them.
There is also a `--dry-run` option that can tell you exactly what changes on
the file system would be made.
fclones has been implemented in Rust with a strong focus on high performance
on modern hardware.
It employs several optimization techniques not present in many other programs.
It adapts to the type of the hard drive, orders file operations by physical
data placement on HDDs, scans directory tree in parallel and uses prefix
compression of paths to reduce memory consumption when working with millions of
files. It is also friendly to page-cache and does not push out your data out of
cache.
As a result, fclones easily outperforms many other popular duplicate finders by
a wide margin on either SSD or HDD storage.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fclones>0:sysutils/fclones
- To install the port:
- cd /usr/ports/sysutils/fclones/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/fclones
- pkg install fclones
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fclones
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698639927
SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136
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:
-
- rust>=1.84.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_fclones
- USES:
- cargo
- 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 |
0.34.0_11 20 Jan 2025 11:06:50 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
0.34.0_10 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.34.0_9 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.34.0_8 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.34.0_7 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.34.0_7 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.34.0_6 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.34.0_5 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.34.0_4 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.34.0_3 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.34.0_2 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.34.0_1 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.34.0 30 Oct 2023 04:41:11 |
Yuri Victorovich (yuri) |
sysutils/fclones: update 0.33.1 → 0.34.0
Reported by: portscout |
0.33.1_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.33.1 23 Oct 2023 07:35:24 |
Yuri Victorovich (yuri) |
sysutils/fclones: New port: Efficient duplicate file finder |