diff options
author | Brian Somers <brian@FreeBSD.org> | 2012-02-24 19:11:44 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2012-02-24 19:11:44 +0000 |
commit | 684cf4d5b7f4673fcf3f748cf012df67696a7f96 (patch) | |
tree | ee86db8de59d8bbc89d895a3697589463d7d4509 /sysutils | |
parent | 3749d8f859acd15d89fe44652c988f0f505f0f86 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vmdktool/Makefile | 24 | ||||
-rw-r--r-- | sysutils/vmdktool/distinfo | 2 | ||||
-rw-r--r-- | sysutils/vmdktool/pkg-descr | 10 |
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. |