[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>
This commit is contained in:
Edwin Groothuis 2007-09-08 05:34:14 +00:00
parent 89035235df
commit 4dd7a5be33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199082
4 changed files with 36 additions and 0 deletions

View file

@ -84,6 +84,7 @@
SUBDIR += clean
SUBDIR += clockspeed
SUBDIR += clockspeed-conf
SUBDIR += clonehdd
SUBDIR += cloop-utils
SUBDIR += cmdwatch
SUBDIR += cmospwd

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: clonehdd
# Date created: 21 August 2007
# Whom: Anton Lysenok <bart@tapolsky.net.ua>
#
# $FreeBSD$
#
PORTNAME= clonehdd
PORTVERSION= 2.0.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= bart@tapolsky.net.ua
COMMENT= Simple script for clone HDD on FreeBSD
USE_PERL5_RUN= YES
PLIST_FILES= sbin/clonehdd
NO_BUILD= YES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (clonehdd-2.0.1.tar.gz) = c1c22a2017b6fec69353a9b9cec641a2
SHA256 (clonehdd-2.0.1.tar.gz) = 14ed2ead98f116ce3f3c31358514edfc25cc0b807a1b839754e674af823fc75a
SIZE (clonehdd-2.0.1.tar.gz) = 3743

View file

@ -0,0 +1,8 @@
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