bf033fec3d
- Set TEST_TARGET. We need a utility called prove that comes with Perl 5 so set USES=perl5 as well. - Set ALL_TARGET to vmdktool. The default one, all, attempts to build vmdktool.8.gz using Groff. Since the final vmdktool.8.gz is never not installed anyway (the install target always installs the original vmdktool.8), it is better to just change the ALL_TARGET to vmdktool directly. This way we do not add dependencies to the build phase. - Set WWW to give users at least some information, even though the project does not have its official homepage. Reviewed by: garga Approved by: maintainer (garga) Differential Revision: https://reviews.freebsd.org/D21464
12 lines
451 B
Text
12 lines
451 B
Text
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.
|
|
|
|
WWW: http://www.awfulhak.org/vmdktool
|