aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clonehdd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-08 05:34:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-08 05:34:14 +0000
commit4dd7a5be3309d342aa30233fc9b855ecd49ce634 (patch)
tree94444c1d80fd551c3235e4e6437b48c4096db2a3 /sysutils/clonehdd
parent89035235df2b1f8065097311cd3b86bb4f05efdc (diff)
Notes
Diffstat (limited to 'sysutils/clonehdd')
-rw-r--r--sysutils/clonehdd/Makefile24
-rw-r--r--sysutils/clonehdd/distinfo3
-rw-r--r--sysutils/clonehdd/pkg-descr8
3 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile
new file mode 100644
index 000000000000..ed954f44b5ca
--- /dev/null
+++ b/sysutils/clonehdd/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: clonehdd
+# Date created: 21 August 2007
+# Whom: Anton Lysenok <bart@tapolsky.net.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= clonehdd
+PORTVERSION= 2.0.1
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= bart@tapolsky.net.ua
+COMMENT= Simple script for clone HDD on FreeBSD
+
+USE_PERL5_RUN= YES
+PLIST_FILES= sbin/clonehdd
+NO_BUILD= YES
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin
+
+.include <bsd.port.mk>
diff --git a/sysutils/clonehdd/distinfo b/sysutils/clonehdd/distinfo
new file mode 100644
index 000000000000..87c77017a967
--- /dev/null
+++ b/sysutils/clonehdd/distinfo
@@ -0,0 +1,3 @@
+MD5 (clonehdd-2.0.1.tar.gz) = c1c22a2017b6fec69353a9b9cec641a2
+SHA256 (clonehdd-2.0.1.tar.gz) = 14ed2ead98f116ce3f3c31358514edfc25cc0b807a1b839754e674af823fc75a
+SIZE (clonehdd-2.0.1.tar.gz) = 3743
diff --git a/sysutils/clonehdd/pkg-descr b/sysutils/clonehdd/pkg-descr
new file mode 100644
index 000000000000..6d751de56913
--- /dev/null
+++ b/sysutils/clonehdd/pkg-descr
@@ -0,0 +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
+
+WWW: http://sourceforge.net/projects/clonehdd/
+
+- Anton Lysenok
+bart@tapolsky.net.ua