From lysenok@mail.midland.com.ua  Tue Aug 21 14:22:12 2007
Return-Path: <lysenok@mail.midland.com.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4A99816A418
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Aug 2007 14:22:12 +0000 (UTC)
	(envelope-from lysenok@mail.midland.com.ua)
Received: from mail.metcentr.com.ua (mail.metcentr.com.ua [212.82.212.50])
	by mx1.freebsd.org (Postfix) with ESMTP id A2B5113C4A6
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Aug 2007 14:22:11 +0000 (UTC)
	(envelope-from lysenok@mail.midland.com.ua)
Received: from mail.midland.com.ua (localhost [127.0.0.1])
	by mail.metcentr.com.ua (8.13.8/8.13.8) with ESMTP id l7LE0ZSG047588
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Aug 2007 17:01:11 +0300 (EEST)
	(envelope-from lysenok@mail.midland.com.ua)
Received: (from lysenok@localhost)
	by mail.midland.com.ua (8.13.8/8.13.8/Submit) id l7LE0ZUq047587;
	Tue, 21 Aug 2007 17:00:35 +0300 (EEST)
	(envelope-from lysenok)
Message-Id: <200708211400.l7LE0ZUq047587@mail.midland.com.ua>
Date: Tue, 21 Aug 2007 17:00:35 +0300 (EEST)
From: Anton Lysenok <bart@tapolsky.net.ua>
Reply-To: Anton Lysenok <bart@tapolsky.net.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] sysutils/clonehdd: Perl script for partition clone in FreeBSD
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115686
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/clonehdd: Perl script for partition clone in FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 21 14:30:07 GMT 2007
>Closed-Date:    Sat Sep 08 05:34:14 GMT 2007
>Last-Modified:  Sat Sep  8 05:40:01 GMT 2007
>Originator:     Anton Lysenok
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD mail.midland.com.ua 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Mon May 28 13:36:21 EEST 2007 andrew@mail.midland.com.ua:/usr/obj/usr/src/sys/kernel_std_smp i386


	
>Description:
Tool for copying partitions to another HDD.
Program correctly understand size diference between two HDD
and change size of each partition proportionally for filling entire HDD

WWW: http://sourceforge.net/projects/clonehdd/

- Anton Lysenok
bart@tapolsky.net.ua

>How-To-Repeat:
	
>Fix:

	

--- sshar begins here ---
# 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:
#
#	clonehdd
#	clonehdd/distinfo
#	clonehdd/Makefile
#	clonehdd/pkg-descr
#
echo c - clonehdd
mkdir -p clonehdd > /dev/null 2>&1
echo x - clonehdd/distinfo
sed 's/^X//' >clonehdd/distinfo << 'END-of-clonehdd/distinfo'
XMD5 (clonehdd-2.0.1.tar.gz) = c1c22a2017b6fec69353a9b9cec641a2
XSHA256 (clonehdd-2.0.1.tar.gz) = 14ed2ead98f116ce3f3c31358514edfc25cc0b807a1b839754e674af823fc75a
XSIZE (clonehdd-2.0.1.tar.gz) = 3743
END-of-clonehdd/distinfo
echo x - clonehdd/Makefile
sed 's/^X//' >clonehdd/Makefile << 'END-of-clonehdd/Makefile'
X# New ports collection makefile for:   clonehdd
X# Date created:        21 August 2007
X# Whom:            Anton Lysenok <bart@tapolsky.net.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	clonehdd
XPORTVERSION=	2.0.1
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	bart@tapolsky.net.ua
XCOMMENT=	Simple script for clone HDD on FreeBSD
X
XUSE_PERL5_RUN=	YES
XPLIST_FILES=	sbin/clonehdd
XNO_BUILD=	YES
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin
X
X.include <bsd.port.mk>
END-of-clonehdd/Makefile
echo x - clonehdd/pkg-descr
sed 's/^X//' >clonehdd/pkg-descr << 'END-of-clonehdd/pkg-descr'
XTool for copying partitions to another HDD.
XProgram correctly understand size diference between two HDD
Xand change size of each partition proportionally for filling entire HDD
X
XWWW: http://sourceforge.net/projects/clonehdd/
X
X- Anton Lysenok
Xbart@tapolsky.net.ua
END-of-clonehdd/pkg-descr
exit
--- sshar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 8 05:33:35 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115686 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115686: commit references a PR
Date: Sat,  8 Sep 2007 05:34:19 +0000 (UTC)

 edwin       2007-09-08 05:34:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/clonehdd    Makefile distinfo pkg-descr 
   Log:
   [NEW PORT] sysutils/clonehdd: Perl script for partition clone in FreeBSD
   
           Tool for copying partitions to another HDD.
           Program correctly understand size diference between two HDD
           and change size of each partition proportionally for filling entire HDD
   
           WWW: http://sourceforge.net/projects/clonehdd/
   
           - Anton Lysenok
           bart@tapolsky.net.ua
   
   PR:             ports/115686
   Submitted by:   Anton Lysenok <bart@tapolsky.net.ua>
   
   Revision  Changes    Path
   1.943     +1 -0      ports/sysutils/Makefile
   1.1       +24 -0     ports/sysutils/clonehdd/Makefile (new)
   1.1       +3 -0      ports/sysutils/clonehdd/distinfo (new)
   1.1       +8 -0      ports/sysutils/clonehdd/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
