aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2012-02-25 03:11:44 +0800
committerbrian <brian@FreeBSD.org>2012-02-25 03:11:44 +0800
commitc3b950c5a8c26b63da6e9b9c7dc1d82fbf30bc81 (patch)
tree53fa1410ea1c84637d99761797552109ee29b320
parent443079b6c120ab78671bcb84cbd6b36cb9645818 (diff)
downloadfreebsd-ports-gnome-c3b950c5a8c26b63da6e9b9c7dc1d82fbf30bc81.tar.gz
freebsd-ports-gnome-c3b950c5a8c26b63da6e9b9c7dc1d82fbf30bc81.tar.zst
freebsd-ports-gnome-c3b950c5a8c26b63da6e9b9c7dc1d82fbf30bc81.zip
vmdktool - a tool to convert raw filesystems to VMDK files and vice versa.
-rw-r--r--sysutils/vmdktool/Makefile24
-rw-r--r--sysutils/vmdktool/distinfo2
-rw-r--r--sysutils/vmdktool/pkg-descr10
3 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/vmdktool/Makefile b/sysutils/vmdktool/Makefile
new file mode 100644
index 000000000000..b940132bc30c
--- /dev/null
+++ b/sysutils/vmdktool/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: vmdktool
+# Date created: February 24, 2012
+# Whom: Brian Somers <brian@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= vmdktool
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://www.Awfulhak.org/vmdktool/ \
+ ftp://ftp.Awfulhak.org/pub/vmdktool/ \
+ http://people.FreeBSD.org/~brian/vmdktool/
+
+MAINTAINER= brian@FreeBSD.org
+COMMENT= Convert VMDK files to/from raw disk images
+
+LICENSE= BSD
+
+MAN8= vmdktool.8
+
+PLIST_FILES= bin/vmdktool
+
+.include <bsd.port.mk>
diff --git a/sysutils/vmdktool/distinfo b/sysutils/vmdktool/distinfo
new file mode 100644
index 000000000000..ab1a09c62c75
--- /dev/null
+++ b/sysutils/vmdktool/distinfo
@@ -0,0 +1,2 @@
+SHA256 (vmdktool-1.0.tar.gz) = f53e9824b0cc6c40fe32d6abf3a61ff3dc270653bb0db0977bd8ae2ba45caa26
+SIZE (vmdktool-1.0.tar.gz) = 12470
diff --git a/sysutils/vmdktool/pkg-descr b/sysutils/vmdktool/pkg-descr
new file mode 100644
index 000000000000..a94f43e3a36f
--- /dev/null
+++ b/sysutils/vmdktool/pkg-descr
@@ -0,0 +1,10 @@
+vmdktool converts raw filesystems to VMDK files and vice versa.
+
+VMDK files can be imported directly into most Virtual Machine servers
+as guest filesystems. Automatic machine deployments into products
+such as VMware's ESXi and VirtualBox requires the ability to construct
+VMDK files as the initial filesystem images for the created guests.
+
+vmdktool is free.
+
+Contact the author with any questions or comments.