Date: Sat, 18 Jan 2014 07:46:27 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340147 - head/sysutils/clonehdd Message-ID: <201401180746.s0I7kRGX035552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sat Jan 18 07:46:27 2014 New Revision: 340147 URL: http://svnweb.freebsd.org/changeset/ports/340147 QAT: https://qat.redports.org/buildarchive/r340147/ Log: - attach license - install port documentation - add perl5 to category - update pkg-descr Modified: head/sysutils/clonehdd/Makefile head/sysutils/clonehdd/pkg-descr Modified: head/sysutils/clonehdd/Makefile ============================================================================== --- head/sysutils/clonehdd/Makefile Sat Jan 18 07:37:14 2014 (r340146) +++ head/sysutils/clonehdd/Makefile Sat Jan 18 07:46:27 2014 (r340147) @@ -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> Modified: head/sysutils/clonehdd/pkg-descr ============================================================================== --- head/sysutils/clonehdd/pkg-descr Sat Jan 18 07:37:14 2014 (r340146) +++ head/sysutils/clonehdd/pkg-descr Sat Jan 18 07:46:27 2014 (r340147) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401180746.s0I7kRGX035552>