diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-07-31 20:30:02 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-07-31 20:30:02 +0000 |
commit | a652738aef20a881807ef0af40d4a858acc92184 (patch) | |
tree | 14da4c38a2c2da9478b706519adec8673dd734df /app-emulation/vmware-server-console/files | |
parent | Add vmware-server to package.mask while distfiles catches up (diff) | |
download | gentoo-2-a652738aef20a881807ef0af40d4a858acc92184.tar.gz gentoo-2-a652738aef20a881807ef0af40d4a858acc92184.tar.bz2 gentoo-2-a652738aef20a881807ef0af40d4a858acc92184.zip |
Initial commit for vmware-server-console.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-emulation/vmware-server-console/files')
3 files changed, 53 insertions, 0 deletions
diff --git a/app-emulation/vmware-server-console/files/90vmware-server-console b/app-emulation/vmware-server-console/files/90vmware-server-console new file mode 100644 index 000000000000..847dd8c92e0c --- /dev/null +++ b/app-emulation/vmware-server-console/files/90vmware-server-console @@ -0,0 +1,2 @@ +PATH=/opt/vmware/server/console/bin +ROOTPATH=/opt/vmware/server/console/bin diff --git a/app-emulation/vmware-server-console/files/digest-vmware-server-console-1.0.0.28343 b/app-emulation/vmware-server-console/files/digest-vmware-server-console-1.0.0.28343 new file mode 100644 index 000000000000..5ab4386fd7cb --- /dev/null +++ b/app-emulation/vmware-server-console/files/digest-vmware-server-console-1.0.0.28343 @@ -0,0 +1,3 @@ +MD5 183c6a74d2a143fd5b7a84fa7eabf512 VMware-server-linux-client-1.0.0-28343.zip 23381351 +RMD160 9a82c4cd1915a11e8ca37938102654272415706d VMware-server-linux-client-1.0.0-28343.zip 23381351 +SHA256 3ce31c1971fcd76c88a5be6e1354a1d27016435c3abd36d76fc97880dbe1879b VMware-server-linux-client-1.0.0-28343.zip 23381351 diff --git a/app-emulation/vmware-server-console/files/vmware-server-console.xml b/app-emulation/vmware-server-console/files/vmware-server-console.xml new file mode 100644 index 000000000000..8d5e2eff56b6 --- /dev/null +++ b/app-emulation/vmware-server-console/files/vmware-server-console.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-vmware-vm"> + <comment xml:lang="en">VMware virtual machine</comment> + <magic priority="50"> + <match type="string" value='config.version = "' offset="0:4096"/> + </magic> + <glob pattern="*.vmx"/> + </mime-type> + + <mime-type type="application/x-vmware-vmdisk"> + <comment xml:lang="en">VMware virtual disk</comment> + <magic priority="50"> + <match type="string" value="# Disk DescriptorFile" offset="0"/> + <match type="string" value="KDMV" offset="0"/> + </magic> + <glob pattern="*.vmdk"/> + </mime-type> + + <mime-type type="application/x-vmware-team"> + <comment xml:lang="en">VMware team</comment> + <magic priority="50"> + <match type="string" value='<Foundry version="1">' offset="0"> + <match type="string" value="<VMTeam>" offset="23:24"/> + </match> + </magic> + <glob pattern="*.vmtm"/> + </mime-type> + + <mime-type type="application/x-vmware-snapshot"> + <comment xml:lang="en">VMware virtual machine snapshot</comment> + <magic priority="50"> + <match type="string" value="\\0xD0\\0xBE\\0xD0\\0xBE" offset="0"/> + </magic> + <glob pattern="*.vmsn"/> + </mime-type> + + <mime-type type="application/x-vmware-vmfoundry"> + <comment xml:lang="en">VMware virtual machine foundry</comment> + <magic priority="50"> + <match type="string" value='<Foundry version="1">' offset="0"> + <match type="string" value="<VM>" offset="23:24"/> + </match> + </magic> + <glob pattern="*.vmxf"/> + </mime-type> +</mime-info> |