Port details |
- xcp Extended 'cp' command
- 0.21.3_1 sysutils =2 0.21.1_3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-08-23 06:21:06
- Last Update: 2024-09-10 11:00:34
- Commit Hash: 89ab81d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 = 1725436111
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
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.81.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.21.3_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.21.3 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.21.3 04 Sep 2024 08:08:17 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.21.2 → 0.21.3
Reported by: portscout |
0.21.2_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.21.2 18 Jul 2024 13:22:37 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.21.1 → 0.21.2 |
0.21.1_3 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.21.1_2 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.21.1_1 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.21.1 13 Mar 2024 17:52:01 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.19.0 → 0.21.1
Reported by: portscout |
0.19.0_1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.19.0 03 Feb 2024 07:52:52 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.18.1 → 0.19.0
Reported by: portscout |
0.18.1 28 Jan 2024 20:44:41 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.18.0 → 0.18.1
Reported by: portscout |
0.18.0 25 Jan 2024 06:40:22 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.17.0 → 0.18.0
Reported by: portscout |
0.17.0 14 Jan 2024 05:52:25 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.16.0 → 0.17.0
Reported by: portscout |
0.16.0_1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.16.0 20 Dec 2023 07:02:22 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.15.2 → 0.16.0
Reported by: portscout |
0.15.2 18 Dec 2023 07:59:21 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.15.0 → 0.15.2
Reported by: portscout |
0.15.0 17 Dec 2023 07:17:06 |
Yuri Victorovich (yuri) |
sysutils/xcp: update 0.13.0 → 0.15.0 |
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 |