diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-06-10 19:46:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-06-10 19:46:58 +0000 |
commit | 4a57f5b6a95703fa2fadfd4b8e6a84dc86c0e218 (patch) | |
tree | a4c3f42ba6af006109f23804d09c5cad8a17192a /pkg_config.xml | |
parent | 19a939dd9478c542b2a2b344ba3078a351183463 (diff) | |
download | pfsense-packages-4a57f5b6a95703fa2fadfd4b8e6a84dc86c0e218.tar.gz pfsense-packages-4a57f5b6a95703fa2fadfd4b8e6a84dc86c0e218.tar.bz2 pfsense-packages-4a57f5b6a95703fa2fadfd4b8e6a84dc86c0e218.zip |
Adding open-vm-tools package.
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index e56ccff1..8dd18c72 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -3,6 +3,23 @@ <!-- $Id$ --> <pfsensepkgs> <packages> + + <package> + <name>Open-VM-Tools</name> + <descr>The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. + </descr> + <website>http://open-vm-tools.sourceforge.net</website> + <category>Network</category> + <version>82724</version> + <maintainer>sullrich+ovmtools@gmail.com</maintainer> + <depends_on_package_base_url>http://files.pfsense.org/packages/All/</depends_on_package_base_url> + <depends_on_package>open-vm-tools-90473_2.tbz</depends_on_package> + <status>Beta1</status> + <required_version>1.2</required_version> + <config_file>http://www.pfsense.com/packages/config/open-vm-tools/open-vm-tools.xml</config_file> + <configurationfile>open-vm-tools.xml</configurationfile> + </package> + <package> <name>spamd</name> <website>http://www.openbsd.org/spamd/</website> |