diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-03-22 21:07:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-03-22 21:07:51 +0000 |
commit | e543074beba3064ac5d9a77660a210e00d0fc766 (patch) | |
tree | 319aa4afbb0c5d1034aa73a825ed28db3d89ed16 /pkg_config.xml | |
parent | e9b9d0ceda7db8fd793b5e397b4bbfc1c5cf0405 (diff) | |
download | pfsense-packages-e543074beba3064ac5d9a77660a210e00d0fc766.tar.gz pfsense-packages-e543074beba3064ac5d9a77660a210e00d0fc766.tar.bz2 pfsense-packages-e543074beba3064ac5d9a77660a210e00d0fc766.zip |
Add phpsysinfo package
Submitted-by: Perry via Forum
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index bb391639..ff9202a0 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -3,7 +3,20 @@ <!-- $Id$ --> <pfsensepkgs> <packages> - <package> + <package> + <name>phpSysInfo</name> + <website>http://phpsysinfo.sourceforge.net/</website> + <descr>PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.</descr> + <category>System</category> + <version>2.5.3</version> + <status>Beta</status> + <required_version>1.0</required_version> + <depends_on_package_base_url>http://www.pfsense.com/packages/ALL</depends_on_package_base_url> + <depends_on_package>mbmon-205_3.tbz</depends_on_package> + <config_file>http://www.pfsense.com/packages/phpsysinfo/phpsysinfo.xml</config_file> + <configurationfile>phpsysinfo.xml</configurationfile> + </package> + <package> <name>dns-server</name> <descr>pfSense version of TinyDNS which features failover host support</descr> <website>http://cr.yp.to/djbdns.html</website> |