IABSD.fr/ports/sysutils/cpdup

Branch :


Log

Author Commit Date CI Message
1b134527 2026-02-11 15:12:24 reset bcallah maintainer lines, quite a lot of timeouts which make it tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
f372f5ac 2023-09-27 17:16:22 MASTER_SITES -> SITES
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
71dd8478 2018-12-05 00:08:19 Bugfix update to the cpdup found in DragonFly BSD 5.4.0
2d57749f 2018-06-05 17:23:56 Import sysutils/cpdup, a utility to mirror filesystems, directories, and files. ok juanfra@ The cpdup utility makes an exact mirror copy of the source in the destination, creating and deleting files and directories as necessary. UTimes, hardlinks, softlinks, devices, permissions, and flags are mirrored. By default, cpdup asks for confirmation if any file or directory needs to be removed from the destination and does not copy files which it believes to have already been synchronized (by observing that the source and destination files' sizes and mtimes match). cpdup does not cross mount points in either the source or the destination. As a safety measure, cpdup refuses to replace a destination directory with a file. It is a port of the cpdup utility from DragonFly BSD.