forked from Lainports/freebsd-ports
- attach license
- install port documentation - add perl5 to category - update pkg-descr
This commit is contained in:
parent
773cdaedf9
commit
ea66f9e4fa
2 changed files with 16 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue