[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:
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
|
@ -84,6 +84,7 @@
|
|||
SUBDIR += clean
|
||||
SUBDIR += clockspeed
|
||||
SUBDIR += clockspeed-conf
|
||||
SUBDIR += clonehdd
|
||||
SUBDIR += cloop-utils
|
||||
SUBDIR += cmdwatch
|
||||
SUBDIR += cmospwd
|
||||
|
|
24
sysutils/clonehdd/Makefile
Normal file
24
sysutils/clonehdd/Makefile
Normal 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>
|
3
sysutils/clonehdd/distinfo
Normal file
3
sysutils/clonehdd/distinfo
Normal 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
|
8
sysutils/clonehdd/pkg-descr
Normal file
8
sysutils/clonehdd/pkg-descr
Normal 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
|
Loading…
Reference in a new issue