Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 23:59:14 GMT
From:      "Dr. Rolf Jansen" <cyclaero@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176312: Updated port: sysutils/clone
Message-ID:  <201302202359.r1KNxEku038266@red.freebsd.org>
Resent-Message-ID: <201302210000.r1L000bW088760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176312
>Category:       ports
>Synopsis:       Updated port: sysutils/clone
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 00:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dr. Rolf Jansen
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD server.projectworld.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Wed Dec 12 23:35:43 BRST 2012     root@server.projectworld.net:/usr/obj/usr/src/sys/GENERIC_IPsec_NAT  amd64
>Description:
Update from version 1.0.0 to 1.0.1

This update brings a lot of fixes and improvements.
The distribution now includes a ChangeLog, and all the details can looked up there.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	clone
#	clone/Makefile
#	clone/distinfo
#	clone/pkg-descr
#
echo c - clone
mkdir -p clone > /dev/null 2>&1
echo x - clone/Makefile
sed 's/^X//' >clone/Makefile << 'e1bb923974f03ad27dd9839e55c102c5'
X# $FreeBSD: head/sysutils/clone/Makefile 311993 2013-02-09 22:31:11Z jgh $
X
XPORTNAME=	clone
XPORTVERSION=	1.0.1
XCATEGORIES=	sysutils
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	cyclaero@gmail.com
XCOMMENT=	File tree cloning tool
X
XLICENSE=	BSD
X
XPLIST_FILES=	bin/clone
X
XMAN1=		clone.1
X
X.include <bsd.port.mk>
e1bb923974f03ad27dd9839e55c102c5
echo x - clone/distinfo
sed 's/^X//' >clone/distinfo << 'ef0c14e533e0d92bd27681fb3f0e5671'
XSHA256 (clone-1.0.1.tar.gz) = a7c3777a6dbc240f0d957e7069584eef02db6b9f13933ffeef6b2412e43ce159
XSIZE (clone-1.0.1.tar.gz) = 24767
ef0c14e533e0d92bd27681fb3f0e5671
echo x - clone/pkg-descr
sed 's/^X//' >clone/pkg-descr << 'bac60c2ab98ebafd1c2a8f629215ef67'
Xclone is a file tree cloning tool which runs 3 threads - a scheduler (main), a
Xreader, and a writer thread. Reading and writing occurs in parallel. While this
Xis most beneficial for copying data from one physical disk to another, clone is
Xalso very well suited for cloning a file tree to any place on the same disk.
X
XCloning includes the whole directory hierarchy, i.e. sub-directories, files,
Xhard links, symbolic links, attributes (modes, flags, times), extended
Xattributes and access control lists.
X
Xclone is useful for cloning (thus backing-up) live file systems, and it can
Xalso be used in incremental and synchronization mode.
X
Xclone works on FreeBSD and Mac OS X.
X
Xclone is very fast, for example, cloning a whole UFS2 file hierarchy on
XFreeBSD 9.1 of in total 2.3 TBytes of data from one hard disk to another
Xtook 7.5 h, so the average transfer rate for all kind of files (very small
Xup to very big ones) was about 89 MByte/s.
X
XWWW: https://code.google.com/p/clone/
bac60c2ab98ebafd1c2a8f629215ef67
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302202359.r1KNxEku038266>