Port details |
- xcp Extended 'cp' command
- 0.13.0 sysutils
=0 0.12.0_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-08-23 06:21:06
- Last Update: 2023-12-11 08:36:59
- Commit Hash: 6fc9cb4
- License: GPLv3
- WWW:
- https://github.com/tarka/xcp
- Description:
- xcp is a (partial) clone of the Unix 'cp' command. It is not intended as a
full replacement, but as a companion utility with some more user-friendly
feedback and some optimisations that make sense under certain tasks (see
below).
Features:
* Displays a progress-bar, both for directory and single file copies. This can
be disabled with `--no-progress`.
* On Linux it uses `copy_file_range` call to copy files. This is the most
efficient method of file-copying under Linux; in particular it is
filesystem-aware, and can massively speed-up copies on network mounts by
performing the copy operations server-side. However, unlike `copy_file_range`
sparse files are detected and handled appropriately.
* Non-Linux Unix-like OSs (OS X, *BSD) are supported via fall-back operation
(although sparse-files are not yet supported in this case).
* Optionally understands `.gitignore` files to limit the copied directories.
* Optimised for 'modern' systems (i.e. multiple cores, copious RAM, and
solid-state disks, especially ones connected into the main system bus,
e.g. M.2).
¦ ¦ ¦ ¦ 
- 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/xcp/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/xcp
- pkg install xcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xcp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702279187
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.74.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_xcp
- 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.13.0 11 Dec 2023 08:36:59
    |
Yuri Victorovich (yuri)  |
sysutils/xcp: update 0.12.2 → 0.13.0
Reported by: portscout |
0.12.2_1 08 Dec 2023 15:04:09
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.12.2 19 Nov 2023 09:36:27
    |
Yuri Victorovich (yuri)  |
sysutils/xcp: update 0.12.1 → 0.12.2
Reported by: portscout |
0.12.1 17 Nov 2023 06:52:44
    |
Yuri Victorovich (yuri)  |
sysutils/xcp: update 0.12.0 → 0.12.1
Reported by: portscout |
0.12.0_2 24 Oct 2023 10:22:32
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.12.0_1 08 Sep 2023 09:06:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.12.0 25 Aug 2023 04:55:43
    |
Yuri Victorovich (yuri)  |
sysutils/xcp: update 0.3.1 → 0.12.0
Reported by: portscout |
0.3.1 23 Aug 2023 06:20:36
    |
Yuri Victorovich (yuri)  |
sysutils/xcp: New port: Extended 'cp' command |