svn commit: r340147 - head/sysutils/clonehdd

Jason Helfman jgh at FreeBSD.org
Sat Jan 18 07:46:28 UTC 2014


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 at 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/


More information about the svn-ports-all mailing list