diff options
author | jim-p <jim@pingle.org> | 2009-10-14 17:10:40 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-10-14 17:11:35 -0400 |
commit | 196610ae4ce93843d877993c6f1a400c7670df1e (patch) | |
tree | 945bf5c141930b56844b018a1d543e137e7ed8ee /pkg_config.7.xml | |
parent | a0275915f127d728e5088920bd8da9a944a7d6b4 (diff) | |
download | pfsense-packages-196610ae4ce93843d877993c6f1a400c7670df1e.tar.gz pfsense-packages-196610ae4ce93843d877993c6f1a400c7670df1e.tar.bz2 pfsense-packages-196610ae4ce93843d877993c6f1a400c7670df1e.zip |
Add separate packages for snort and havp dashboard widgets.
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 677847a7..5f27b7f9 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -116,6 +116,26 @@ <configurationfile>dashboard.xml</configurationfile> </package> <package> + <name>Dashboard Widget: Snort</name> + <descr>Dashboard widget for Snort.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/widget-snort/widget-snort.xml</config_file> + <version>0.1</version> + <status>BETA</status> + <required_version>1.2</required_version> + <configurationfile>widget-snort.xml</configurationfile> + </package> + <package> + <name>Dashboard Widget: HAVP</name> + <descr>Dashboard widget for havp.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/widget-havp/widget-havp.xml</config_file> + <version>0.1</version> + <status>BETA</status> + <required_version>1.2</required_version> + <configurationfile>widget-havp.xml</configurationfile> + </package> + <package> <name>FreeSWITCH</name> <website>http://www.freeswitch.org/</website> <descr>FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow. pfSense 1.2.3 or higher is recommended.</descr> |