1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- attach license

- install port documentation
- add perl5 to category
- update pkg-descr
This commit is contained in:
Jason Helfman 2014-01-18 07:46:27 +00:00
parent 773cdaedf9
commit ea66f9e4fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340147
2 changed files with 16 additions and 5 deletions

View File

@ -3,19 +3,27 @@
PORTNAME= clonehdd
PORTVERSION= 2.0.3
CATEGORIES= sysutils
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Tool for clone HDD on FreeBSD
LICENSE= GPLv2
USES= perl5
USE_PERL5= run
PLIST_FILES= sbin/clonehdd man/man8/${PORTNAME}.8.gz
NO_BUILD= YES
NO_BUILD= yes
PORTDOCS= CHANGES README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>

View File

@ -1,5 +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
Tool for copy partitions to another HDD. FreeBSD stores its data on
partitions, which incapsulated in slices. Soft, such as Partition
Magic, Acronis, etc. detect only slice, not real partitions on that
slice. CloneHDD correctly understand size diference between two HDD
and change size of each partition proportionally for filling entire
HDD.
WWW: http://sourceforge.net/projects/clonehdd/