1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name vmdktool |
---|
7 | version 1.3 |
---|
8 | categories sysutils emulators |
---|
9 | platforms darwin |
---|
10 | maintainers e-dad.net:glenn |
---|
11 | license BSD |
---|
12 | |
---|
13 | description converts raw filesystems to VMDK files and vice versa |
---|
14 | |
---|
15 | long_description ${name} ${description}. \ |
---|
16 | VMDK files can be imported directly into most Virtual Machine servers \ |
---|
17 | as guest filesystems. Automatic machine deployments into products \ |
---|
18 | such as VMware’s ESXi and VirtualBox requires the ability to construct \ |
---|
19 | VMDK files as the initial filesystem images for the created guests. |
---|
20 | |
---|
21 | homepage http://manned.org/vmdktool |
---|
22 | |
---|
23 | master_sites ftp://ftp.awfulhak.org/pub/vmdktool/ \ |
---|
24 | http://people.freebsd.org/~brian/vmdktool/ |
---|
25 | |
---|
26 | checksums sha1 cf5ceb2ad33e7a20a408953a4431fe48ad151a21 \ |
---|
27 | sha256 4582ffb5127c7f69e0da53beff3d5466f2408e15f42e1d067623c21f9ca336cc |
---|
28 | |
---|
29 | patchfiles patch-expand_number.c.diff \ |
---|
30 | patch-Makefile.diff |
---|
31 | |
---|
32 | use_configure no |
---|
33 | |
---|
34 | destroot.args PREFIX=${prefix} |
---|