diff options
author | jgh <jgh@FreeBSD.org> | 2014-01-18 15:46:27 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-01-18 15:46:27 +0800 |
commit | 8771ac97f0f95d99f59ada915ad3040b28ca1de5 (patch) | |
tree | 6f16ce813392e6a8163574dde68e072763895310 /sysutils/clonehdd | |
parent | 73938d13716bf2c95e4433dbbccecae48caebcc5 (diff) | |
download | freebsd-ports-gnome-8771ac97f0f95d99f59ada915ad3040b28ca1de5.tar.gz freebsd-ports-gnome-8771ac97f0f95d99f59ada915ad3040b28ca1de5.tar.zst freebsd-ports-gnome-8771ac97f0f95d99f59ada915ad3040b28ca1de5.zip |
- attach license
- install port documentation
- add perl5 to category
- update pkg-descr
Diffstat (limited to 'sysutils/clonehdd')
-rw-r--r-- | sysutils/clonehdd/Makefile | 12 | ||||
-rw-r--r-- | sysutils/clonehdd/pkg-descr | 9 |
2 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile index ff76f0b1d067..49796ec8040c 100644 --- a/sysutils/clonehdd/Makefile +++ b/sysutils/clonehdd/Makefile @@ -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> diff --git a/sysutils/clonehdd/pkg-descr b/sysutils/clonehdd/pkg-descr index 36fb68ad7af5..b88c6cf73578 100644 --- a/sysutils/clonehdd/pkg-descr +++ b/sysutils/clonehdd/pkg-descr @@ -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/ |