Revision: 119548 https://trac.macports.org/changeset/119548 Author: ryandesign@macports.org Date: 2014-04-29 19:34:25 -0700 (Tue, 29 Apr 2014) Log Message: ----------- vmdktool: new port, version 1.3 (#43508) Added Paths: ----------- trunk/dports/sysutils/vmdktool/ trunk/dports/sysutils/vmdktool/Portfile trunk/dports/sysutils/vmdktool/files/ trunk/dports/sysutils/vmdktool/files/patch-Makefile.diff Added: trunk/dports/sysutils/vmdktool/Portfile =================================================================== --- trunk/dports/sysutils/vmdktool/Portfile (rev 0) +++ trunk/dports/sysutils/vmdktool/Portfile 2014-04-30 02:34:25 UTC (rev 119548) @@ -0,0 +1,46 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 + +name vmdktool +version 1.3 +categories sysutils emulators +platforms darwin +maintainers e-dad.net:glenn +license BSD + +description converts raw filesystems to VMDK files and vice versa + +long_description ${name} ${description}. \ + 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. + +homepage http://manned.org/vmdktool + +master_sites http://people.freebsd.org/~brian/vmdktool/ \ + ftp://ftp.awfulhak.org/pub/vmdktool/ + +checksums sha1 cf5ceb2ad33e7a20a408953a4431fe48ad151a21 \ + sha256 4582ffb5127c7f69e0da53beff3d5466f2408e15f42e1d067623c21f9ca336cc + +depends_lib port:zlib + +patchfiles patch-Makefile.diff + +use_configure no + +variant universal {} + +build.env CC=${configure.cc} \ + CFLAGS="${configure.cflags} [get_canonical_archflags cc]" + +test.run yes + +destroot.args PREFIX=${prefix} + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} Property changes on: trunk/dports/sysutils/vmdktool/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/sysutils/vmdktool/files/patch-Makefile.diff =================================================================== --- trunk/dports/sysutils/vmdktool/files/patch-Makefile.diff (rev 0) +++ trunk/dports/sysutils/vmdktool/files/patch-Makefile.diff 2014-04-30 02:34:25 UTC (rev 119548) @@ -0,0 +1,16 @@ +--- Makefile.orig 2012-02-24 12:55:04.000000000 -0600 ++++ Makefile 2014-04-29 21:24:01.000000000 -0500 +@@ -1,6 +1,6 @@ + PREFIX?= /usr/local + LDLIBS= -lz +-CFLAGS+= -Wsystem-headers -Wno-format-y2k -W -Werror \ ++CFLAGS+= -Wsystem-headers -Wno-format-y2k -W \ + -Wno-unused-parameter -Wstrict-prototypes \ + -Wmissing-prototypes -Wpointer-arith -Wreturn-type \ + -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align \ +@@ -28,4 +28,4 @@ + + install: + install -s vmdktool ${DESTDIR}${PREFIX}/bin/ +- install vmdktool.8 ${DESTDIR}${PREFIX}/man/man8/ ++ install vmdktool.8 ${DESTDIR}${PREFIX}/share/man/man8/