Date: Tue, 21 Aug 2007 17:00:35 +0300 (EEST) From: Anton Lysenok <bart@tapolsky.net.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115686: [NEW PORT] sysutils/clonehdd: Perl script for partition clone in FreeBSD Message-ID: <200708211400.l7LE0ZUq047587@mail.midland.com.ua> Resent-Message-ID: <200708211430.l7LEU75w097977@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 14:30:07 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708211400.l7LE0ZUq047587>