Bug 191995 (updt_sysutils_clone) - Update of port: sysutils/clone - A file tree cloning tool
Summary: Update of port: sysutils/clone - A file tree cloning tool
Status: Closed FIXED
Alias: updt_sysutils_clone
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://code.google.com/p/clone/
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-20 22:59 UTC by cyclaero
Modified: 2014-07-21 05:49 UTC (History)
1 user (show)

See Also:


Attachments
.diff file with the changes to the port (814 bytes, patch)
2014-07-20 23:00 UTC, cyclaero
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cyclaero 2014-07-20 22:59:34 UTC
I released the new version 1.0.5 for my file tree cloning tool sysutils/clone.

From the ChangeLog:

- in case of FreeBSD transfer only non-trivial ACLs in getMetaData().
- utilize open file descriptors for meta data cloning.
- optimized ACL reading.
- new verbosity level 2 indicates cloned files by a '.'.
- new verbosity level 3 displays the names of all cloned file system items.
- improved -v option description in usage() and in the man file.
- directory attributes are now set at the end of the function clone() and not after the call to clone().
- implemented static inline pthread_cond_wait_flag().
- in synchronization mode don't delete excluded items from the destination.
- release of version 1.0.5 (r58).

Best regards

Rolf Jansen
Comment 1 cyclaero 2014-07-20 23:00:36 UTC
Created attachment 144827 [details]
.diff file with the changes to the port
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-21 05:48:29 UTC
A commit references this bug:

Author: pi
Date: Mon Jul 21 05:47:40 UTC 2014
New revision: 362401
URL: http://svnweb.freebsd.org/changeset/ports/362401

Log:
  sysutils/clone: 1.0.4 -> 1.0.5, strip binary

  From the ChangeLog:

  - in case of FreeBSD transfer only non-trivial ACLs in getMetaData().
  - utilize open file descriptors for meta data cloning.
  - optimized ACL reading.
  - new verbosity level 2 indicates cloned files by a '.'.
  - new verbosity level 3 displays the names of all cloned file system items.
  - improved -v option description in usage() and in the man file.
  - directory attributes are now set at the end of the function clone()
    and not after the call to clone().
  - implemented static inline pthread_cond_wait_flag().
  - in synchronization mode don't delete excluded items from the destination.
  - release of version 1.0.5 (r58).

  PR:		191995
  Submitted by:	cyclaero@gmail.com (maintainer)

Changes:
  head/sysutils/clone/Makefile
  head/sysutils/clone/distinfo
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-21 05:49:48 UTC
bin/clone stripped and committed, thanks.