NOTICE: This package has been removed from pkgsrc

./wip/cpdup, Designed to make exact mirrors of directory trees

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.17, Package name: cpdup-1.17, Maintainer: matthias

Make an exact (local or remote) mirror copy of a file or directory,
creating and deleting files and directories as necessary. UTimes,
hardlinks, softlinks, devices, permissions, and flags are mirrored.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 812a3a41d16b8102d7a18792b7b6851eff158ba5
RMD160: 8c6cc5c4caccb1c790e7d02fb59d9dfb1adf024a
Filesize: 41.246 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-01-07 08:37:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
   2008-05-29 20:01:17 by Tobias Nygren | Files touched by this commit (1)
Log message:
Mark as not for 64-bit platforms (cast from pointers to ints all over)
   2008-05-26 16:19:50 by Adam Hoka | Files touched by this commit (1)
Log message:
Add todo item about breakage.
   2007-06-11 02:58:44 by Min Sik Kim | Files touched by this commit (1)
Log message:
Does not build on Darwin.

   2007-06-11 02:46:54 by Min Sik Kim | Files touched by this commit (1)
Log message:
Set INSTALLATION_DIRS.

   2007-06-08 03:10:17 by Adam Hoka | Files touched by this commit (6) | Imported package
Log message:
cpdup works like the standard 'cp' program but is designed to make exact mirrors \ 
of directory trees by default, whereas the 'cp' program requires a ton of \ 
options to even come close (and even then doesn't do it properly).