aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-12-10 10:57:48 -0500
committerjim-p <jimp@pfsense.org>2012-12-10 10:57:48 -0500
commit1b4340d70cf72a5b182c5a3c9e7859a20eeb16a7 (patch)
tree8ab6247191b9b8b9a22e7993322cba458c752f58
parent9a9887710df531ff5683a435838519dd4a0af9a7 (diff)
downloadpfsense-packages-1b4340d70cf72a5b182c5a3c9e7859a20eeb16a7.tar.gz
pfsense-packages-1b4340d70cf72a5b182c5a3c9e7859a20eeb16a7.tar.bz2
pfsense-packages-1b4340d70cf72a5b182c5a3c9e7859a20eeb16a7.zip
Fix line endings (autocrlf is your friend, use it)
-rw-r--r--config/zebedee/zebedee_del_key.php108
-rw-r--r--config/zebedee/zebedee_get_key.php86
-rw-r--r--config/zebedee/zebedee_keys.php290
-rw-r--r--config/zebedee/zebedee_log.php224
-rw-r--r--config/zebedee/zebedee_view_config.php194
-rw-r--r--pkg_config.8.xml3562
-rw-r--r--pkg_config.8.xml.amd643536
7 files changed, 4000 insertions, 4000 deletions
diff --git a/config/zebedee/zebedee_del_key.php b/config/zebedee/zebedee_del_key.php
index ae9522b7..e6cfa955 100644
--- a/config/zebedee/zebedee_del_key.php
+++ b/config/zebedee/zebedee_del_key.php
@@ -1,54 +1,54 @@
-<?php
-/*
- zebedee_del_key.php
- part of pfSense (http://www.pfsense.com/)
- Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
- Copyright (C) 2010 Marcello Coutinho
- Copyright (C) 2010 Jorge Lustosa
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-
-require("guiconfig.inc");
-
-$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
-if(strstr($pfSversion, "1.2"))
- $one_two = true;
-
-$zebede_keys = $config['installedpackages']['zebedeekeys']['config'] ;
-
-// remove item
-unset($zebede_keys[$_REQUEST['id']]) ;
-
-$config['installedpackages']['zebedeekeys']['config'] = $zebede_keys ;
-write_config() ;
-
-
-// redirect
-header("Location: zebedee_keys.php");
-
-
-?>
-
-
+<?php
+/*
+ zebedee_del_key.php
+ part of pfSense (http://www.pfsense.com/)
+ Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
+ Copyright (C) 2010 Marcello Coutinho
+ Copyright (C) 2010 Jorge Lustosa
+
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+*/
+
+require("guiconfig.inc");
+
+$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
+if(strstr($pfSversion, "1.2"))
+ $one_two = true;
+
+$zebede_keys = $config['installedpackages']['zebedeekeys']['config'] ;
+
+// remove item
+unset($zebede_keys[$_REQUEST['id']]) ;
+
+$config['installedpackages']['zebedeekeys']['config'] = $zebede_keys ;
+write_config() ;
+
+
+// redirect
+header("Location: zebedee_keys.php");
+
+
+?>
+
+
diff --git a/config/zebedee/zebedee_get_key.php b/config/zebedee/zebedee_get_key.php
index f0af0b8a..ce54f954 100644
--- a/config/zebedee/zebedee_get_key.php
+++ b/config/zebedee/zebedee_get_key.php
@@ -1,44 +1,44 @@
-<?
-
-require_once("pkg-utils.inc");
-
-$id= $_REQUEST['id'] ;
-//echo "<pre>" ;
-$external = $config['installedpackages']['zebedee']['config'][0]['external_address'] ;
-$chave = $config['installedpackages']['zebedeekeys']["config"][$id] ;
-
-//print_r($chave['row']) ;
-
-
-
-foreach ($chave['row'] as $k => $v)
-{
- // especify only one port for this host
-// if($v['port']=="") $end=" " ; else $end = ":".$v['port'] ;
- $tunnels .= "tunnel ".$v['loc_port'].":".$v['ipaddress'].":".$v['rmt_port']."\r\n" ;
-}
-
-
-header('Content-Type: application/download');
-header('Content-Disposition: filename=client.txt');
-
-$chave_result = <<<EOF
-verbosity 2
-server false
-message {$chave["ident"]}
-detached true
-privatekey "{$chave["private_key"]}"
-ipmode both
-compression zlib:9
-
-serverhost {$external}
-
-{$tunnels}
-
-EOF;
-
-
-echo $chave_result ;
-
-
+<?
+
+require_once("pkg-utils.inc");
+
+$id= $_REQUEST['id'] ;
+//echo "<pre>" ;
+$external = $config['installedpackages']['zebedee']['config'][0]['external_address'] ;
+$chave = $config['installedpackages']['zebedeekeys']["config"][$id] ;
+
+//print_r($chave['row']) ;
+
+
+
+foreach ($chave['row'] as $k => $v)
+{
+ // especify only one port for this host
+// if($v['port']=="") $end=" " ; else $end = ":".$v['port'] ;
+ $tunnels .= "tunnel ".$v['loc_port'].":".$v['ipaddress'].":".$v['rmt_port']."\r\n" ;
+}
+
+
+header('Content-Type: application/download');
+header('Content-Disposition: filename=client.txt');
+
+$chave_result = <<<EOF
+verbosity 2
+server false
+message {$chave["ident"]}
+detached true
+privatekey "{$chave["private_key"]}"
+ipmode both
+compression zlib:9
+
+serverhost {$external}
+
+{$tunnels}
+
+EOF;
+
+
+echo $chave_result ;
+
+
?> \ No newline at end of file
diff --git a/config/zebedee/zebedee_keys.php b/config/zebedee/zebedee_keys.php
index f762c7cc..14b39078 100644
--- a/config/zebedee/zebedee_keys.php
+++ b/config/zebedee/zebedee_keys.php
@@ -1,145 +1,145 @@
-<?php
-/*
- zebedee_keys.php
- part of pfSense (http://www.pfsense.com/)
- Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
- Copyright (C) 2010 Marcello Coutinho
- Copyright (C) 2010 Jorge Lustosa
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-
-
-
-require("guiconfig.inc");
-
-$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
-if(strstr($pfSversion, "1.2"))
- $one_two = true;
-
-$pgtitle = "Zebedee Tunneling";
-include("head.inc");
-
-error_reporting(0);
-?>
-<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php include("fbegin.inc"); ?>
-
-<?php if($one_two): ?>
-<p class="pgtitle"><?=$pgtitle?></font></p>
-<?php endif; ?>
-
-<?php if ($savemsg) print_info_box($savemsg); ?>
-
-<form action="varnishstat_view_config.php" method="post">
-
-<div id="mainlevel">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr><td>
-
-
-
-<?php
- $tab_array = array();
- $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=zebedee.xml&amp;id=0");
- $tab_array[] = array(gettext("Tunnels"), false, "/pkg_edit.php?xml=zebedee_tunnels.xml&amp;id=0");
- $tab_array[] = array(gettext("Keys"), true, "/zebedee_keys.php");
- $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=zebedee_sync.xml&amp;id=0");
- $tab_array[] = array(gettext("View Configuration"), false, "/zebedee_view_config.php");
- $tab_array[] = array(gettext("View log files"), false, "/zebedee_log.php");
- display_top_tabs($tab_array);
-
- $zebede_keys = $config['installedpackages']['zebedeekeys']['config'] ;
- $next_row = sizeof($zebede_keys) ;
- if($next_row == 1 && !array_key_exists("config", $config['installedpackages']["zebedeekeys"]))$next_row =0 ;
-
- //echo "<pre>" ;
- //print_r($config['installedpackages']);
-?>
- </td>
- </tr>
- <tr>
- <td>
- <div id="mainarea">
-
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td class="listhdrr"><?=gettext("Identifier"); ?></td>
- <td class="listhdr"><?=gettext("Public key"); ?></td>
- <td class="list">
- <table border="0" cellspacing="0" cellpadding="1">
- <tr>
- <td width="20" heigth="17"></td>
- <td width="20" heigth="17"></td>
- <td width="20" heigth="17"></td>
-
- <td align="left"><a href="pkg_edit.php?xml=zebedee_key_details.xml&id=<?php echo $next_row?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add key"); ?>" width="17" height="17" border="0"></a></td>
- </tr>
- </table>
- </td>
- </tr>
- <?php $i = 0; foreach ($zebede_keys as $key): ?>
- <tr>
- <td class="listlr">
- <?=htmlspecialchars($key['ident']);?>
- </td>
- <td class="listr">
- <?=htmlspecialchars($key['public_key']);?>
- </td>
- <td class="list" nowrap>
- <a href="pkg_edit.php?xml=zebedee_key_details.xml&id=<?php echo $i?>">
- <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" title="<?=gettext("edit key"); ?>" width="17" height="17" border="0"></a>
- <a href="/zebedee_del_key.php?id=<?php echo $i?>"><img height="17" border="0" width="17" src="./themes/pfsense_ng/images/icons/icon_x.gif"></a>
- <a alt="Download client.zbd file" href="/zebedee_get_key.php?id=<?php echo $i?>" target="_blank"><img height="17" border="0" width="17" src="./themes/pfsense_ng/images/icons/icon_right.gif" alt="Download client.zbd file"></a>
- </td>
- </tr>
- <?php $i++; endforeach; ?>
-
-
- <tr>
- <td class="list" colspan="2"></td>
- <td class="list">
- <table border="0" cellspacing="0" cellpadding="1">
- <tr>
- <td width="20" heigth="17"></td>
- <td width="20" heigth="17"></td>
- <td width="20" heigth="17"></td>
-
- <td><a href="pkg_edit.php?xml=zebedee_key_details.xml&id=<?php echo $next_row?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add key"); ?>" width="17" height="17" border="0"></a></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
-
- </div>
- </td>
- </tr>
- </table>
-</div>
-</form>
-<?php include("fend.inc"); ?>
-</body>
-</html>
+<?php
+/*
+ zebedee_keys.php
+ part of pfSense (http://www.pfsense.com/)
+ Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
+ Copyright (C) 2010 Marcello Coutinho
+ Copyright (C) 2010 Jorge Lustosa
+
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+*/
+
+
+
+require("guiconfig.inc");
+
+$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
+if(strstr($pfSversion, "1.2"))
+ $one_two = true;
+
+$pgtitle = "Zebedee Tunneling";
+include("head.inc");
+
+error_reporting(0);
+?>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
+
+<?php if($one_two): ?>
+<p class="pgtitle"><?=$pgtitle?></font></p>
+<?php endif; ?>
+
+<?php if ($savemsg) print_info_box($savemsg); ?>
+
+<form action="varnishstat_view_config.php" method="post">
+
+<div id="mainlevel">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr><td>
+
+
+
+<?php
+ $tab_array = array();
+ $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=zebedee.xml&amp;id=0");
+ $tab_array[] = array(gettext("Tunnels"), false, "/pkg_edit.php?xml=zebedee_tunnels.xml&amp;id=0");
+ $tab_array[] = array(gettext("Keys"), true, "/zebedee_keys.php");
+ $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=zebedee_sync.xml&amp;id=0");
+ $tab_array[] = array(gettext("View Configuration"), false, "/zebedee_view_config.php");
+ $tab_array[] = array(gettext("View log files"), false, "/zebedee_log.php");
+ display_top_tabs($tab_array);
+
+ $zebede_keys = $config['installedpackages']['zebedeekeys']['config'] ;
+ $next_row = sizeof($zebede_keys) ;
+ if($next_row == 1 && !array_key_exists("config", $config['installedpackages']["zebedeekeys"]))$next_row =0 ;
+
+ //echo "<pre>" ;
+ //print_r($config['installedpackages']);
+?>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div id="mainarea">
+
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="listhdrr"><?=gettext("Identifier"); ?></td>
+ <td class="listhdr"><?=gettext("Public key"); ?></td>
+ <td class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td width="20" heigth="17"></td>
+ <td width="20" heigth="17"></td>
+ <td width="20" heigth="17"></td>
+
+ <td align="left"><a href="pkg_edit.php?xml=zebedee_key_details.xml&id=<?php echo $next_row?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add key"); ?>" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <?php $i = 0; foreach ($zebede_keys as $key): ?>
+ <tr>
+ <td class="listlr">
+ <?=htmlspecialchars($key['ident']);?>
+ </td>
+ <td class="listr">
+ <?=htmlspecialchars($key['public_key']);?>
+ </td>
+ <td class="list" nowrap>
+ <a href="pkg_edit.php?xml=zebedee_key_details.xml&id=<?php echo $i?>">
+ <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" title="<?=gettext("edit key"); ?>" width="17" height="17" border="0"></a>
+ <a href="/zebedee_del_key.php?id=<?php echo $i?>"><img height="17" border="0" width="17" src="./themes/pfsense_ng/images/icons/icon_x.gif"></a>
+ <a alt="Download client.zbd file" href="/zebedee_get_key.php?id=<?php echo $i?>" target="_blank"><img height="17" border="0" width="17" src="./themes/pfsense_ng/images/icons/icon_right.gif" alt="Download client.zbd file"></a>
+ </td>
+ </tr>
+ <?php $i++; endforeach; ?>
+
+
+ <tr>
+ <td class="list" colspan="2"></td>
+ <td class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td width="20" heigth="17"></td>
+ <td width="20" heigth="17"></td>
+ <td width="20" heigth="17"></td>
+
+ <td><a href="pkg_edit.php?xml=zebedee_key_details.xml&id=<?php echo $next_row?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add key"); ?>" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+
+
+ </div>
+ </td>
+ </tr>
+ </table>
+</div>
+</form>
+<?php include("fend.inc"); ?>
+</body>
+</html>
diff --git a/config/zebedee/zebedee_log.php b/config/zebedee/zebedee_log.php
index 3e1ac98d..e397ca08 100644
--- a/config/zebedee/zebedee_log.php
+++ b/config/zebedee/zebedee_log.php
@@ -1,112 +1,112 @@
-<?php
-/*
- varnishstat_view_logs.php
- part of pfSense (http://www.pfsense.com/)
- Copyright (C) 2006 Scott Ullrich <sullrich@gmail.com>
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-
-require("guiconfig.inc");
-
-if($_REQUEST['getactivity']) {
- $varnishstatlogs = `tail -n 100 /var/log/zebedee.log`;
- echo "<h2>Zebedee Server logs as of " . date("D M j G:i:s T Y") . "</h2>";
- echo $varnishstatlogs;
- exit;
-}
-
-$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
-if(strstr($pfSversion, "1.2"))
- $one_two = true;
-
-$pgtitle = "Zebedee: Logs";
-include("head.inc");
-
-?>
-<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<script src="/javascript/scriptaculous/prototype.js" type="text/javascript"></script>
- <script type="text/javascript">
- function getlogactivity() {
- var url = "/zebedee_log.php";
- var pars = 'getactivity=yes';
- var myAjax = new Ajax.Request(
- url,
- {
- method: 'post',
- parameters: pars,
- onComplete: activitycallback
- });
- }
- function activitycallback(transport) {
- $('varnishstatlogs').innerHTML = '<font face="Courier"><pre>' + transport.responseText + '</pre></font>';
- setTimeout('getlogactivity()', 2500);
- }
- setTimeout('getlogactivity()', 1000);
- </script>
-<?php include("fbegin.inc"); ?>
-
-<?php if($one_two): ?>
-<p class="pgtitle"><?=$pgtitle?></font></p>
-<?php endif; ?>
-
-<?php if ($savemsg) print_info_box($savemsg); ?>
-
-<div id="mainlevel">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr><td>
-<?php
-
-$tab_array = array();
- $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=zebedee.xml&amp;id=0");
- $tab_array[] = array(gettext("Tunnels"), false, "/pkg_edit.php?xml=zebedee_tunnels.xml&amp;id=0");
- $tab_array[] = array(gettext("Keys"), false, "/zebedee_keys.php");
- $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=zebedee_sync.xml&amp;id=0");
- $tab_array[] = array(gettext("View Configuration"), false, "/zebedee_view_config.php");
- $tab_array[] = array(gettext("View log files"), true, "/zebedee_log.php");
- display_top_tabs($tab_array);
-
-?>
- </td></tr>
- <tr>
- <td>
- <div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td class="tabcont" >
- <form action="zebedee_log.php" method="post">
- <div id="varnishstatlogs">
- <pre>One moment please, loading logs...</pre>
- </div>
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
-</div>
-</form>
-<?php include("fend.inc"); ?>
-</body>
-</html>
+<?php
+/*
+ varnishstat_view_logs.php
+ part of pfSense (http://www.pfsense.com/)
+ Copyright (C) 2006 Scott Ullrich <sullrich@gmail.com>
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+*/
+
+require("guiconfig.inc");
+
+if($_REQUEST['getactivity']) {
+ $varnishstatlogs = `tail -n 100 /var/log/zebedee.log`;
+ echo "<h2>Zebedee Server logs as of " . date("D M j G:i:s T Y") . "</h2>";
+ echo $varnishstatlogs;
+ exit;
+}
+
+$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
+if(strstr($pfSversion, "1.2"))
+ $one_two = true;
+
+$pgtitle = "Zebedee: Logs";
+include("head.inc");
+
+?>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<script src="/javascript/scriptaculous/prototype.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ function getlogactivity() {
+ var url = "/zebedee_log.php";
+ var pars = 'getactivity=yes';
+ var myAjax = new Ajax.Request(
+ url,
+ {
+ method: 'post',
+ parameters: pars,
+ onComplete: activitycallback
+ });
+ }
+ function activitycallback(transport) {
+ $('varnishstatlogs').innerHTML = '<font face="Courier"><pre>' + transport.responseText + '</pre></font>';
+ setTimeout('getlogactivity()', 2500);
+ }
+ setTimeout('getlogactivity()', 1000);
+ </script>
+<?php include("fbegin.inc"); ?>
+
+<?php if($one_two): ?>
+<p class="pgtitle"><?=$pgtitle?></font></p>
+<?php endif; ?>
+
+<?php if ($savemsg) print_info_box($savemsg); ?>
+
+<div id="mainlevel">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr><td>
+<?php
+
+$tab_array = array();
+ $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=zebedee.xml&amp;id=0");
+ $tab_array[] = array(gettext("Tunnels"), false, "/pkg_edit.php?xml=zebedee_tunnels.xml&amp;id=0");
+ $tab_array[] = array(gettext("Keys"), false, "/zebedee_keys.php");
+ $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=zebedee_sync.xml&amp;id=0");
+ $tab_array[] = array(gettext("View Configuration"), false, "/zebedee_view_config.php");
+ $tab_array[] = array(gettext("View log files"), true, "/zebedee_log.php");
+ display_top_tabs($tab_array);
+
+?>
+ </td></tr>
+ <tr>
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tabcont" >
+ <form action="zebedee_log.php" method="post">
+ <div id="varnishstatlogs">
+ <pre>One moment please, loading logs...</pre>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </td>
+ </tr>
+ </table>
+</div>
+</form>
+<?php include("fend.inc"); ?>
+</body>
+</html>
diff --git a/config/zebedee/zebedee_view_config.php b/config/zebedee/zebedee_view_config.php
index 57cecc7e..78a0bca9 100644
--- a/config/zebedee/zebedee_view_config.php
+++ b/config/zebedee/zebedee_view_config.php
@@ -1,97 +1,97 @@
-<?php
-/*
- varnish_view_config.php
- part of pfSense (http://www.pfsense.com/)
- Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-
-require("guiconfig.inc");
-
-$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
-if(strstr($pfSversion, "1.2"))
- $one_two = true;
-
-$pgtitle = "Zebedee: View Configuration";
-include("head.inc");
-
-?>
-<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php include("fbegin.inc"); ?>
-
-<?php if($one_two): ?>
-<p class="pgtitle"><?=$pgtitle?></font></p>
-<?php endif; ?>
-
-<?php if ($savemsg) print_info_box($savemsg); ?>
-
-<form action="zebedee_view_config.php" method="post">
-
-<div id="mainlevel">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr><td>
-<?php
- $tab_array = array();
- $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=zebedee.xml&amp;id=0");
- $tab_array[] = array(gettext("Tunnels"), false, "/pkg_edit.php?xml=zebedee_tunnels.xml&amp;id=0");
- $tab_array[] = array(gettext("Keys"), false, "/zebedee_keys.php");
- $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=zebedee_sync.xml&amp;id=0");
- $tab_array[] = array(gettext("View Configuration"), true, "/zebedee_view_config.php");
- $tab_array[] = array(gettext("View log files"), false, "/zebedee_log.php");
- display_top_tabs($tab_array);
-?>
- </td></tr>
- <tr>
- <td>
- <div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td class="tabcont" >
- <p class="pgtitle">/usr/local/etc/server.zbd</font></p>
- <textarea id="zebedeetext" rows="20" cols="80">
-<?php
- $config_file = file_get_contents("/usr/local/etc/server.zbd");
- echo $config_file;
-?>
- </textarea>
- <p class="pgtitle">/usr/local/etc/tunnels.zbd</font></p>
- <textarea id="zebedeetext" rows="20" cols="80">
-<?php
- $config_file = file_get_contents("/usr/local/etc/tunnels.zbd");
- echo $config_file;
-?>
- </textarea>
-
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
-</div>
-</form>
-<?php include("fend.inc"); ?>
-</body>
-</html>
+<?php
+/*
+ varnish_view_config.php
+ part of pfSense (http://www.pfsense.com/)
+ Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+*/
+
+require("guiconfig.inc");
+
+$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
+if(strstr($pfSversion, "1.2"))
+ $one_two = true;
+
+$pgtitle = "Zebedee: View Configuration";
+include("head.inc");
+
+?>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
+
+<?php if($one_two): ?>
+<p class="pgtitle"><?=$pgtitle?></font></p>
+<?php endif; ?>
+
+<?php if ($savemsg) print_info_box($savemsg); ?>
+
+<form action="zebedee_view_config.php" method="post">
+
+<div id="mainlevel">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr><td>
+<?php
+ $tab_array = array();
+ $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=zebedee.xml&amp;id=0");
+ $tab_array[] = array(gettext("Tunnels"), false, "/pkg_edit.php?xml=zebedee_tunnels.xml&amp;id=0");
+ $tab_array[] = array(gettext("Keys"), false, "/zebedee_keys.php");
+ $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=zebedee_sync.xml&amp;id=0");
+ $tab_array[] = array(gettext("View Configuration"), true, "/zebedee_view_config.php");
+ $tab_array[] = array(gettext("View log files"), false, "/zebedee_log.php");
+ display_top_tabs($tab_array);
+?>
+ </td></tr>
+ <tr>
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tabcont" >
+ <p class="pgtitle">/usr/local/etc/server.zbd</font></p>
+ <textarea id="zebedeetext" rows="20" cols="80">
+<?php
+ $config_file = file_get_contents("/usr/local/etc/server.zbd");
+ echo $config_file;
+?>
+ </textarea>
+ <p class="pgtitle">/usr/local/etc/tunnels.zbd</font></p>
+ <textarea id="zebedeetext" rows="20" cols="80">
+<?php
+ $config_file = file_get_contents("/usr/local/etc/tunnels.zbd");
+ echo $config_file;
+?>
+ </textarea>
+
+ </td>
+ </tr>
+ </table>
+ </div>
+ </td>
+ </tr>
+ </table>
+</div>
+</form>
+<?php include("fend.inc"); ?>
+</body>
+</html>
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index cb316c02..0d3c4eea 100644
--- a/pkg_config.8.xml
+++ b/pkg_config.8.xml
@@ -1,1781 +1,1781 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- pfSense packages -->
-<pfsensepkgs>
-<copy_packages_to_host_ssh_port>222</copy_packages_to_host_ssh_port>
-<copy_packages_to_host_ssh>packagecopy@files.pfsense.org</copy_packages_to_host_ssh>
-<copy_packages_to_folder_ssh>/usr/local/www/files/packages/8/All/</copy_packages_to_folder_ssh>
-<packages>
-<!--
- <package>
- <name>someprogram</name>
- <pkginfolink>http://forum.pfsense.org/</pkginfolink>
- <descr><![CDATA[Some cool program]]></descr>
- <website>http://www.example.org/someprogram</website>
- <category>Services</category>
- <version>0.99</version>
- <status>Beta</status>
- <required_version>2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/someprogram/someprogram.xml</config_file>
- <maintainer>me@example.com</maintainer>
- <configurationfile>someprogram.xml</configurationfile>
- <build_pbi>
- <ports_before>db/somethingextraineed</ports_before>
- <port>net/someprogram</port>
- <ports_after>www/somethingelsetoputinthepbi www/somethingelse</ports_after>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>someprogram-0.99-i386.pbi</depends_on_package_pbi>
- </package>
--->
- <package>
- <name>Asterisk</name>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,47210.0.html</pkginfolink>
- <descr><![CDATA[Asterisk is an open source framework for building communications applications.<br>Asterisk turns an ordinary computer into a communications server.]]></descr>
- <website>http://www.asterisk.org/</website>
- <category>Services</category>
- <version>1.8.8.1 pkg v 0.1</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/asterisk/asterisk.xml</config_file>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>asterisk18-1.8.8.1.tbz</depends_on_package>
- <depends_on_package>openldap-sasl-client-2.4.26.tbz</depends_on_package>
- <depends_on_package_pbi>asterisk-1.8.13.0-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/asterisk</build_port_path>
- <maintainer>marcellocoutinho@gmail.com robreg@zsurob.hu</maintainer>
- <configurationfile>asterisk.xml</configurationfile>
- <after_install_info>Please visit the Asterisk tab on status menu.</after_install_info>
- </package>
- <package>
- <name>Filer</name>
- <website/>
- <descr>Allows you to create and overwrite files from the GUI.</descr>
- <category>File Management</category>
- <pkginfolink>http://doc.pfsense.org/index.php/Filer_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/filer/filer.xml</config_file>
- <version>0.60</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <maintainer>bscholer@cshl.edu</maintainer>
- <configurationfile>filer.xml</configurationfile>
- </package>
- <package>
- <name>IP-Blocklist</name>
- <website/>
- <descr>IP-Blocklist is PeerGuardian2 but on pfsense. This package has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
- <category>Firewall</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,24769.0.html</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/ipblocklist/8/ipblocklist.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.3.5</version>
- <status>Beta</status>
- <required_version>1.2.2</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <configurationfile>ipblocklist.xml</configurationfile>
- </package>
- <package>
- <name>Country Block</name>
- <website/>
- <descr>Block countries - This has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
- <category>Firewall</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,25732.0.html</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/countryblock/countryblock.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.2.4</version>
- <status>Beta</status>
- <required_version>1.2.2</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <configurationfile>countryblock.xml</configurationfile>
- </package>
- <package>
- <name>Strikeback</name>
- <descr>Detect port scans with iplog and strikeback</descr>
- <website></website>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,37225.0.html</pkginfolink>
- <category>Services</category>
- <version>0.1</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <config_file>http://www.pfsense.com/packages/config/strikeback/strikeback.xml</config_file>
- <configurationfile>strikeback.xml</configurationfile>
- </package>
- <package>
- <name>File Manager</name>
- <website/>
- <descr>PHP File Manager</descr>
- <category>Diagnostics</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink>
- <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file>
- <version>0.1.1</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <configurationfile>filemgr.xml</configurationfile>
- </package>
- <package>
- <name>pfBlocker</name>
- <website/>
- <descr><![CDATA[Introduce Enhanced Aliastable Feature to pfsense.<br>
- Assign many IP urls lists from sites like I-blocklist to a single alias and then choose rule action to take.<br>
- This package also Block countries and IP ranges.<br>
- pfBlocker replaces Countryblock and IPblocklist.]]></descr>
- <category>Firewall</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,42543.0.html</pkginfolink>
- <config_file>http://pfsense.org/packages/config/pf-blocker/pfblocker.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>1.0.2</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <maintainer>tom@tomschaefer.org marcellocoutinho@gmail.com</maintainer>
- <configurationfile>pfblocker.xml</configurationfile>
- </package>
- <package>
- <name>anyterm</name>
- <descr>Ajax Interactive Shell - Have you ever wanted SSH or telnet access to your system from an internet desert - from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a process that runs on your web server that provides this access. WARNING! We suggest using Stunnel in combination with this package!</descr>
- <website>http://anyterm.org/</website>
- <pkginfolink>http://doc.pfsense.org/index.php/AnyTerm_package</pkginfolink>
- <category>Diagnostics</category>
- <version>0.5</version>
- <status>BETA</status>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.com/packages/config/anyterm/anyterm.xml</config_file>
- <configurationfile>anyterm.xml</configurationfile>
- </package>
- <package>
- <name>haproxy</name>
- <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
- <descr><![CDATA[The Reliable, High Performance HTTP Load Balancer<br>
- This package implements HTTP balance features from Haproxy.]]></descr>
- <website>http://haproxy.1wt.eu/</website>
- <category>Services</category>
- <version>1.4.21 pkg v 1.2</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file>
- <configurationfile>haproxy.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
- <depends_on_package_pbi>haproxy-1.4.21-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/haproxy</build_port_path>
- </package>
- <package>
- <name>haproxy-full</name>
- <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
- <descr><![CDATA[The Reliable, High Performance TCP/HTTP Load Balancer<br>
- This package implements both TCP and HTTP balance features from Haproxy.]]></descr>
- <website>http://haproxy.1wt.eu/</website>
- <category>Services</category>
- <version>1.4.21 pkg v 1.0</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/haproxy-legacy/haproxy.xml</config_file>
- <configurationfile>haproxy.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
- <depends_on_package_pbi>haproxy-1.4.21-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>Apache with mod_security-dev</name>
- <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
- <website>http://www.modsecurity.org/</website>
- <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
- <category>Network Management</category>
- <version>0.2</version>
- <status>ALPHA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/apache_mod_security-dev/apache_virtualhost.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
- <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
- <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
- <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
- <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
- <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
- <depends_on_package_pbi>proxy_mod_security-2.2.22_6-i386.pbi</depends_on_package_pbi>
- <configurationfile>apache_virtualhost.xml</configurationfile>
- <build_port_path>/usr/ports/devel/gettext</build_port_path>
- <build_port_path>/usr/ports/misc/help2man</build_port_path>
- <build_port_path>/usr/ports/devel/apr1</build_port_path>
- <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
- <build_port_path>/usr/ports/databases/db42</build_port_path>
- <build_port_path>/usr/ports/databases/gdbm</build_port_path>
- <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
- <build_port_path>/usr/ports/www/mod_security</build_port_path>
- <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
- <build_port_path>/usr/ports/security/gnupg</build_port_path>
- <build_port_path>/user/ports/net/spread</build_port_path>
- <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
- <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
- <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
- <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
- <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
- <build_pbi>
- <custom_name>proxy_mod_security</custom_name>
- <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
- <port>www/apache22-worker-mpm</port>
- <ports_after>www/mod_security www/mod_memcache</ports_after>
- </build_pbi>
- <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
- <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
- </package>
- <package>
- <name>Proxy Server with mod_security</name>
- <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
- <website>http://www.modsecurity.org/</website>
- <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
- <category>Network Management</category>
- <version>0.1.2</version>
- <status>ALPHA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/apache_mod_security/apache_mod_security.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
- <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
- <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
- <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
- <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
- <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
- <depends_on_package_pbi>proxy_mod_security-2.2.22_6-i386.pbi</depends_on_package_pbi>
- <configurationfile>apache_mod_security.xml</configurationfile>
- <build_port_path>/usr/ports/devel/gettext</build_port_path>
- <build_port_path>/usr/ports/misc/help2man</build_port_path>
- <build_port_path>/usr/ports/devel/apr1</build_port_path>
- <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
- <build_port_path>/usr/ports/databases/db42</build_port_path>
- <build_port_path>/usr/ports/databases/gdbm</build_port_path>
- <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
- <build_port_path>/usr/ports/www/mod_security</build_port_path>
- <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
- <build_port_path>/usr/ports/security/gnupg</build_port_path>
- <build_port_path>/user/ports/net/spread</build_port_path>
- <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
- <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
- <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
- <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
- <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
- <build_pbi>
- <custom_name>proxy_mod_security</custom_name>
- <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
- <port>www/apache22-worker-mpm</port>
- <ports_after>www/mod_security www/mod_memcache</ports_after>
- </build_pbi>
- <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
- <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
- </package>
- <package>
- <name>pure-ftpd</name>
- <website>http://www.pureftpd.org/</website>
- <descr>*DO NOT RUN THIS ON A FIREWALL. USE A DEDICATED MACHINE!* Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerabilities, is trivial to set up, and is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</descr>
- <category>FTP</category>
- <config_file>http://www.pfsense.com/packages/config/pure-ftpd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>pure-ftpd-1.0.35.tbz</depends_on_package>
- <depends_on_package_pbi>pure-ftpd-1.0.36-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/ftp/pure-ftpd</build_port_path>
- <version>1.0.35</version>
- <status>Stable</status>
- <configurationfile>pure-ftpd.xml</configurationfile>
- <required_version>1.0</required_version>
- <maximum_version>1.0</maximum_version>
- <logging>
- <facilityname>ftp</facilityname>
- <logfilename>pure-ftpd.log</logfilename>
- </logging>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>Avahi</name>
- <pkginfolink>http://doc.pfsense.org/index.php/Avahi_package</pkginfolink>
- <website>http://www.avahi.org/</website>
- <descr>Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. Avahi is mainly based on Lennart Poettering's flexmdns mDNS implementation for Linux which has been discontinued in favour of Avahi.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <build_port_path>/usr/ports/net/avahi</build_port_path>
- <build_port_path>/usr/ports/net/avahi-app</build_port_path>
- <build_pbi>
- <port>net/avahi</port>
- </build_pbi>
- <depends_on_package>avahi-app-0.6.29_1.tbz</depends_on_package>
- <depends_on_package_pbi>avahi-0.6.29-i386.pbi</depends_on_package_pbi>
- <version>0.6.29 pkg v1.02</version>
- <status>ALPHA</status>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.com/packages/config/avahi/avahi.xml</config_file>
- <configurationfile>avahi.xml</configurationfile>
- <after_install_info>Please visit the Avahi settings tab and select which interfaces you do not wish Avahi to listen on and click save to start the service.</after_install_info>
- </package>
- <package>
- <name>ntop</name>
- <website>http://www.ntop.org/</website>
- <descr>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>ntop-4.1.0_5-i386.pbi</depends_on_package_pbi>
- <depends_on_package>rrdtool-1.2.30_1.tbz</depends_on_package>
- <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_4.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
- <depends_on_package>GeoIP-1.4.8_1.tbz</depends_on_package>
- <depends_on_package>font-util-1.2.0.tbz</depends_on_package>
- <depends_on_package>webfonts-0.30_6.tbz</depends_on_package>
- <depends_on_package>ntop-4.1.0_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/net/GeoIP</build_port_path>
- <build_port_path>/usr/ports/databases/gdbm</build_port_path>
- <build_port_path>/usr/ports/databases/rrdtool12</build_port_path>
- <build_port_path>/usr/ports/x11-fonts/font-util</build_port_path>
- <build_port_path>/usr/ports/graphics/graphviz</build_port_path>
- <build_port_path>/usr/ports/x11-fonts/webfonts</build_port_path>
- <build_port_path>/usr/ports/net/ntop</build_port_path>
- <build_pbi>
- <ports_before>databases/gdbm net/GeoIP x11-fonts/font-util x11-fonts/webfonts graphics/graphviz</ports_before>
- <port>net/ntop</port>
- </build_pbi>
- <build_options>WITH_PCAP_PORT=true WITH_XMLDUMP=true WITHOUT_JUMBO_FRAMES=true WITH_MAKO=true WITHOUT_DEJAVU=true WITH_JSON=true WITH_MMAP=true WITHOUT_PERL_MODULE=true WITHOUT_PYTHON_MODULE=true WITHOUT_RUBY_MODULE=true WITHOUT_EXAMPLES=true WITHOUT_FPECTL=true WITH_IPV6=true WITH_NLS=true WITHOUT_PTH=true WITH_PYMALLOC=true WITHOUT_SEM=true WITH_THREADS=true WITHOUT_UCS2=true WITH_UCS4=true WITH_FONTCONFIG=true WITH_ICONV=true WITHOUT_XPM=true WITHOUT_DAG=true WITHOUT_DIGCOLA=true WITHOUT_IPSEPCOLA=true WITHOUT_PANGOCAIRO=true WITHOUT_GTK=true WITHOUT_XCB=true</build_options>
- <version>4.1.0_3 v2.3</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/ntop2/ntop.xml</config_file>
- <configurationfile>ntop.xml</configurationfile>
- <noembedded>true</noembedded>
- </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. </descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>freeswitch-1.0.6_1-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/freeswitch</build_port_path>
- <version>0.8.3.6</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>freeswitch.xml</configurationfile>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>FreeSWITCH Dev</name>
- <website>http://www.freeswitch.org/</website>
- <descr>FreeSWITCH package development version.</descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <build_port_path>/usr/ports/net/freeswitch</build_port_path>
- <version>0.9.7.26</version>
- <status>Beta</status>
- <required_version>1.2.3</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>freeswitch.xml</configurationfile>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>Notes</name>
- <website/>
- <descr>Track things you want to note for this system.</descr>
- <category>Status</category>
- <pkginfolink/>
- <config_file>http://www.pfsense.com/packages/config/notes/notes.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.2.4</version>
- <status>Alpha</status>
- <required_version>1.2.1</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>notes.xml</configurationfile>
- </package>
- <package>
- <name>TFTP</name>
- <website/>
- <descr>Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more.</descr>
- <category>Services</category>
- <pkginfolink/>
- <config_file>http://www.pfsense.com/packages/config/tftp2/tftp.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>2.0</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <configurationfile>tftp.xml</configurationfile>
- </package>
- <package>
- <name>PHPService</name>
- <website/>
- <descr>PHP run as a service it can do anything PHP can do including but not limited to monitoring files, CPU, RAM, and send alerts to the syslog.</descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/PHPService</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/phpservice/phpservice.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.4.1</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>phpservice.xml</configurationfile>
- </package>
- <package>
- <name>Backup</name>
- <website/>
- <descr>Tool to Backup and Restore files and directories.</descr>
- <category>System</category>
- <pkginfolink></pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/backup/backup.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.1.5</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>backup.xml</configurationfile>
- </package>
- <package>
- <name>Cron</name>
- <website/>
- <descr>The cron utility is used to manage commands on a schedule.</descr>
- <category>Services</category>
- <pkginfolink></pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/cron/cron.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.1.5</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>cron.xml</configurationfile>
- </package>
- <package>
- <name>vHosts</name>
- <website/>
- <descr>It is a web server package that can host HTML, Javascript, CSS, and PHP. It uses the lighttpd web server that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects and PDO SQLite.</descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.7.4</version>
- <status>Stable</status>
- <required_version>1.2.3</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>vhosts.xml</configurationfile>
- </package>
- <package>
- <name>snort</name>
- <pkginfolink></pkginfolink>
- <website>http://www.snort.org</website>
- <descr>Snort is an open source network intrusion prevention and detection system (IDS/IPS). Combining the benefits of signature, protocol, and anomaly-based inspection.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
- <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
- <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
- <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
- <depends_on_package>daq-0.6.2.tbz</depends_on_package>
- <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
- <depends_on_package_pbi>snort-2.9.2.3-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/devel/pcre</build_port_path>
- <build_port_path>/usr/ports/net/daq</build_port_path>
- <build_port_path>/usr/ports/net/libnet</build_port_path>
- <build_port_path>/usr/ports/security/barnyard2</build_port_path>
- <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
- <build_port_path>/usr/ports/security/snort</build_port_path>
- <build_pbi>
- <port>security/snort</port>
- <ports_after>security/barnyard2</ports_after>
- </build_pbi>
- <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
- <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file>
- <version>2.9.2.3 pkg v. 2.5.2</version>
- <required_version>2.0</required_version>
- <status>Stable</status>
- <configurationfile>/snort.xml</configurationfile>
- <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
- </package>
- <package>
- <name>snort-dev</name>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink>
- <website>http://www.snort.org</website>
- <descr>Snort-dev is a development branch.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>snort-2.9.2.3-i386.pbi</depends_on_package_pbi>
- <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
- <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
- <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
- <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
- <depends_on_package>daq-0.6.2.tbz</depends_on_package>
- <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
- <depends_on_package>perl-threaded-5.12.4_4.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/pcre</build_port_path>
- <build_port_path>/usr/ports/net/daq</build_port_path>
- <build_port_path>/usr/ports/net/libnet</build_port_path>
- <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
- <build_port_path>/usr/ports/security/barnyard2</build_port_path>
- <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
- <build_port_path>/usr/ports/security/snort</build_port_path>
- <build_pbi>
- <custom_name>snort-dev</custom_name>
- <port>security/snort</port>
- <ports_after>security/barnyard2</ports_after>
- </build_pbi>
- <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
- <config_file>http://www.pfsense.com/packages/config/snort-dev/snort.xml</config_file>
- <version>2.9.2.3 pkg v. 3.0</version>
- <required_version>2.0</required_version>
- <status>Stable</status>
- <configurationfile>/snort.xml</configurationfile>
- <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
- </package>
- <package>
- <name>olsrd</name>
- <website>http://www.olsr.org/</website>
- <descr>The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/olsrd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>olsrd-0.6.2.tbz</depends_on_package>
- <depends_on_package_pbi>olsrd-0.6.3-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/olsrd</build_port_path>
- <version>1.0</version>
- <status>Stable</status>
- <required_version>2.1</required_version>
- <configurationfile>olsrd.xml</configurationfile>
- </package>
- <package>
- <name>spamd</name>
- <website>http://www.openbsd.org/spamd/</website>
- <descr>Tarpits like spamd are fake SMTP servers, which accept connections but don't deliver mail. Instead, they keep the connections open and reply very slowly. If the peer is patient enough to actually complete the SMTP dialogue (which will take ten minutes or more), the tarpit returns a 'temporary error' code (4xx), which indicates that the mail could not be delivered successfully and that the sender should keep the mail in their queue and retry again later.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/spamd/spamd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>spamd-4.9.1.tbz</depends_on_package>
- <depends_on_package_pbi>spamd-4.9.1-i386.pbi</depends_on_package_pbi>
- <version>4.9.1</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <configurationfile>spamd.xml</configurationfile>
- <build_port_path>/usr/ports/mail/spamd</build_port_path>
- <logging>
- <facilityname>spamd</facilityname>
- <logfilename>spamd.log</logfilename>
- </logging>
- </package>
- <package>
- <name>Postfix Forwarder</name>
- <website>http://www.postfix.org/</website>
- <descr><![CDATA[Postfix mail forwarder acts as a relay server for your domain.<br>
- It can do first and second line antispam combat before sending incoming mail to local mail servers.<br>
- Postfix can also detect zombies, check RBLS, SPF, seach ldap for valid recipients and use third part antispam engines like policyd and mailscanner for better antispam solution.]]></descr>
- <category>Services</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,40622.0.html</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/postfix/postfix.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>postfix-2.8.7,1.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
- <depends_on_package_pbi>postfix-2.9.4-i386.pbi</depends_on_package_pbi>
- <version>2.8.7,1 pkg v.2.3.4_1</version>
- <status>RC1</status>
- <required_version>2.0</required_version>
- <configurationfile>postfix.xml</configurationfile>
- <build_port_path>/usr/ports/mail/postfix</build_port_path>
- <build_options>WITH_PCRE=true WITH_SPF=true WITH_SASL2=true WITH_TLS=true</build_options>
- </package>
- <package>
- <name>Dansguardian</name>
- <website>http://www.dansguardian.org/</website>
- <descr><![CDATA[DansGuardian is an award winning Open Source web content filter.<br>
- It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering.<br>
- It does not purely filter based on a banned list of sites like lesser totally commercial filters.<br>
- For all non-commercial it's free, without cost.<br>
- For all commercial use visit dansguardian website to get a licence.]]></descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/dansguardian/dansguardian.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,43786.0.html</pkginfolink>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>dansguardian-2.12.0.0.tbz</depends_on_package>
- <depends_on_package>clamav-0.97.3_1.tbz</depends_on_package>
- <depends_on_package>ca_root_nss-3.13.3.tbz</depends_on_package>
- <depends_on_package_pbi>dansguardian-2.12.0.0_1-i386.pbi</depends_on_package_pbi>
- <version>2.12.0.0 pkg v.0.1.6_1</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <configurationfile>dansguardian.xml</configurationfile>
- <build_port_path>/usr/ports/www/dansguardian-devel</build_port_path>
- <build_options>WITHOUT_APACHE=true WITH_TRICKLE=true WITH_CLAMD=true WITH_ICAP=true WITH_NTLM=true WITH_SSL=true</build_options>
- <!-- NOTE: Distfile must be fetched manually from http://dansguardian.org/downloads/2/Alpha/dansguardian-2.12.0.0.tar.gz -->
- </package>
- <package>
- <name>mailscanner-dev</name>
- <website>www.mailscanner.info</website>
- <descr><![CDATA[MailScanner is an e-mail security and anti-spam package for e-mail gateway systems.<br>
- This is a level3 mail scanning tool with high CPU load.]]></descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/mailscanner/mailscanner.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,43687.0.html</pkginfolink>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/All/</depends_on_package_base_url>
- <depends_on_package>MailScanner-4.83.5.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
- <depends_on_package>pyzor-0.5.0_1.tbz</depends_on_package>
- <depends_on_package>p5-Mail-SPF-2.007.tbz</depends_on_package>
- <depends_on_package>p5-IP-Country-2.27.tbz</depends_on_package>
- <depends_on_package_pbi>mailscanner-4.84.5_3-i386.pbi</depends_on_package_pbi>
- <version>4.83.5 pkg v.0.2.1</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <configurationfile>mailscanner.xml</configurationfile>
- <build_port_path>/usr/ports/mail/mailscanner</build_port_path>
- <build_options></build_options>
- </package>
- <package>
- <name>siproxd</name>
- <website>http://siproxd.sourceforge.net/</website>
- <descr>Proxy for handling NAT of multiple SIP devices to a single public IP.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/siproxd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>siproxd-0.8.0.tbz</depends_on_package>
- <depends_on_package_pbi>siproxd-0.8.0-i386.pbi</depends_on_package_pbi>
- <pkginfolink>http://doc.pfsense.org/index.php/Siproxd_package</pkginfolink>
- <build_port_path>/usr/ports/net/siproxd</build_port_path>
- <version>0.8.0_2</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <configurationfile>siproxd.xml</configurationfile>
- </package>
- <package>
- <name>OpenBGPD</name>
- <descr>OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol.</descr>
- <category>NET</category>
- <config_file>http://www.pfsense.com/packages/config/openbgpd/openbgpd.xml</config_file>
- <build_port_path>/usr/ports/net/openbgpd</build_port_path>
- <version>0.5.6</version>
- <status>STABLE</status>
- <pkginfolink>http://doc.pfsense.org/index.php/OpenBGPD_package</pkginfolink>
- <required_version>1.3</required_version>
- <configurationfile>openbgpd.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>openbgpd-4.9.20110612_1.tbz</depends_on_package>
- <depends_on_package_pbi>openbgpd-4.9.20110612_1-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>OpenOSPFD</name>
- <descr>This package is now considered deprecated. Please use the Quagga OSPF instead. -- WARNING! Installs files to the same place as Quagga OSPF. Installing both will result in a broken state, remove this package before installing Quagga OSPF.</descr>
- <maintainer>cmb@pfsense.org</maintainer>
- <version>0.5.2</version>
- <category>Routing</category>
- <status>DEPRECATED</status>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>openospfd-4.6.tbz</depends_on_package>
- <depends_on_package_pbi>openospfd-4.6-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/openospfd/openospfd.xml</config_file>
- <build_port_path>/usr/ports/net/openospfd</build_port_path>
- <build_port_path>/usr/ports/devel/libevent</build_port_path>
- <build_pbi>
- <ports_before>devel/libevent</ports_before>
- <port>net/openospfd</port>
- </build_pbi>
- <pkginfolink></pkginfolink>
- <required_version>1.2.1</required_version>
- <configurationfile>openospfd.xml</configurationfile>
- <depends_on_package>libevent-1.4.14b_1.tbz</depends_on_package>
- </package>
- <package>
- <name>Lightsquid</name>
- <descr>High perfomance web proxy report (LightSquid). Proxy realtime stat (SQStat). Requires squid HTTP proxy.</descr>
- <website>http://lightsquid.sf.net/</website>
- <category>Network Report</category>
- <version>1.8.0 pkg v.2.32</version>
- <maintainer>dv_serg@mail.ru</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>lightsquid-1.8_2.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
- <depends_on_package_pbi>lightsquid-1.8_2-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/lightsquid</build_port_path>
- <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
- <build_pbi>
- <ports_before>lang/perl5.12</ports_before>
- <port>www/lightsquid</port>
- </build_pbi>
- <build_options>WITHOUT_DEBUGGING=true WITHOUT_GDBM=true WITHOUT_PERL_MALLOC=true WITH_PERL_64BITINT=true WITHOUT_THREADS=true WITHOUT_MULTIPLICITY=true WITHOUT_SUIDPERL=true WITHOUT_SITECUSTOMIZE=true WITH_USE_PERL=true</build_options>
- <status>RC1</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/lightsquid/lightsquid.xml</config_file>
- <pkginfolink></pkginfolink>
- <configurationfile>lightsquid.xml</configurationfile>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>Sarg</name>
- <website>http://www.dansguardian.org/</website>
- <descr><![CDATA[Sarg - Squid Analysis Report Generator is a tool that allow you to view "where" your users are going to on the Internet.<br>
- Sarg provides many informations about Proxy(squid,squidguard or dansguardian) users activities: times, bytes, sites, etc...]]></descr>
- <category>Network Report</category>
- <config_file>http://www.pfsense.com/packages/config/sarg/sarg.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,47765.0.html</pkginfolink>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>sarg-2.3.2_2.tbz</depends_on_package>
- <depends_on_package>gd-2.0.35_7,1.tbz</depends_on_package>
- <depends_on_package_pbi>sarg-2.3.2_5-i386.pbi</depends_on_package_pbi>
- <version>2.3.2 pkg v.0.6.1</version>
- <status>RC2</status>
- <required_version>2.0</required_version>
- <configurationfile>sarg.xml</configurationfile>
- <build_port_path>/usr/ports/www/sarg</build_port_path>
- <build_options>WITHOUT_GD=false WITHOUT_PHP=true</build_options>
- <after_install_info>Please visit sarg settings on Status Menu to configure sarg.</after_install_info>
- </package>
- <package>
- <name>Ipguard-dev</name>
- <website>http://ipguard.deep.perm.ru/</website>
- <descr><![CDATA[Ipguard listens network for ARP packets. All permitted MAC-IP pairs listed in config files.<br>
- If it recieves one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.<br>
- This will prevent not permitted host to work properly in local ethernet segment.]]></descr>
- <category>Security</category>
- <config_file>http://www.pfsense.com/packages/config/ipguard/ipguard.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,49917.msg263664.html#msg263664</pkginfolink>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>ipguard-1.04.tbz</depends_on_package>
- <depends_on_package_pbi>ipguard-1.04-i386.pbi</depends_on_package_pbi>
- <version>1.0.4 pkg v.0.1</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <configurationfile>ipguard.xml</configurationfile>
- <build_port_path>/usr/ports/security/ipguard</build_port_path>
- <after_install_info>Please visit ipguard settings on Services Menu to configure.</after_install_info>
- </package>
- <package>
- <name>Varnish</name>
- <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
- It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.]]></descr>
- <website>http://varnish-cache.org</website>
- <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
- <category>Services</category>
- <version>2.1.5 pkg v.1.0</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/varnish64/varnish_backends.xml</config_file>
- <configurationfile>varnish_backends.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>varnish-2.1.5_1-i386.pbi gcc-4.2.5.20090325_5-i386.pbi</depends_on_package_pbi>
- <depends_on_package>varnish-2.1.5.tbz</depends_on_package>
- <depends_on_package>gcc-4.2.5.20090325_5.tbz</depends_on_package>
- <build_port_path>/usr/ports/www/varnish2</build_port_path>
- <build_port_path>/usr/ports/lang/gcc42</build_port_path>
- </package>
- <package>
- <name>Varnish3</name>
- <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
- It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.<br>
- Version 3.0.2 includes streaming support]]></descr>
- <website>http://varnish-cache.org</website>
- <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
- <category>Services</category>
- <version>3.0.2 pkg v.0.1</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/varnish3/varnish_backends.xml</config_file>
- <configurationfile>varnish_backends.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>gcc-4.2.5.20090325_5-i386.pbi varnish-3.0.2_1-i386.pbi</depends_on_package_pbi>
- <depends_on_package>varnish-3.0.2.tbz</depends_on_package>
- <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/www/varnish</build_port_path>
- <build_port_path>/usr/ports/lang/gcc42</build_port_path>
- </package>
- <package>
- <name>vnstat2</name>
- <website>http://humdi.net/vnstat/</website>
- <descr>Vnstat is a console-based network traffic monitor&lt;br /&gt;The vnstat PHP frontend and vnstati adds a more user friendly way of displaying traffic usage.</descr>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,14179.0.html</pkginfolink>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>vnstat-1.11.tbz</depends_on_package>
- <depends_on_package_pbi>vnstat-1.11_1-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/vnstat</build_port_path>
- <version>1.10_2</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <maintainer>crazypark2@yahoo.dk</maintainer>
- <config_file>http://www.pfsense.com/packages/config/vnstat2/vnstat2.xml</config_file>
- <configurationfile>vnstat2.xml</configurationfile>
- <after_install_info></after_install_info>
- </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.4</version>
- <status>Beta</status>
- <required_version>1.0</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>mbmon-205_5.tbz</depends_on_package>
- <depends_on_package_pbi>mbmon-205_5-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/mbmon</build_port_path>
- <config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file>
- <configurationfile>phpsysinfo.xml</configurationfile>
- <noembedded>true</noembedded>
- </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>
- <category>Services</category>
- <version>1.0.6.17</version>
- <status>Beta</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Tinydns_package</pkginfolink>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/tinydns/tinydns.xml</config_file>
- <configurationfile>tinydns.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>ucspi-tcp-0.88_2.tbz</depends_on_package>
- <depends_on_package>daemontools-0.76_16.tbz</depends_on_package>
- <depends_on_package>djbdns-ipv6-1.05.b23_13.tbz</depends_on_package>
- <depends_on_package_pbi>djbdns-1.05_14-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/ucspi-tcp</build_port_path>
- <build_port_path>/usr/ports/sysutils/daemontools</build_port_path>
- <build_port_path>/usr/ports/dns/djbdns</build_port_path>
- <build_pbi>
- <ports_before>sysutils/ucspi-tcp sysutils/daemontools</ports_before>
- <port>dns/djbdns</port>
- </build_pbi>
- <build_options>WITH_IPV6=true WITH_SRV=true WITHOUT_DUMPCACHE=true WITHOUT_IGNOREIP=true WITHOUT_JUMBO=true WITHOUT_MAN=true WITHOUT_PERSISTENT_MMAP=true</build_options>
- <supportedbybsdperimeter>YES</supportedbybsdperimeter>
- </package>
- <package>
- <name>Open-VM-Tools</name>
- <descr>VMware Tools</descr>
- <website>http://open-vm-tools.sourceforge.net/</website>
- <category>Services</category>
- <version>8.7.0.3046 (build-313025)</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
- <configurationfile>open-vm-tools.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <build_port_path>/usr/ports/emulators/open-vm-tools-nox11/</build_port_path>
- <depends_on_package>open-vm-tools-nox11-313025_2.tbz</depends_on_package>
- <depends_on_package>icu-4.8.1.1_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/icu</build_port_path>
- <depends_on_package>fusefs-kmod-0.3.9.p1.20080208_7.tbz</depends_on_package>
- <build_port_path>/usr/ports/sysutils/fusefs-kmod</build_port_path>
- <depends_on_package>fusefs-libs-2.7.4.tbz</depends_on_package>
- <build_port_path>/usr/ports/sysutils/fusefs-libs</build_port_path>
- <depends_on_package>glib-2.28.8_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/glib20</build_port_path>
- <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/net/libdnet</build_port_path>
- <depends_on_package>libiconv-1.13.1_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/converters/libiconv</build_port_path>
- <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/pcre</build_port_path>
- <depends_on_package>perl-5.12.3.tbz</depends_on_package>
- <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
- <depends_on_package>pkg-config-0.25_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
- <depends_on_package>python27-2.7.2_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/lang/python27</build_port_path>
- <build_pbi>
- <port>emulators/open-vm-tools-nox11</port>
- </build_pbi>
- <depends_on_package_pbi>open-vm-tools-nox11-425873_2-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>Open-VM-Tools-8.8.1</name>
- <descr>VMware Tools</descr>
- <website>http://open-vm-tools.sourceforge.net/</website>
- <category>Services</category>
- <version>528969</version>
- <status>RC</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
- <configurationfile>open-vm-tools.xml</configurationfile>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>open-vm-tools-nox11-528969,1.tbz</depends_on_package>
- <depends_on_package>pcre-8.30_1.tbz</depends_on_package>
- <!-- Fix me once a PBI is available! -->
- <maximum_version>2.1</maximum_version>
- </package>
- <package>
- <name>AutoConfigBackup</name>
- <maintainer>portal@bsdperimeter.com</maintainer>
- <descr>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from https://portal.pfsense.org</descr>
- <website>https://portal.pfsense.org</website>
- <category>Services</category>
- <version>1.20</version>
- <status>Stable</status>
- <required_version>1.2</required_version>
- <pkginfolink>http://doc.pfsense.org/index.php/AutoConfigBackup</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/autoconfigbackup/autoconfigbackup.xml</config_file>
- <configurationfile>autoconfigbackup.xml</configurationfile>
- </package>
- <package>
- <name>arping</name>
- <descr>Broadcasts a who-has ARP packet on the network and prints answers. </descr>
- <website>http://www.habets.pp.se/synscan/programs.php?prog=arping</website>
- <category>Services</category>
- <version>2.09.1</version>
- <status>Stable</status>
- <required_version>1.0.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/arping/arping.xml</config_file>
- <configurationfile>arping.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>arping-2.09_1.tbz</depends_on_package>
- <depends_on_package_pbi>arping-2.09_1-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/arping</build_port_path>
- <pkginfolink>http://doc.pfsense.org/index.php/Arping</pkginfolink>
- </package>
- <package>
- <name>nmap</name>
- <maintainer>jimp@pfsense.org</maintainer>
- <descr>NMap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), version detection (determine what application/service is runing on a port), and TCP/IP fingerprinting (remote host OS or device identification). It also offers flexible target and port specification, decoy/stealth scanning, SunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and command line modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>lua-5.1.5_4.tbz</depends_on_package>
- <depends_on_package>nmap-6.01.tbz</depends_on_package>
- <depends_on_package_pbi>nmap-6.01-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/nmap/nmap.xml</config_file>
- <version>nmap-6.01 pkg v1.2</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Nmap_package</pkginfolink>
- <required_version>2.0</required_version>
- <configurationfile>nmap.xml</configurationfile>
- <build_port_path>/usr/ports/security/nmap</build_port_path>
- <depends_on_package>libpcap-1.2.1.tbz</depends_on_package>
- </package>
- <package>
- <name>imspector</name>
- <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
- <website>http://www.imspector.org/</website>
- <category>Network Management</category>
- <maintainer>billm@pfsense.org</maintainer>
- <version>0.9-4</version>
- <required_version>2.0</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/imspector/imspector.xml</config_file>
- <configurationfile>imspector.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>sqlite3-3.7.12.1.tbz</depends_on_package>
- <depends_on_package>imspector-0.9.tbz</depends_on_package>
- <depends_on_package_pbi>imspector-0.9-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net-im/imspector</build_port_path>
- </package>
- <package>
- <name>imspector-dev</name>
- <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
- <website>http://www.imspector.org/</website>
- <category>Network Management</category>
- <maintainer>marcellocoutinho@gmail.com</maintainer>
- <version>20111108 pkg v 0.3.1</version>
- <required_version>2.0</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/imspector-dev/imspector.xml</config_file>
- <configurationfile>imspector.xml</configurationfile>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>mysql-client-5.5.19.tbz</depends_on_package>
- <depends_on_package>imspector-20111108.tbz</depends_on_package>
- <depends_on_package_pbi>imspector-20111108-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>nut</name>
- <descr>Network UPS Tools</descr>
- <website>http://www.networkupstools.org/</website>
- <category>Network Management</category>
- <version>2.6.4 pkg 2.0</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>rswagoner@gmail.com</maintainer>
- <config_file>http://www.pfsense.com/packages/config/nut/nut.xml</config_file>
- <configurationfile>nut.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>nut-2.6.4.tbz</depends_on_package>
- <depends_on_package_pbi>nut-2.6.4-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/nut</build_port_path>
- <pkginfolink>http://doc.pfsense.org/index.php/Nut_package</pkginfolink>
- </package>
- <package>
- <name>diag_new_states</name>
- <descr>Paul Taylors version of Diagnostics States which utilizes pftop.</descr>
- <website>http://www.addressplus.net</website>
- <category>Network Management</category>
- <version>0.2</version>
- <maintainer>ptaylor@addressplus.net</maintainer>
- <required_version>1.2.1</required_version>
- <status>BETA</status>
- <config_file>http://www.pfsense.org/packages/config/diag_states_pt/diag_new_states.xml</config_file>
- <configurationfile>http://www.pfsense.com/packages/config/diag_states_pt/diag_new_states.xml</configurationfile>
- </package>
- <package>
- <name>darkstat</name>
- <website>http://dmr.ath.cx/net/darkstat/</website>
- <descr>darkstat is a network statistics gatherer. It's a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>darkstat-3.0.714.tbz</depends_on_package>
- <depends_on_package_pbi>darkstat-3.0.715-i386.pbi</depends_on_package_pbi>
- <version>3.0.714</version>
- <status>Stable</status>
- <required_version>1.2.1</required_version>
- <maintainer>sullrich+pfsp@gmail.com</maintainer>
- <config_file>http://www.pfsense.com/packages/config/darkstat/darkstat.xml</config_file>
- <configurationfile>darkstat.xml</configurationfile>
- <build_port_path>/usr/ports/net-mgmt/darkstat</build_port_path>
- </package>
- <package>
- <name>pfflowd</name>
- <website>http://www.mindrot.org/pfflowd.html</website>
- <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr>
- <category>Network Management</category>
- <config_file>http://www.pfsense.com/packages/config/pfflowd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>pfflowd-0.8.tbz</depends_on_package>
- <depends_on_package_pbi>pfflowd-0.8-i386.pbi</depends_on_package_pbi>
- <version>0.8.3</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <configurationfile>pfflowd.xml</configurationfile>
- <maintainer></maintainer>
- <build_port_path>/usr/ports/net/pfflowd-0.8</build_port_path>
- </package>
- <package>
- <name>widentd</name>
- <descr>RFC1413 auth/identd daemon with fixed fake reply</descr>
- <website>http://www.webweaving.org/widentd</website>
- <category>Services</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>widentd-1.03_1.tbz</depends_on_package>
- <depends_on_package_pbi>widentd-1.03_1-i386.pbi</depends_on_package_pbi>
- <version>1.03_1</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Widentd_package</pkginfolink>
- <required_version>1.2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/widentd.xml</config_file>
- <configurationfile>widentd.xml</configurationfile>
- <build_port_path>/usr/ports/net/widentd</build_port_path>
- </package>
- <package>
- <name>freeradius</name>
- <website>http://www.freeradius.org/</website>
- <descr>A free implementation of the RADIUS protocol.</descr>
- <category>System</category>
- <version>1.1.8 pkg v1.0.5</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <maintainer>none</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>freeradius-1.1.8_4.tbz</depends_on_package>
- <depends_on_package>libltdl-2.4_1.tbz</depends_on_package>
- <depends_on_package_pbi>freeradius-1.1.8_5-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/freeradius.xml</config_file>
- <configurationfile>freeradius.xml</configurationfile>
- <build_port_path>/usr/ports/net/freeradius</build_port_path>
- <build_port_path>/usr/ports/devel/libltdl</build_port_path>
- <build_pbi>
- <ports_before>devel/libltdl</ports_before>
- <port>net/freeradius</port>
- </build_pbi>
- <after_install_info>Please visit Services: freeRADIUS</after_install_info>
- </package>
- <package>
- <name>freeradius2</name>
- <website>http://www.freeradius.org/</website>
- <descr><![CDATA[A free implementation of the RADIUS protocol.<br>
- Support: MySQL, PostgreSQL, LDAP, Kerberos<br>
- FreeRADIUS and FreeRADIUS2 settings are not compatible so don't use them together or try to update<br>
- On pfSense docs there is a how-to which could help you on porting users.]]></descr>
- <pkginfolink>http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
- <category>System</category>
- <version>2.1.12_1 pkg v1.6.6_4</version>
- <status>RC1</status>
- <required_version>2.0</required_version>
- <maintainer>nachtfalkeaw@web.de</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>freeradius-2.1.12_1.tbz</depends_on_package>
- <depends_on_package_pbi>freeradius-2.1.12_1-i386.pbi</depends_on_package_pbi>
- <depends_on_package>mysql-client-5.1.63.tbz</depends_on_package>
- <depends_on_package>postgresql-client-8.4.12.tbz</depends_on_package>
- <depends_on_package>openldap-sasl-client-2.4.23.tbz</depends_on_package>
- <config_file>http://www.pfsense.org/packages/config/freeradius2/freeradius.xml</config_file>
- <configurationfile>freeradius.xml</configurationfile>
- <after_install_info>Please visit Services: FreeRADIUS</after_install_info>
- <!-- Try to use the new PBI build syntax here, it may help it pick up the right libs inside the single PBI rather than using multiple. -->
- <build_pbi>
- <ports_before>security/krb5</ports_before>
- <port>net/freeradius2</port>
- </build_pbi>
- <build_options>WITH_KERBEROS=yes WITH_MYSQL=yes WITH_PGSQL=yes WITH_PERL=yes WITH_PYTHON=yes WITH_LDAP=yes</build_options>
- </package>
- <package>
- <name>bandwidthd</name>
- <website>http://bandwidthd.sourceforge.net/</website>
- <descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
- <category>System</category>
- <version>2.0.1.3</version>
- <status>BETA</status>
- <required_version>1.2.1</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>bandwidthd-2.0.1_4.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1.tbz</depends_on_package>
- <depends_on_package>postgresql-client-8.4.12.tbz</depends_on_package>
- <depends_on_package_pbi>bandwidthd-2.0.1_5-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file>
- <configurationfile>bandwidthd.xml</configurationfile>
- <build_port_path>/usr/ports/net/libpcap</build_port_path>
- <build_port_path>/usr/ports/databases/postgresql84-client</build_port_path>
- <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path>
- <build_pbi>
- <ports_before>net/libpcap databases/postgresql91-client graphics/gd</ports_before>
- <port>net-mgmt/bandwidthd</port>
- </build_pbi>
- <build_options>WITH_NLS=true WITHOUT_PAM=true WITHOUT_LDAP=true WITHOUT_MIT_KRB5=true WITHOUT_HEIMDAL_KRB5=true WITHOUT_OPTIMIZED_CFLAGS=true WITHOUT_XML=true WITHOUT_TZDATA=true WITHOUT_DEBUG=true WITHOUT_GSSAPI=true WITHOUT_ICU=true WITH_INTDATE=true</build_options>
- </package>
- <package>
- <name>stunnel</name>
- <website>http://www.stunnel.org/</website>
- <descr>An SSL encryption wrapper between remote client and local or remote servers. </descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>stunnel-4.43.tbz</depends_on_package>
- <depends_on_package_pbi>stunnel-4.53-i386.pbi</depends_on_package_pbi>
- <version>4.43.0</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Stunnel_package</pkginfolink>
- <required_version>1.2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/stunnel.xml</config_file>
- <configurationfile>stunnel.xml</configurationfile>
- <build_port_path>/usr/ports/security/stunnel</build_port_path>
- <build_options>WITHOUT_FORK=true WITH_PTHREAD=true WITHOUT_UCONTEXT=true WITHOUT_IPV6=true WITH_LIBWRAP=true WITHOUT_SSL_PORT=true</build_options>
- </package>
- <package>
- <name>iperf</name>
- <website>http://dast.nlanr.net/Projects/Iperf/</website>
- <descr>Iperf is a tool for testing network throughput, loss, and jitter.</descr>
- <category>Network Management</category>
- <config_file>http://www.pfsense.com/packages/config/iperf.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>iperf-2.0.5.tbz</depends_on_package>
- <depends_on_package_pbi>iperf-2.0.5-i386.pbi</depends_on_package_pbi>
- <version>2.0.5</version>
- <status>Beta</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Iperf_package</pkginfolink>
- <required_version>1.2.1</required_version>
- <configurationfile>iperf.xml</configurationfile>
- <build_port_path>/usr/ports/benchmarks/iperf</build_port_path>
- </package>
- <package>
- <name>netio</name>
- <website>http://freshmeat.net/projects/netio/</website>
- <descr>This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes.</descr>
- <category>Network Management</category>
- <config_file>http://www.pfsense.com/packages/config/netio.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All</depends_on_package_base_url>
- <depends_on_package>netio-1.26.tbz</depends_on_package>
- <depends_on_package_pbi>netio-1.26-i386.pbi</depends_on_package_pbi>
- <version>1.26</version>
- <required_version>2.0</required_version>
- <status>ALPHA</status>
- <configurationfile>netio.xml</configurationfile>
- <build_port_path>/usr/ports/benchmarks/netio</build_port_path>
- </package>
- <package>
- <name>mtr-nox11</name>
- <maintainer>billm@pfsense.org</maintainer>
- <descr>Enhanced traceroute replacement</descr>
- <website>http://www.bitwizard.nl/mtr/</website>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>mtr-nox11-0.82.tbz</depends_on_package>
- <depends_on_package_pbi>mtr-0.82_1-i386.pbi</depends_on_package_pbi>
- <version>0.82</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/mtr-nox11.xml</config_file>
- <configurationfile>mtr-nox11.xml</configurationfile>
- <build_port_path>/usr/ports/net/mtr</build_port_path>
- </package>
- <package>
- <name>squid</name>
- <descr>High performance web proxy cache.</descr>
- <website>http://www.squid-cache.org/</website>
- <category>Network</category>
- <version>2.7.9 pkg v.4.3.1</version>
- <status>Stable</status>
- <required_version>2</required_version>
- <maintainer>fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>squid-2.7.9_1.tbz</depends_on_package>
- <depends_on_package>squid_radius_auth-1.10.tbz</depends_on_package>
- <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
- <depends_on_package_pbi>squid-2.7.9_1-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/squid</build_port_path>
- <build_port_path>/usr/ports/www/squid_radius_auth</build_port_path>
- <build_port_path>/usr/ports/www/libwww</build_port_path>
- <build_pbi>
- <ports_before>www/libwww</ports_before>
- <port>www/squid</port>
- <ports_after>www/squid_radius_auth</ports_after>
- </build_pbi>
- <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true SQUID_UID=proxy SQUID_GID=proxy</build_options>
- <config_file>http://www.pfsense.org/packages/config/squid/squid.xml</config_file>
- <configurationfile>squid.xml</configurationfile>
- </package>
- <package>
- <name>squid3</name>
- <descr><![CDATA[High performance web proxy cache.<br>
- It combines squid as a proxy server with it's capabilities of acting as a HTTP / HTTPS reverse proxy.<br>
- It includes an Exchange-Web-Access (OWA) Assistant.]]></descr>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,48347.0.html</pkginfolink>
- <website>http://www.squid-cache.org/</website>
- <category>Network</category>
- <version>3.1.20 pkg 2.0.5_7</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <maintainer>marcellocoutinho@gmail.com fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>squid-3.1.20.tbz</depends_on_package>
- <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
- <build_pbi>
- <ports_before>www/libwww</ports_before>
- <port>www/squid31</port>
- <ports_after>www/squid_radius_auth</ports_after>
- </build_pbi>
- <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_IPV6=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_SSL=true WITH_SQUID_SSL_CRTD=true WITH_SQUID_PINGER=true WITH_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITHOUT_SQUID_WCCP=true WITH_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITH_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_IPFW=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITHOUT_SQUID_ECAP=true WITHOUT_SQUID_ICAP=true WITHOUT_SQUID_ESI=true WITH_SQUID_AUFS=true WITHOUT_SQUID_COSS=true WITHOUT_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITHOUT_SQUID_DEBUG=true</build_options>
- <config_file>http://www.pfsense.org/packages/config/squid-reverse/squid.xml</config_file>
- <configurationfile>squid.xml</configurationfile>
- <depends_on_package_pbi>squid-3.1.20-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>LCDproc</name>
- <descr>LCD display driver</descr>
- <website>http://www.lcdproc.org/</website>
- <category>Utility</category>
- <version>lcdproc-0.5.5</version>
- <status>BETA</status>
- <required_version>1.2.1</required_version>
- <maintainer>seth.mos@dds.nl</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
- <depends_on_package_pbi>lcdproc-0.5.5-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/lcdproc/lcdproc.xml</config_file>
- <configurationfile>lcdproc.xml</configurationfile>
- <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
- <build_options>WITH_USB=true</build_options>
- </package>
- <package>
- <name>LCDproc-dev</name>
- <descr>LCD display driver - Development version</descr>
- <website>http://www.lcdproc.org/</website>
- <category>Utility</category>
- <version>lcdproc-0.5.5 pkg v. 0.9.4</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>michele@nt2.it</maintainer>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,44034.0.html</pkginfolink>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
- <depends_on_package_pbi>lcdproc-0.5.5-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/lcdproc-dev/lcdproc.xml</config_file>
- <configurationfile>lcdproc.xml</configurationfile>
- <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
- <build_options>WITH_USB=true</build_options>
- <after_install_info>Please set the service options in Services-LCDproc before running the service.</after_install_info>
- </package>
- <package>
- <name>arpwatch</name>
- <descr>Arpwatch monitors ethernet/ip address pairings. It also logs certain changes to syslog.</descr>
- <website>http://www-nrg.ee.lbl.gov/</website>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>arpwatch-2.1.a15_6.tbz</depends_on_package>
- <depends_on_package_pbi>arpwatch-2.1.a15_6-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net-mgmt/arpwatch</build_port_path>
- <version>2.1.a15_6</version>
- <status>ALPHA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/arpwatch.xml</config_file>
- <configurationfile>arpwatch.xml</configurationfile>
- <logging>
- <facilityname>arpwatch</facilityname>
- <logfilename>arpwatch.log</logfilename>
- </logging>
- </package>
- <package>
- <name>squidGuard</name>
- <descr>High perfomance web proxy URL filter. Requires proxy Squid package.</descr>
- <website>http://www.squidGuard.org/</website>
- <maintainer>dv_serg@mail.ru</maintainer>
- <category>Network Management</category>
- <version>1.4_2 pkg v.1.9.1</version>
- <status>Beta</status>
- <required_version>1.1</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>squidGuard-1.4_4.tbz</depends_on_package>
- <depends_on_package>db41-4.1.25_4.tbz</depends_on_package>
- <depends_on_package>db3-3.3.11_3,1.tbz</depends_on_package>
- <depends_on_package>cyrus-sasl-2.1.25_1.tbz</depends_on_package>
- <depends_on_package_pbi>squidguard-1.4_4-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/squidguard</build_port_path>
- <build_port_path>/usr/ports/databases/db41</build_port_path>
- <build_port_path>/usr/ports/security/cyrus-sasl2</build_port_path>
- <build_pbi>
- <ports_before>databases/db41 security/cyrus-sasl2</ports_before>
- <port>www/squidguard</port>
- </build_pbi>
- <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITH_SAMPLE_BL=true WITH_LDAP=true WITH_SASL=true WITH_FETCH=true</build_options>
- <config_file>http://www.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file>
- <configurationfile>squidguard.xml</configurationfile>
- </package>
- <package>
- <name>Zabbix Agent</name>
- <descr>Monitoring agent.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/zabbix-agent/zabbix-agent.xml</config_file>
- <version>1.8.10,2 pkg v1.1</version>
- <status>FINAL</status>
- <required_version>1.2.3</required_version>
- <configurationfile>zabbix-agent.xml</configurationfile>
- <maintainer>remco.verhoef@redfive.biz</maintainer>
- <build_port_path>/usr/ports/net-mgmt/zabbix-agent</build_port_path>
- <build_pbi>
- <custom_name>zabbix-agent</custom_name>
- <port>net-mgmt/zabbix-agent</port>
- </build_pbi>
- <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>zabbix-agent-1.8.10,2.tbz</depends_on_package>
- <depends_on_package_pbi>zabbix-agent-1.8.13-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>Zabbix Proxy</name>
- <descr>Monitoring agent proxy.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/zabbix-proxy/zabbix-proxy.xml</config_file>
- <version>1.8.8,2 pkg v1.1</version>
- <status>FINAL</status>
- <required_version>1.2.3</required_version>
- <configurationfile>zabbix-proxy.xml</configurationfile>
- <maintainer>cmb@pfsense.org</maintainer>
- <build_port_path>/usr/ports/net-mgmt/zabbix-proxy</build_port_path>
- <build_pbi>
- <custom_name>zabbix-proxy</custom_name>
- <port>net-mgmt/zabbix-proxy</port>
- </build_pbi>
- <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>zabbix-proxy-1.8.8,2.tbz</depends_on_package>
- <depends_on_package_pbi>zabbix-proxy-1.8.13-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>OpenVPN Client Export Utility</name>
- <descr>Allows a pre-configured OpenVPN Windows Client or or Mac OSX's Viscosity configuration bundle to be exported directly from pfSense.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>p7zip-9.20.1.tbz</depends_on_package>
- <depends_on_package>zip-3.0.tbz</depends_on_package>
- <depends_on_package_pbi>zip-3.0-i386.pbi p7zip-9.20.1-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/archivers/p7zip</build_port_path>
- <build_port_path>/usr/ports/archivers/zip</build_port_path>
- <version>0.26</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/openvpn-client-export/openvpn-client-export.xml</config_file>
- <configurationfile>openvpn-client-export.xml</configurationfile>
- </package>
- <package>
- <name>HAVP antivirus</name>
- <pkginfolink></pkginfolink>
- <website>http://www.server-side.de/</website>
- <descr>Antivirus: HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. And File Scanner for local files.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>havp-0.91_1.tbz</depends_on_package>
- <depends_on_package_pbi>havp-0.91_1-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/havp</build_port_path>
- <build_options>CLAMAVUSER=havp CLAMAVGROUP=havp</build_options>
- <version>0.91_1 pkg v1.01</version>
- <status>BETA</status>
- <required_version>1.2.2</required_version>
- <config_file>http://www.pfsense.com/packages/config/havp/havp.xml</config_file>
- <configurationfile>havp.xml</configurationfile>
- <maintainer>dv_serg@mail.ru</maintainer>
- <after_install_info>Please check the HAVP settings.</after_install_info>
- </package>
- <package>
- <name>pfJailctl</name>
- <descr>pfSense wrapper for jailctl - a jail management tool. Allows you to run jails on pfSense.</descr>
- <website>http://anduin.net/jailctl/</website>
- <category>System</category>
- <version>0.51</version>
- <required_version>1.2.3</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/jailctl.xml</config_file>
- <configurationfile>jailctl.xml</configurationfile>
- <maintainer>ltning-jailctl@anduin.net</maintainer>
- </package>
- <package>
- <name>jail_template</name>
- <descr>Basic template for jails, probably requires pfJailctl to be useful. Includes 'base' and 'manpages' dists.</descr>
- <website>http://anduin.net/jailctl/</website>
- <category>System</category>
- <version>0.2</version>
- <required_version>1.2.3</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/jail_template.xml</config_file>
- <configurationfile>jail_template.xml</configurationfile>
- <maintainer>ltning-jailctl@anduin.net</maintainer>
- </package>
- <package>
- <name>blinkled</name>
- <descr>Allows you to use LEDs for network activity on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
- <category>System</category>
- <version>0.3</version>
- <status>Beta</status>
- <maintainer>jimp@pfsense.org</maintainer>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.org/packages/config/blinkled8/blinkled.xml</config_file>
- <configurationfile>blinkled.xml</configurationfile>
- <pkginfolink>http://doc.pfsense.org/index.php/BlinkLED_Package</pkginfolink>
- <website>http://doc.pfsense.org/index.php/BlinkLED_Package</website>
- <build_port_path>/usr/ports/sysutils/blinkled</build_port_path>
- <build_pbi>
- <port>sysutils/blinkled</port>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>blinkled-0.1.tbz</depends_on_package>
- <depends_on_package_pbi>blinkled-0.1-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>gwled</name>
- <descr>Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
- <category>System</category>
- <version>0.2</version>
- <status>Beta</status>
- <maintainer>jimp@pfsense.org</maintainer>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.org/packages/config/gwled/gwled.xml</config_file>
- <configurationfile>gwled.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.3.2</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 alerts.</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>Dashboard Widget: Antivirus Status</name>
- <descr>Dashboard widget for HAVP status.</descr>
- <category>System</category>
- <config_file>http://www.pfsense.com/packages/config/widget-antivirus/widget-antivirus.xml</config_file>
- <version>0.1</version>
- <status>BETA</status>
- <required_version>1.2</required_version>
- <configurationfile>widget-havp.xml</configurationfile>
- </package>
- <package>
- <name>RRD Summary</name>
- <descr>RRD Summary Page, which will give a total amount of traffic passed In/Out during this and the previous month.</descr>
- <category>System</category>
- <version>1.1</version>
- <status>Beta</status>
- <maintainer>jimp@pfsense.org</maintainer>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.org/packages/config/rrd-summary/rrd-summary.xml</config_file>
- <configurationfile>rrd-summary.xml</configurationfile>
- </package>
- <package>
- <name>ifBWStats</name>
- <website/>
- <descr>Interface Bandwidth Stats. Tracks data usage on each interface. Helpful if your isp caps your montly data usage. No dependancies (ie rrd).</descr>
- <category>Diagnostics</category>
- <config_file>http://www.pfsense.org/packages/config/ifbwstats/ifbwstats.xml</config_file>
- <version>1.0</version>
- <status>Beta</status>
- <required_version>3.0</required_version>
- <configurationfile>ifbwstats.xml</configurationfile>
- </package>
- <package>
- <name>Unbound</name>
- <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr>
- <website>http://www.unbound.net/</website>
- <category>Services</category>
- <version>1.4.14_01</version>
- <status>Alpha</status>
- <maintainer>warren@decoy.co.za</maintainer>
- <required_version>2.0</required_version>
- <maximum_version>2.1</maximum_version>
- <pkginfolink>http://doc.pfsense.org/index.php/Unbound_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/unbound/unbound.xml</config_file>
- <configurationfile>unbound.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>unbound-1.4.14.tbz</depends_on_package>
- <depends_on_package>ldns-1.6.11.tbz</depends_on_package>
- <depends_on_package>expat-2.0.1_2.tbz</depends_on_package>
- <depends_on_package>libevent-1.4.14b_2.tbz</depends_on_package>
- <build_port_path>/usr/ports/dns/unbound/</build_port_path>
- <build_port_path>/usr/ports/dns/ldns</build_port_path>
- <build_port_path>/usr/ports/textproc/expat2</build_port_path>
- <build_port_path>/usr/ports/devel/libevent2</build_port_path>
- <build_pbi>
- <ports_before>dns/ldns textproc/expat2 devel/libevent2</ports_before>
- <port>dns/unbound</port>
- </build_pbi>
- <build_options>WITH_LIBEVENT=true WITH_THREADS=true WITHOUT_GOST=true WITHOUT_MAN=true</build_options>
- <logging>
- <facilityname>unbound</facilityname>
- <logfilename>unbound.log</logfilename>
- <logtab>Unbound</logtab>
- </logging>
- <after_install_info>Please visit Services: Unbound DNS to configure the Unbound DNS service. Remember you will need to disable Services: DNS Forwarder before starting Unbound. Also note if your DHCP server makes use of pfSense as the DNS server, then you will now need to add the IP address of the respective interface to the DNS servers field, in the DHCP server configuration page.</after_install_info>
- </package>
- <package>
- <name>Shellcmd</name>
- <website/>
- <descr>The shellcmd utility is used to manage commands on system startup.</descr>
- <category>Services</category>
- <pkginfolink></pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/shellcmd/shellcmd.xml</config_file>
- <version>0.5</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>shellcmd.xml</configurationfile>
- </package>
- <package>
- <name>widescreen</name>
- <descr>The package makes pfSense adapt to browser's current width. It is particularly convenient for Status->Dashboard page that allocates columns for widgets according to browser's current width. ATTENTION: the package heavily modifies pfsense_ng theme and affects other's themes appearance. Please REFRESH your browser's window after installing/uninstalling this package.</descr>
- <website></website>
- <pkginfolink></pkginfolink>
- <category>Enhancements</category>
- <version>0.2</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>ey@tm-k.com</maintainer>
- <config_file>http://www.pfsense.org/packages/config/widescreen/widescreen.xml</config_file>
- <configurationfile>widescreen.xml</configurationfile>
- <!-- Disabling on 2.1 since it overwrites the menu -->
- <maximum_version>2.1</maximum_version>
- </package>
- <package>
- <name>NRPE v2</name>
- <website>http://wiki.nagios.org/index.php/Howtos:nrpe_nsca</website>
- <descr>NRPE is an addon for Nagios that allows you to execute plugins on remote Linux/Unix hosts. This is useful if you need to monitor local resources/attributes like disk usage, CPU load, memory usage, etc. on a remote host.</descr>
- <category>Services</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>nrpe-2.12_3.tbz</depends_on_package>
- <depends_on_package>nagios-plugins-1.4.15_1,1.tbz</depends_on_package>
- <depends_on_package_pbi>nrpe-2.13-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net-mgmt/nrpe2</build_port_path>
- <build_port_path>/usr/ports/net-mgmt/nagios-plugins</build_port_path>
- <build_pbi>
- <ports_before>net-mgmt/nagios-plugins</ports_before>
- <port>net-mgmt/nrpe2</port>
- </build_pbi>
- <build_options>WITH_SSL=true WITHOUT_ARGS=true</build_options>
- <config_file>http://www.pfsense.com/packages/config/nrpe2/nrpe2.xml</config_file>
- <version>2.12_3 v2.1</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>erik@erikkristensen.com</maintainer>
- <configurationfile>nrpe2.xml</configurationfile>
- </package>
- <package>
- <name>SSHDCond</name>
- <descr><![CDATA[Allows to define SSH overrides for users,groups,hosts and addresses using Match in a convenient way.<br>
- This package acts as an access list frontend for ssh connections]]></descr>
- <category>Enhancements</category>
- <version>1.0</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/sshdcond/sshdcond.xml</config_file>
- <maintainer>namezero@afim.info</maintainer>
- <configurationfile>sshdcond.xml</configurationfile>
- </package>
- <package>
- <name>mailreport</name>
- <descr>Allows you to setup periodic e-mail reports containing RRD graphs.</descr>
- <category>Network Management</category>
- <version>1.2</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/mailreport/mailreport.xml</config_file>
- <configurationfile>mailreport.xml</configurationfile>
- </package>
- <package>
- <name>zebedee</name>
- <descr><![CDATA[Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP data transfer between two systems.<br>
- This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression.]]>
- </descr>
- <category>Services</category>
- <version>1.0</version>
- <status>BETA</status>
- <website>www.winton.org.uk/zebedee/</website>
- <maintainer>jorgelustosa@gmail.com marcellocoutinho@gmail.com</maintainer>
- <required_version>2.0</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>zebedee-2.5.3.tbz</depends_on_package>
- <depends_on_package_pbi>zebedee-2.5.3-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/zebedee/zebedee.xml</config_file>
- <configurationfile>zebedee.xml</configurationfile>
- <build_port_path>/usr/ports/security/zebedee</build_port_path>
- </package>
- <package>
- <name>OpenVPN tap Bridging Fix</name>
- <descr>Patch to fix OpenVPN tap bridging on 2.0.x. WARNING! Cannot be uninstalled.</descr>
- <category>System</category>
- <config_file>http://www.pfsense.com/packages/config/openvpn_tapfix_20x/openvpn_tapfix_20x.xml</config_file>
- <version>0.3</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maximum_version>2.1</maximum_version>
- </package>
- <package>
- <name>Quagga OSPF</name>
- <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD. Installing both will break things.</descr>
- <maintainer>jimp@pfsense.org</maintainer>
- <version>0.99.20.1 v0.5</version>
- <category>Routing</category>
- <status>BETA</status>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>quagga-0.99.20.1.tbz</depends_on_package>
- <depends_on_package_pbi>quagga-0.99.21-i386.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd.xml</config_file>
- <build_port_path>/usr/ports/net/quagga</build_port_path>
- <pkginfolink></pkginfolink>
- <required_version>2.0</required_version>
- <configurationfile>quagga_ospfd.xml</configurationfile>
- </package>
- <package>
- <name>System Patches</name>
- <descr>A package to apply and maintain custom system patches.</descr>
- <maintainer>jimp@pfsense.org</maintainer>
- <version>0.7.1</version>
- <category>System</category>
- <status>BETA</status>
- <config_file>http://www.pfsense.com/packages/config/systempatches/systempatches.xml</config_file>
- <pkginfolink></pkginfolink>
- <required_version>2.0</required_version>
- <configurationfile>systempatches.xml</configurationfile>
- </package>
- <package>
- <name>bacula-client</name>
- <pkginfolink>http://www.bacula.org/</pkginfolink>
- <descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr>
- <website>http://www.bacula.org/</website>
- <category>Services</category>
- <version>5.2.6 pkg v 1.0</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/bacula-client/bacula-client.xml</config_file>
- <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.3-release/All/</depends_on_package_base_url>
- <depends_on_package>bacula-client-5.2.6.tbz</depends_on_package>
- <depends_on_package_pbi>bacula-5.2.6-i386.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/bacula-client</build_port_path>
- <build_pbi>
- <port>sysutils/bacula-client</port>
- </build_pbi>
- <maintainer>marcioc.antao@gmail.com</maintainer>
- <configurationfile>bacula-client.xml</configurationfile>
- <after_install_info>Please visit the bacula client tab on services menu.</after_install_info>
- </package>
- <package>
- <!-- This does not exist yet, this is here to trigger a PBI build -->
- <name>urlsnarf</name>
- <pkginfolink>http://forum.pfsense.org/</pkginfolink>
- <descr><![CDATA[HTTP URL Sniffer]]></descr>
- <category>Services</category>
- <version>0.1</version>
- <status>Beta</status>
- <required_version>2.2</required_version>
- <config_file>http://www.pfsense.com/packages/config/urlsnarf/urlsnarf.xml</config_file>
- <maintainer>jimp@pfsense.org</maintainer>
- <configurationfile>urlsnarf.xml</configurationfile>
- <build_pbi>
- <port>security/dsniff</port>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>dsniff-2.3_4-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <!-- This does not exist yet, this is here to trigger a PBI build -->
- <name>iftop</name>
- <pkginfolink>http://forum.pfsense.org/</pkginfolink>
- <descr><![CDATA[Realtime interface monitor (console only)]]></descr>
- <category>Services</category>
- <version>0.1</version>
- <status>Beta</status>
- <required_version>2.2</required_version>
- <config_file>http://www.pfsense.com/packages/config/iftop/iftop.xml</config_file>
- <maintainer>jimp@pfsense.org</maintainer>
- <configurationfile>iftop.xml</configurationfile>
- <build_pbi>
- <port>net-mgmt/iftop</port>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>iftop-0.17-i386.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>tinc</name>
- <website>http://www.tinc-vpn.org/</website>
- <descr>tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private mesh network between hosts on the Internet.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>tinc-1.0.19-i386.pbi</depends_on_package_pbi>
- <build_pbi>
- <port>security/tinc</port>
- </build_pbi>
- <build_options></build_options>
- <version>1.0.19</version>
- <status>ALPHA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/tinc_package</pkginfolink>
- <required_version>2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/tinc/tinc.xml</config_file>
- <configurationfile>tinc.xml</configurationfile>
- <logging>
- <facilityname>tinc</facilityname>
- <logfilename>tinc.log</logfilename>
- <logtab>tinc</logtab>
- </logging>
- </package>
- <package>
- <name>syslog-ng</name>
- <website>http://www.balabit.com/network-security/syslog-ng/</website>
- <descr>Syslog-ng syslog server. This service is not intended to replace the default pfSense syslog server but rather acts as an independent syslog server.</descr>
- <category>Services</category>
- <version>3.3.6_2</version>
- <status>ALPHA</status>
- <required_version>2.1</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>syslog-ng-3.3.6_2-i386.pbi</depends_on_package_pbi>
- <build_pbi>
- <ports_before>sysutils/logrotate</ports_before>
- <port>sysutils/syslog-ng</port>
- </build_pbi>
- <build_options></build_options>
- <maintainer>laleger@gmail.com</maintainer>
- <config_file>http://www.pfsense.com/packages/config/syslog-ng/syslog-ng.xml</config_file>
- <configurationfile>syslog-ng.xml</configurationfile>
- </package>
- </packages>
-</pfsensepkgs>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- pfSense packages -->
+<pfsensepkgs>
+<copy_packages_to_host_ssh_port>222</copy_packages_to_host_ssh_port>
+<copy_packages_to_host_ssh>packagecopy@files.pfsense.org</copy_packages_to_host_ssh>
+<copy_packages_to_folder_ssh>/usr/local/www/files/packages/8/All/</copy_packages_to_folder_ssh>
+<packages>
+<!--
+ <package>
+ <name>someprogram</name>
+ <pkginfolink>http://forum.pfsense.org/</pkginfolink>
+ <descr><![CDATA[Some cool program]]></descr>
+ <website>http://www.example.org/someprogram</website>
+ <category>Services</category>
+ <version>0.99</version>
+ <status>Beta</status>
+ <required_version>2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/someprogram/someprogram.xml</config_file>
+ <maintainer>me@example.com</maintainer>
+ <configurationfile>someprogram.xml</configurationfile>
+ <build_pbi>
+ <ports_before>db/somethingextraineed</ports_before>
+ <port>net/someprogram</port>
+ <ports_after>www/somethingelsetoputinthepbi www/somethingelse</ports_after>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>someprogram-0.99-i386.pbi</depends_on_package_pbi>
+ </package>
+-->
+ <package>
+ <name>Asterisk</name>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,47210.0.html</pkginfolink>
+ <descr><![CDATA[Asterisk is an open source framework for building communications applications.<br>Asterisk turns an ordinary computer into a communications server.]]></descr>
+ <website>http://www.asterisk.org/</website>
+ <category>Services</category>
+ <version>1.8.8.1 pkg v 0.1</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/asterisk/asterisk.xml</config_file>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>asterisk18-1.8.8.1.tbz</depends_on_package>
+ <depends_on_package>openldap-sasl-client-2.4.26.tbz</depends_on_package>
+ <depends_on_package_pbi>asterisk-1.8.13.0-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/asterisk</build_port_path>
+ <maintainer>marcellocoutinho@gmail.com robreg@zsurob.hu</maintainer>
+ <configurationfile>asterisk.xml</configurationfile>
+ <after_install_info>Please visit the Asterisk tab on status menu.</after_install_info>
+ </package>
+ <package>
+ <name>Filer</name>
+ <website/>
+ <descr>Allows you to create and overwrite files from the GUI.</descr>
+ <category>File Management</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/Filer_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/filer/filer.xml</config_file>
+ <version>0.60</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>bscholer@cshl.edu</maintainer>
+ <configurationfile>filer.xml</configurationfile>
+ </package>
+ <package>
+ <name>IP-Blocklist</name>
+ <website/>
+ <descr>IP-Blocklist is PeerGuardian2 but on pfsense. This package has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
+ <category>Firewall</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,24769.0.html</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/ipblocklist/8/ipblocklist.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.3.5</version>
+ <status>Beta</status>
+ <required_version>1.2.2</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <configurationfile>ipblocklist.xml</configurationfile>
+ </package>
+ <package>
+ <name>Country Block</name>
+ <website/>
+ <descr>Block countries - This has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
+ <category>Firewall</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,25732.0.html</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/countryblock/countryblock.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.2.4</version>
+ <status>Beta</status>
+ <required_version>1.2.2</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <configurationfile>countryblock.xml</configurationfile>
+ </package>
+ <package>
+ <name>Strikeback</name>
+ <descr>Detect port scans with iplog and strikeback</descr>
+ <website></website>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,37225.0.html</pkginfolink>
+ <category>Services</category>
+ <version>0.1</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/strikeback/strikeback.xml</config_file>
+ <configurationfile>strikeback.xml</configurationfile>
+ </package>
+ <package>
+ <name>File Manager</name>
+ <website/>
+ <descr>PHP File Manager</descr>
+ <category>Diagnostics</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink>
+ <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file>
+ <version>0.1.1</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <configurationfile>filemgr.xml</configurationfile>
+ </package>
+ <package>
+ <name>pfBlocker</name>
+ <website/>
+ <descr><![CDATA[Introduce Enhanced Aliastable Feature to pfsense.<br>
+ Assign many IP urls lists from sites like I-blocklist to a single alias and then choose rule action to take.<br>
+ This package also Block countries and IP ranges.<br>
+ pfBlocker replaces Countryblock and IPblocklist.]]></descr>
+ <category>Firewall</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,42543.0.html</pkginfolink>
+ <config_file>http://pfsense.org/packages/config/pf-blocker/pfblocker.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>1.0.2</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <maintainer>tom@tomschaefer.org marcellocoutinho@gmail.com</maintainer>
+ <configurationfile>pfblocker.xml</configurationfile>
+ </package>
+ <package>
+ <name>anyterm</name>
+ <descr>Ajax Interactive Shell - Have you ever wanted SSH or telnet access to your system from an internet desert - from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a process that runs on your web server that provides this access. WARNING! We suggest using Stunnel in combination with this package!</descr>
+ <website>http://anyterm.org/</website>
+ <pkginfolink>http://doc.pfsense.org/index.php/AnyTerm_package</pkginfolink>
+ <category>Diagnostics</category>
+ <version>0.5</version>
+ <status>BETA</status>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.com/packages/config/anyterm/anyterm.xml</config_file>
+ <configurationfile>anyterm.xml</configurationfile>
+ </package>
+ <package>
+ <name>haproxy</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
+ <descr><![CDATA[The Reliable, High Performance HTTP Load Balancer<br>
+ This package implements HTTP balance features from Haproxy.]]></descr>
+ <website>http://haproxy.1wt.eu/</website>
+ <category>Services</category>
+ <version>1.4.21 pkg v 1.2</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file>
+ <configurationfile>haproxy.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
+ <depends_on_package_pbi>haproxy-1.4.21-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/haproxy</build_port_path>
+ </package>
+ <package>
+ <name>haproxy-full</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
+ <descr><![CDATA[The Reliable, High Performance TCP/HTTP Load Balancer<br>
+ This package implements both TCP and HTTP balance features from Haproxy.]]></descr>
+ <website>http://haproxy.1wt.eu/</website>
+ <category>Services</category>
+ <version>1.4.21 pkg v 1.0</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/haproxy-legacy/haproxy.xml</config_file>
+ <configurationfile>haproxy.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
+ <depends_on_package_pbi>haproxy-1.4.21-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>Apache with mod_security-dev</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
+ <website>http://www.modsecurity.org/</website>
+ <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
+ <category>Network Management</category>
+ <version>0.2</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/apache_mod_security-dev/apache_virtualhost.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
+ <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
+ <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
+ <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
+ <depends_on_package_pbi>proxy_mod_security-2.2.22_6-i386.pbi</depends_on_package_pbi>
+ <configurationfile>apache_virtualhost.xml</configurationfile>
+ <build_port_path>/usr/ports/devel/gettext</build_port_path>
+ <build_port_path>/usr/ports/misc/help2man</build_port_path>
+ <build_port_path>/usr/ports/devel/apr1</build_port_path>
+ <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
+ <build_port_path>/usr/ports/databases/db42</build_port_path>
+ <build_port_path>/usr/ports/databases/gdbm</build_port_path>
+ <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
+ <build_port_path>/usr/ports/www/mod_security</build_port_path>
+ <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
+ <build_port_path>/usr/ports/security/gnupg</build_port_path>
+ <build_port_path>/user/ports/net/spread</build_port_path>
+ <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
+ <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
+ <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
+ <build_pbi>
+ <custom_name>proxy_mod_security</custom_name>
+ <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
+ <port>www/apache22-worker-mpm</port>
+ <ports_after>www/mod_security www/mod_memcache</ports_after>
+ </build_pbi>
+ <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
+ <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
+ </package>
+ <package>
+ <name>Proxy Server with mod_security</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
+ <website>http://www.modsecurity.org/</website>
+ <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
+ <category>Network Management</category>
+ <version>0.1.2</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/apache_mod_security/apache_mod_security.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
+ <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
+ <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
+ <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
+ <depends_on_package_pbi>proxy_mod_security-2.2.22_6-i386.pbi</depends_on_package_pbi>
+ <configurationfile>apache_mod_security.xml</configurationfile>
+ <build_port_path>/usr/ports/devel/gettext</build_port_path>
+ <build_port_path>/usr/ports/misc/help2man</build_port_path>
+ <build_port_path>/usr/ports/devel/apr1</build_port_path>
+ <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
+ <build_port_path>/usr/ports/databases/db42</build_port_path>
+ <build_port_path>/usr/ports/databases/gdbm</build_port_path>
+ <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
+ <build_port_path>/usr/ports/www/mod_security</build_port_path>
+ <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
+ <build_port_path>/usr/ports/security/gnupg</build_port_path>
+ <build_port_path>/user/ports/net/spread</build_port_path>
+ <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
+ <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
+ <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
+ <build_pbi>
+ <custom_name>proxy_mod_security</custom_name>
+ <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
+ <port>www/apache22-worker-mpm</port>
+ <ports_after>www/mod_security www/mod_memcache</ports_after>
+ </build_pbi>
+ <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
+ <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
+ </package>
+ <package>
+ <name>pure-ftpd</name>
+ <website>http://www.pureftpd.org/</website>
+ <descr>*DO NOT RUN THIS ON A FIREWALL. USE A DEDICATED MACHINE!* Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerabilities, is trivial to set up, and is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</descr>
+ <category>FTP</category>
+ <config_file>http://www.pfsense.com/packages/config/pure-ftpd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>pure-ftpd-1.0.35.tbz</depends_on_package>
+ <depends_on_package_pbi>pure-ftpd-1.0.36-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/ftp/pure-ftpd</build_port_path>
+ <version>1.0.35</version>
+ <status>Stable</status>
+ <configurationfile>pure-ftpd.xml</configurationfile>
+ <required_version>1.0</required_version>
+ <maximum_version>1.0</maximum_version>
+ <logging>
+ <facilityname>ftp</facilityname>
+ <logfilename>pure-ftpd.log</logfilename>
+ </logging>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>Avahi</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/Avahi_package</pkginfolink>
+ <website>http://www.avahi.org/</website>
+ <descr>Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. Avahi is mainly based on Lennart Poettering's flexmdns mDNS implementation for Linux which has been discontinued in favour of Avahi.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <build_port_path>/usr/ports/net/avahi</build_port_path>
+ <build_port_path>/usr/ports/net/avahi-app</build_port_path>
+ <build_pbi>
+ <port>net/avahi</port>
+ </build_pbi>
+ <depends_on_package>avahi-app-0.6.29_1.tbz</depends_on_package>
+ <depends_on_package_pbi>avahi-0.6.29-i386.pbi</depends_on_package_pbi>
+ <version>0.6.29 pkg v1.02</version>
+ <status>ALPHA</status>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.com/packages/config/avahi/avahi.xml</config_file>
+ <configurationfile>avahi.xml</configurationfile>
+ <after_install_info>Please visit the Avahi settings tab and select which interfaces you do not wish Avahi to listen on and click save to start the service.</after_install_info>
+ </package>
+ <package>
+ <name>ntop</name>
+ <website>http://www.ntop.org/</website>
+ <descr>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>ntop-4.1.0_5-i386.pbi</depends_on_package_pbi>
+ <depends_on_package>rrdtool-1.2.30_1.tbz</depends_on_package>
+ <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_4.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
+ <depends_on_package>GeoIP-1.4.8_1.tbz</depends_on_package>
+ <depends_on_package>font-util-1.2.0.tbz</depends_on_package>
+ <depends_on_package>webfonts-0.30_6.tbz</depends_on_package>
+ <depends_on_package>ntop-4.1.0_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/net/GeoIP</build_port_path>
+ <build_port_path>/usr/ports/databases/gdbm</build_port_path>
+ <build_port_path>/usr/ports/databases/rrdtool12</build_port_path>
+ <build_port_path>/usr/ports/x11-fonts/font-util</build_port_path>
+ <build_port_path>/usr/ports/graphics/graphviz</build_port_path>
+ <build_port_path>/usr/ports/x11-fonts/webfonts</build_port_path>
+ <build_port_path>/usr/ports/net/ntop</build_port_path>
+ <build_pbi>
+ <ports_before>databases/gdbm net/GeoIP x11-fonts/font-util x11-fonts/webfonts graphics/graphviz</ports_before>
+ <port>net/ntop</port>
+ </build_pbi>
+ <build_options>WITH_PCAP_PORT=true WITH_XMLDUMP=true WITHOUT_JUMBO_FRAMES=true WITH_MAKO=true WITHOUT_DEJAVU=true WITH_JSON=true WITH_MMAP=true WITHOUT_PERL_MODULE=true WITHOUT_PYTHON_MODULE=true WITHOUT_RUBY_MODULE=true WITHOUT_EXAMPLES=true WITHOUT_FPECTL=true WITH_IPV6=true WITH_NLS=true WITHOUT_PTH=true WITH_PYMALLOC=true WITHOUT_SEM=true WITH_THREADS=true WITHOUT_UCS2=true WITH_UCS4=true WITH_FONTCONFIG=true WITH_ICONV=true WITHOUT_XPM=true WITHOUT_DAG=true WITHOUT_DIGCOLA=true WITHOUT_IPSEPCOLA=true WITHOUT_PANGOCAIRO=true WITHOUT_GTK=true WITHOUT_XCB=true</build_options>
+ <version>4.1.0_3 v2.3</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/ntop2/ntop.xml</config_file>
+ <configurationfile>ntop.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </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. </descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>freeswitch-1.0.6_1-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/freeswitch</build_port_path>
+ <version>0.8.3.6</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>freeswitch.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>FreeSWITCH Dev</name>
+ <website>http://www.freeswitch.org/</website>
+ <descr>FreeSWITCH package development version.</descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <build_port_path>/usr/ports/net/freeswitch</build_port_path>
+ <version>0.9.7.26</version>
+ <status>Beta</status>
+ <required_version>1.2.3</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>freeswitch.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>Notes</name>
+ <website/>
+ <descr>Track things you want to note for this system.</descr>
+ <category>Status</category>
+ <pkginfolink/>
+ <config_file>http://www.pfsense.com/packages/config/notes/notes.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.2.4</version>
+ <status>Alpha</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>notes.xml</configurationfile>
+ </package>
+ <package>
+ <name>TFTP</name>
+ <website/>
+ <descr>Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more.</descr>
+ <category>Services</category>
+ <pkginfolink/>
+ <config_file>http://www.pfsense.com/packages/config/tftp2/tftp.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>2.0</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <configurationfile>tftp.xml</configurationfile>
+ </package>
+ <package>
+ <name>PHPService</name>
+ <website/>
+ <descr>PHP run as a service it can do anything PHP can do including but not limited to monitoring files, CPU, RAM, and send alerts to the syslog.</descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/PHPService</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/phpservice/phpservice.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.4.1</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>phpservice.xml</configurationfile>
+ </package>
+ <package>
+ <name>Backup</name>
+ <website/>
+ <descr>Tool to Backup and Restore files and directories.</descr>
+ <category>System</category>
+ <pkginfolink></pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/backup/backup.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.1.5</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>backup.xml</configurationfile>
+ </package>
+ <package>
+ <name>Cron</name>
+ <website/>
+ <descr>The cron utility is used to manage commands on a schedule.</descr>
+ <category>Services</category>
+ <pkginfolink></pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/cron/cron.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.1.5</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>cron.xml</configurationfile>
+ </package>
+ <package>
+ <name>vHosts</name>
+ <website/>
+ <descr>It is a web server package that can host HTML, Javascript, CSS, and PHP. It uses the lighttpd web server that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects and PDO SQLite.</descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.7.4</version>
+ <status>Stable</status>
+ <required_version>1.2.3</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>vhosts.xml</configurationfile>
+ </package>
+ <package>
+ <name>snort</name>
+ <pkginfolink></pkginfolink>
+ <website>http://www.snort.org</website>
+ <descr>Snort is an open source network intrusion prevention and detection system (IDS/IPS). Combining the benefits of signature, protocol, and anomaly-based inspection.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
+ <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
+ <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
+ <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
+ <depends_on_package>daq-0.6.2.tbz</depends_on_package>
+ <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
+ <depends_on_package_pbi>snort-2.9.2.3-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/devel/pcre</build_port_path>
+ <build_port_path>/usr/ports/net/daq</build_port_path>
+ <build_port_path>/usr/ports/net/libnet</build_port_path>
+ <build_port_path>/usr/ports/security/barnyard2</build_port_path>
+ <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
+ <build_port_path>/usr/ports/security/snort</build_port_path>
+ <build_pbi>
+ <port>security/snort</port>
+ <ports_after>security/barnyard2</ports_after>
+ </build_pbi>
+ <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
+ <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file>
+ <version>2.9.2.3 pkg v. 2.5.2</version>
+ <required_version>2.0</required_version>
+ <status>Stable</status>
+ <configurationfile>/snort.xml</configurationfile>
+ <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
+ </package>
+ <package>
+ <name>snort-dev</name>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink>
+ <website>http://www.snort.org</website>
+ <descr>Snort-dev is a development branch.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>snort-2.9.2.3-i386.pbi</depends_on_package_pbi>
+ <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
+ <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
+ <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
+ <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
+ <depends_on_package>daq-0.6.2.tbz</depends_on_package>
+ <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
+ <depends_on_package>perl-threaded-5.12.4_4.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/pcre</build_port_path>
+ <build_port_path>/usr/ports/net/daq</build_port_path>
+ <build_port_path>/usr/ports/net/libnet</build_port_path>
+ <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
+ <build_port_path>/usr/ports/security/barnyard2</build_port_path>
+ <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
+ <build_port_path>/usr/ports/security/snort</build_port_path>
+ <build_pbi>
+ <custom_name>snort-dev</custom_name>
+ <port>security/snort</port>
+ <ports_after>security/barnyard2</ports_after>
+ </build_pbi>
+ <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
+ <config_file>http://www.pfsense.com/packages/config/snort-dev/snort.xml</config_file>
+ <version>2.9.2.3 pkg v. 3.0</version>
+ <required_version>2.0</required_version>
+ <status>Stable</status>
+ <configurationfile>/snort.xml</configurationfile>
+ <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
+ </package>
+ <package>
+ <name>olsrd</name>
+ <website>http://www.olsr.org/</website>
+ <descr>The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/olsrd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>olsrd-0.6.2.tbz</depends_on_package>
+ <depends_on_package_pbi>olsrd-0.6.3-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/olsrd</build_port_path>
+ <version>1.0</version>
+ <status>Stable</status>
+ <required_version>2.1</required_version>
+ <configurationfile>olsrd.xml</configurationfile>
+ </package>
+ <package>
+ <name>spamd</name>
+ <website>http://www.openbsd.org/spamd/</website>
+ <descr>Tarpits like spamd are fake SMTP servers, which accept connections but don't deliver mail. Instead, they keep the connections open and reply very slowly. If the peer is patient enough to actually complete the SMTP dialogue (which will take ten minutes or more), the tarpit returns a 'temporary error' code (4xx), which indicates that the mail could not be delivered successfully and that the sender should keep the mail in their queue and retry again later.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/spamd/spamd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>spamd-4.9.1.tbz</depends_on_package>
+ <depends_on_package_pbi>spamd-4.9.1-i386.pbi</depends_on_package_pbi>
+ <version>4.9.1</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <configurationfile>spamd.xml</configurationfile>
+ <build_port_path>/usr/ports/mail/spamd</build_port_path>
+ <logging>
+ <facilityname>spamd</facilityname>
+ <logfilename>spamd.log</logfilename>
+ </logging>
+ </package>
+ <package>
+ <name>Postfix Forwarder</name>
+ <website>http://www.postfix.org/</website>
+ <descr><![CDATA[Postfix mail forwarder acts as a relay server for your domain.<br>
+ It can do first and second line antispam combat before sending incoming mail to local mail servers.<br>
+ Postfix can also detect zombies, check RBLS, SPF, seach ldap for valid recipients and use third part antispam engines like policyd and mailscanner for better antispam solution.]]></descr>
+ <category>Services</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,40622.0.html</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/postfix/postfix.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>postfix-2.8.7,1.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
+ <depends_on_package_pbi>postfix-2.9.4-i386.pbi</depends_on_package_pbi>
+ <version>2.8.7,1 pkg v.2.3.4_1</version>
+ <status>RC1</status>
+ <required_version>2.0</required_version>
+ <configurationfile>postfix.xml</configurationfile>
+ <build_port_path>/usr/ports/mail/postfix</build_port_path>
+ <build_options>WITH_PCRE=true WITH_SPF=true WITH_SASL2=true WITH_TLS=true</build_options>
+ </package>
+ <package>
+ <name>Dansguardian</name>
+ <website>http://www.dansguardian.org/</website>
+ <descr><![CDATA[DansGuardian is an award winning Open Source web content filter.<br>
+ It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering.<br>
+ It does not purely filter based on a banned list of sites like lesser totally commercial filters.<br>
+ For all non-commercial it's free, without cost.<br>
+ For all commercial use visit dansguardian website to get a licence.]]></descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/dansguardian/dansguardian.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,43786.0.html</pkginfolink>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>dansguardian-2.12.0.0.tbz</depends_on_package>
+ <depends_on_package>clamav-0.97.3_1.tbz</depends_on_package>
+ <depends_on_package>ca_root_nss-3.13.3.tbz</depends_on_package>
+ <depends_on_package_pbi>dansguardian-2.12.0.0_1-i386.pbi</depends_on_package_pbi>
+ <version>2.12.0.0 pkg v.0.1.6_1</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <configurationfile>dansguardian.xml</configurationfile>
+ <build_port_path>/usr/ports/www/dansguardian-devel</build_port_path>
+ <build_options>WITHOUT_APACHE=true WITH_TRICKLE=true WITH_CLAMD=true WITH_ICAP=true WITH_NTLM=true WITH_SSL=true</build_options>
+ <!-- NOTE: Distfile must be fetched manually from http://dansguardian.org/downloads/2/Alpha/dansguardian-2.12.0.0.tar.gz -->
+ </package>
+ <package>
+ <name>mailscanner-dev</name>
+ <website>www.mailscanner.info</website>
+ <descr><![CDATA[MailScanner is an e-mail security and anti-spam package for e-mail gateway systems.<br>
+ This is a level3 mail scanning tool with high CPU load.]]></descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/mailscanner/mailscanner.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,43687.0.html</pkginfolink>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/All/</depends_on_package_base_url>
+ <depends_on_package>MailScanner-4.83.5.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
+ <depends_on_package>pyzor-0.5.0_1.tbz</depends_on_package>
+ <depends_on_package>p5-Mail-SPF-2.007.tbz</depends_on_package>
+ <depends_on_package>p5-IP-Country-2.27.tbz</depends_on_package>
+ <depends_on_package_pbi>mailscanner-4.84.5_3-i386.pbi</depends_on_package_pbi>
+ <version>4.83.5 pkg v.0.2.1</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <configurationfile>mailscanner.xml</configurationfile>
+ <build_port_path>/usr/ports/mail/mailscanner</build_port_path>
+ <build_options></build_options>
+ </package>
+ <package>
+ <name>siproxd</name>
+ <website>http://siproxd.sourceforge.net/</website>
+ <descr>Proxy for handling NAT of multiple SIP devices to a single public IP.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/siproxd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>siproxd-0.8.0.tbz</depends_on_package>
+ <depends_on_package_pbi>siproxd-0.8.0-i386.pbi</depends_on_package_pbi>
+ <pkginfolink>http://doc.pfsense.org/index.php/Siproxd_package</pkginfolink>
+ <build_port_path>/usr/ports/net/siproxd</build_port_path>
+ <version>0.8.0_2</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <configurationfile>siproxd.xml</configurationfile>
+ </package>
+ <package>
+ <name>OpenBGPD</name>
+ <descr>OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol.</descr>
+ <category>NET</category>
+ <config_file>http://www.pfsense.com/packages/config/openbgpd/openbgpd.xml</config_file>
+ <build_port_path>/usr/ports/net/openbgpd</build_port_path>
+ <version>0.5.6</version>
+ <status>STABLE</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/OpenBGPD_package</pkginfolink>
+ <required_version>1.3</required_version>
+ <configurationfile>openbgpd.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>openbgpd-4.9.20110612_1.tbz</depends_on_package>
+ <depends_on_package_pbi>openbgpd-4.9.20110612_1-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>OpenOSPFD</name>
+ <descr>This package is now considered deprecated. Please use the Quagga OSPF instead. -- WARNING! Installs files to the same place as Quagga OSPF. Installing both will result in a broken state, remove this package before installing Quagga OSPF.</descr>
+ <maintainer>cmb@pfsense.org</maintainer>
+ <version>0.5.2</version>
+ <category>Routing</category>
+ <status>DEPRECATED</status>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>openospfd-4.6.tbz</depends_on_package>
+ <depends_on_package_pbi>openospfd-4.6-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/openospfd/openospfd.xml</config_file>
+ <build_port_path>/usr/ports/net/openospfd</build_port_path>
+ <build_port_path>/usr/ports/devel/libevent</build_port_path>
+ <build_pbi>
+ <ports_before>devel/libevent</ports_before>
+ <port>net/openospfd</port>
+ </build_pbi>
+ <pkginfolink></pkginfolink>
+ <required_version>1.2.1</required_version>
+ <configurationfile>openospfd.xml</configurationfile>
+ <depends_on_package>libevent-1.4.14b_1.tbz</depends_on_package>
+ </package>
+ <package>
+ <name>Lightsquid</name>
+ <descr>High perfomance web proxy report (LightSquid). Proxy realtime stat (SQStat). Requires squid HTTP proxy.</descr>
+ <website>http://lightsquid.sf.net/</website>
+ <category>Network Report</category>
+ <version>1.8.0 pkg v.2.32</version>
+ <maintainer>dv_serg@mail.ru</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>lightsquid-1.8_2.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
+ <depends_on_package_pbi>lightsquid-1.8_2-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/lightsquid</build_port_path>
+ <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
+ <build_pbi>
+ <ports_before>lang/perl5.12</ports_before>
+ <port>www/lightsquid</port>
+ </build_pbi>
+ <build_options>WITHOUT_DEBUGGING=true WITHOUT_GDBM=true WITHOUT_PERL_MALLOC=true WITH_PERL_64BITINT=true WITHOUT_THREADS=true WITHOUT_MULTIPLICITY=true WITHOUT_SUIDPERL=true WITHOUT_SITECUSTOMIZE=true WITH_USE_PERL=true</build_options>
+ <status>RC1</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/lightsquid/lightsquid.xml</config_file>
+ <pkginfolink></pkginfolink>
+ <configurationfile>lightsquid.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>Sarg</name>
+ <website>http://www.dansguardian.org/</website>
+ <descr><![CDATA[Sarg - Squid Analysis Report Generator is a tool that allow you to view "where" your users are going to on the Internet.<br>
+ Sarg provides many informations about Proxy(squid,squidguard or dansguardian) users activities: times, bytes, sites, etc...]]></descr>
+ <category>Network Report</category>
+ <config_file>http://www.pfsense.com/packages/config/sarg/sarg.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,47765.0.html</pkginfolink>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>sarg-2.3.2_2.tbz</depends_on_package>
+ <depends_on_package>gd-2.0.35_7,1.tbz</depends_on_package>
+ <depends_on_package_pbi>sarg-2.3.2_5-i386.pbi</depends_on_package_pbi>
+ <version>2.3.2 pkg v.0.6.1</version>
+ <status>RC2</status>
+ <required_version>2.0</required_version>
+ <configurationfile>sarg.xml</configurationfile>
+ <build_port_path>/usr/ports/www/sarg</build_port_path>
+ <build_options>WITHOUT_GD=false WITHOUT_PHP=true</build_options>
+ <after_install_info>Please visit sarg settings on Status Menu to configure sarg.</after_install_info>
+ </package>
+ <package>
+ <name>Ipguard-dev</name>
+ <website>http://ipguard.deep.perm.ru/</website>
+ <descr><![CDATA[Ipguard listens network for ARP packets. All permitted MAC-IP pairs listed in config files.<br>
+ If it recieves one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.<br>
+ This will prevent not permitted host to work properly in local ethernet segment.]]></descr>
+ <category>Security</category>
+ <config_file>http://www.pfsense.com/packages/config/ipguard/ipguard.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,49917.msg263664.html#msg263664</pkginfolink>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>ipguard-1.04.tbz</depends_on_package>
+ <depends_on_package_pbi>ipguard-1.04-i386.pbi</depends_on_package_pbi>
+ <version>1.0.4 pkg v.0.1</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <configurationfile>ipguard.xml</configurationfile>
+ <build_port_path>/usr/ports/security/ipguard</build_port_path>
+ <after_install_info>Please visit ipguard settings on Services Menu to configure.</after_install_info>
+ </package>
+ <package>
+ <name>Varnish</name>
+ <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
+ It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.]]></descr>
+ <website>http://varnish-cache.org</website>
+ <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
+ <category>Services</category>
+ <version>2.1.5 pkg v.1.0</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/varnish64/varnish_backends.xml</config_file>
+ <configurationfile>varnish_backends.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>varnish-2.1.5_1-i386.pbi gcc-4.2.5.20090325_5-i386.pbi</depends_on_package_pbi>
+ <depends_on_package>varnish-2.1.5.tbz</depends_on_package>
+ <depends_on_package>gcc-4.2.5.20090325_5.tbz</depends_on_package>
+ <build_port_path>/usr/ports/www/varnish2</build_port_path>
+ <build_port_path>/usr/ports/lang/gcc42</build_port_path>
+ </package>
+ <package>
+ <name>Varnish3</name>
+ <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
+ It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.<br>
+ Version 3.0.2 includes streaming support]]></descr>
+ <website>http://varnish-cache.org</website>
+ <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
+ <category>Services</category>
+ <version>3.0.2 pkg v.0.1</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/varnish3/varnish_backends.xml</config_file>
+ <configurationfile>varnish_backends.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>gcc-4.2.5.20090325_5-i386.pbi varnish-3.0.2_1-i386.pbi</depends_on_package_pbi>
+ <depends_on_package>varnish-3.0.2.tbz</depends_on_package>
+ <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/www/varnish</build_port_path>
+ <build_port_path>/usr/ports/lang/gcc42</build_port_path>
+ </package>
+ <package>
+ <name>vnstat2</name>
+ <website>http://humdi.net/vnstat/</website>
+ <descr>Vnstat is a console-based network traffic monitor&lt;br /&gt;The vnstat PHP frontend and vnstati adds a more user friendly way of displaying traffic usage.</descr>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,14179.0.html</pkginfolink>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>vnstat-1.11.tbz</depends_on_package>
+ <depends_on_package_pbi>vnstat-1.11_1-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/vnstat</build_port_path>
+ <version>1.10_2</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <maintainer>crazypark2@yahoo.dk</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/vnstat2/vnstat2.xml</config_file>
+ <configurationfile>vnstat2.xml</configurationfile>
+ <after_install_info></after_install_info>
+ </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.4</version>
+ <status>Beta</status>
+ <required_version>1.0</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>mbmon-205_5.tbz</depends_on_package>
+ <depends_on_package_pbi>mbmon-205_5-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/mbmon</build_port_path>
+ <config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file>
+ <configurationfile>phpsysinfo.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </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>
+ <category>Services</category>
+ <version>1.0.6.17</version>
+ <status>Beta</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Tinydns_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/tinydns/tinydns.xml</config_file>
+ <configurationfile>tinydns.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>ucspi-tcp-0.88_2.tbz</depends_on_package>
+ <depends_on_package>daemontools-0.76_16.tbz</depends_on_package>
+ <depends_on_package>djbdns-ipv6-1.05.b23_13.tbz</depends_on_package>
+ <depends_on_package_pbi>djbdns-1.05_14-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/ucspi-tcp</build_port_path>
+ <build_port_path>/usr/ports/sysutils/daemontools</build_port_path>
+ <build_port_path>/usr/ports/dns/djbdns</build_port_path>
+ <build_pbi>
+ <ports_before>sysutils/ucspi-tcp sysutils/daemontools</ports_before>
+ <port>dns/djbdns</port>
+ </build_pbi>
+ <build_options>WITH_IPV6=true WITH_SRV=true WITHOUT_DUMPCACHE=true WITHOUT_IGNOREIP=true WITHOUT_JUMBO=true WITHOUT_MAN=true WITHOUT_PERSISTENT_MMAP=true</build_options>
+ <supportedbybsdperimeter>YES</supportedbybsdperimeter>
+ </package>
+ <package>
+ <name>Open-VM-Tools</name>
+ <descr>VMware Tools</descr>
+ <website>http://open-vm-tools.sourceforge.net/</website>
+ <category>Services</category>
+ <version>8.7.0.3046 (build-313025)</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
+ <configurationfile>open-vm-tools.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <build_port_path>/usr/ports/emulators/open-vm-tools-nox11/</build_port_path>
+ <depends_on_package>open-vm-tools-nox11-313025_2.tbz</depends_on_package>
+ <depends_on_package>icu-4.8.1.1_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/icu</build_port_path>
+ <depends_on_package>fusefs-kmod-0.3.9.p1.20080208_7.tbz</depends_on_package>
+ <build_port_path>/usr/ports/sysutils/fusefs-kmod</build_port_path>
+ <depends_on_package>fusefs-libs-2.7.4.tbz</depends_on_package>
+ <build_port_path>/usr/ports/sysutils/fusefs-libs</build_port_path>
+ <depends_on_package>glib-2.28.8_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/glib20</build_port_path>
+ <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/net/libdnet</build_port_path>
+ <depends_on_package>libiconv-1.13.1_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/converters/libiconv</build_port_path>
+ <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/pcre</build_port_path>
+ <depends_on_package>perl-5.12.3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
+ <depends_on_package>pkg-config-0.25_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
+ <depends_on_package>python27-2.7.2_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/lang/python27</build_port_path>
+ <build_pbi>
+ <port>emulators/open-vm-tools-nox11</port>
+ </build_pbi>
+ <depends_on_package_pbi>open-vm-tools-nox11-425873_2-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>Open-VM-Tools-8.8.1</name>
+ <descr>VMware Tools</descr>
+ <website>http://open-vm-tools.sourceforge.net/</website>
+ <category>Services</category>
+ <version>528969</version>
+ <status>RC</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
+ <configurationfile>open-vm-tools.xml</configurationfile>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>open-vm-tools-nox11-528969,1.tbz</depends_on_package>
+ <depends_on_package>pcre-8.30_1.tbz</depends_on_package>
+ <!-- Fix me once a PBI is available! -->
+ <maximum_version>2.1</maximum_version>
+ </package>
+ <package>
+ <name>AutoConfigBackup</name>
+ <maintainer>portal@bsdperimeter.com</maintainer>
+ <descr>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from https://portal.pfsense.org</descr>
+ <website>https://portal.pfsense.org</website>
+ <category>Services</category>
+ <version>1.20</version>
+ <status>Stable</status>
+ <required_version>1.2</required_version>
+ <pkginfolink>http://doc.pfsense.org/index.php/AutoConfigBackup</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/autoconfigbackup/autoconfigbackup.xml</config_file>
+ <configurationfile>autoconfigbackup.xml</configurationfile>
+ </package>
+ <package>
+ <name>arping</name>
+ <descr>Broadcasts a who-has ARP packet on the network and prints answers. </descr>
+ <website>http://www.habets.pp.se/synscan/programs.php?prog=arping</website>
+ <category>Services</category>
+ <version>2.09.1</version>
+ <status>Stable</status>
+ <required_version>1.0.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/arping/arping.xml</config_file>
+ <configurationfile>arping.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>arping-2.09_1.tbz</depends_on_package>
+ <depends_on_package_pbi>arping-2.09_1-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/arping</build_port_path>
+ <pkginfolink>http://doc.pfsense.org/index.php/Arping</pkginfolink>
+ </package>
+ <package>
+ <name>nmap</name>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <descr>NMap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), version detection (determine what application/service is runing on a port), and TCP/IP fingerprinting (remote host OS or device identification). It also offers flexible target and port specification, decoy/stealth scanning, SunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and command line modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>lua-5.1.5_4.tbz</depends_on_package>
+ <depends_on_package>nmap-6.01.tbz</depends_on_package>
+ <depends_on_package_pbi>nmap-6.01-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/nmap/nmap.xml</config_file>
+ <version>nmap-6.01 pkg v1.2</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Nmap_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <configurationfile>nmap.xml</configurationfile>
+ <build_port_path>/usr/ports/security/nmap</build_port_path>
+ <depends_on_package>libpcap-1.2.1.tbz</depends_on_package>
+ </package>
+ <package>
+ <name>imspector</name>
+ <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
+ <website>http://www.imspector.org/</website>
+ <category>Network Management</category>
+ <maintainer>billm@pfsense.org</maintainer>
+ <version>0.9-4</version>
+ <required_version>2.0</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/imspector/imspector.xml</config_file>
+ <configurationfile>imspector.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>sqlite3-3.7.12.1.tbz</depends_on_package>
+ <depends_on_package>imspector-0.9.tbz</depends_on_package>
+ <depends_on_package_pbi>imspector-0.9-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net-im/imspector</build_port_path>
+ </package>
+ <package>
+ <name>imspector-dev</name>
+ <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
+ <website>http://www.imspector.org/</website>
+ <category>Network Management</category>
+ <maintainer>marcellocoutinho@gmail.com</maintainer>
+ <version>20111108 pkg v 0.3.1</version>
+ <required_version>2.0</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/imspector-dev/imspector.xml</config_file>
+ <configurationfile>imspector.xml</configurationfile>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>mysql-client-5.5.19.tbz</depends_on_package>
+ <depends_on_package>imspector-20111108.tbz</depends_on_package>
+ <depends_on_package_pbi>imspector-20111108-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>nut</name>
+ <descr>Network UPS Tools</descr>
+ <website>http://www.networkupstools.org/</website>
+ <category>Network Management</category>
+ <version>2.6.4 pkg 2.0</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>rswagoner@gmail.com</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/nut/nut.xml</config_file>
+ <configurationfile>nut.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>nut-2.6.4.tbz</depends_on_package>
+ <depends_on_package_pbi>nut-2.6.4-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/nut</build_port_path>
+ <pkginfolink>http://doc.pfsense.org/index.php/Nut_package</pkginfolink>
+ </package>
+ <package>
+ <name>diag_new_states</name>
+ <descr>Paul Taylors version of Diagnostics States which utilizes pftop.</descr>
+ <website>http://www.addressplus.net</website>
+ <category>Network Management</category>
+ <version>0.2</version>
+ <maintainer>ptaylor@addressplus.net</maintainer>
+ <required_version>1.2.1</required_version>
+ <status>BETA</status>
+ <config_file>http://www.pfsense.org/packages/config/diag_states_pt/diag_new_states.xml</config_file>
+ <configurationfile>http://www.pfsense.com/packages/config/diag_states_pt/diag_new_states.xml</configurationfile>
+ </package>
+ <package>
+ <name>darkstat</name>
+ <website>http://dmr.ath.cx/net/darkstat/</website>
+ <descr>darkstat is a network statistics gatherer. It's a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>darkstat-3.0.714.tbz</depends_on_package>
+ <depends_on_package_pbi>darkstat-3.0.715-i386.pbi</depends_on_package_pbi>
+ <version>3.0.714</version>
+ <status>Stable</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>sullrich+pfsp@gmail.com</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/darkstat/darkstat.xml</config_file>
+ <configurationfile>darkstat.xml</configurationfile>
+ <build_port_path>/usr/ports/net-mgmt/darkstat</build_port_path>
+ </package>
+ <package>
+ <name>pfflowd</name>
+ <website>http://www.mindrot.org/pfflowd.html</website>
+ <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/pfflowd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>pfflowd-0.8.tbz</depends_on_package>
+ <depends_on_package_pbi>pfflowd-0.8-i386.pbi</depends_on_package_pbi>
+ <version>0.8.3</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <configurationfile>pfflowd.xml</configurationfile>
+ <maintainer></maintainer>
+ <build_port_path>/usr/ports/net/pfflowd-0.8</build_port_path>
+ </package>
+ <package>
+ <name>widentd</name>
+ <descr>RFC1413 auth/identd daemon with fixed fake reply</descr>
+ <website>http://www.webweaving.org/widentd</website>
+ <category>Services</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>widentd-1.03_1.tbz</depends_on_package>
+ <depends_on_package_pbi>widentd-1.03_1-i386.pbi</depends_on_package_pbi>
+ <version>1.03_1</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Widentd_package</pkginfolink>
+ <required_version>1.2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/widentd.xml</config_file>
+ <configurationfile>widentd.xml</configurationfile>
+ <build_port_path>/usr/ports/net/widentd</build_port_path>
+ </package>
+ <package>
+ <name>freeradius</name>
+ <website>http://www.freeradius.org/</website>
+ <descr>A free implementation of the RADIUS protocol.</descr>
+ <category>System</category>
+ <version>1.1.8 pkg v1.0.5</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>none</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>freeradius-1.1.8_4.tbz</depends_on_package>
+ <depends_on_package>libltdl-2.4_1.tbz</depends_on_package>
+ <depends_on_package_pbi>freeradius-1.1.8_5-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/freeradius.xml</config_file>
+ <configurationfile>freeradius.xml</configurationfile>
+ <build_port_path>/usr/ports/net/freeradius</build_port_path>
+ <build_port_path>/usr/ports/devel/libltdl</build_port_path>
+ <build_pbi>
+ <ports_before>devel/libltdl</ports_before>
+ <port>net/freeradius</port>
+ </build_pbi>
+ <after_install_info>Please visit Services: freeRADIUS</after_install_info>
+ </package>
+ <package>
+ <name>freeradius2</name>
+ <website>http://www.freeradius.org/</website>
+ <descr><![CDATA[A free implementation of the RADIUS protocol.<br>
+ Support: MySQL, PostgreSQL, LDAP, Kerberos<br>
+ FreeRADIUS and FreeRADIUS2 settings are not compatible so don't use them together or try to update<br>
+ On pfSense docs there is a how-to which could help you on porting users.]]></descr>
+ <pkginfolink>http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
+ <category>System</category>
+ <version>2.1.12_1 pkg v1.6.6_4</version>
+ <status>RC1</status>
+ <required_version>2.0</required_version>
+ <maintainer>nachtfalkeaw@web.de</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>freeradius-2.1.12_1.tbz</depends_on_package>
+ <depends_on_package_pbi>freeradius-2.1.12_1-i386.pbi</depends_on_package_pbi>
+ <depends_on_package>mysql-client-5.1.63.tbz</depends_on_package>
+ <depends_on_package>postgresql-client-8.4.12.tbz</depends_on_package>
+ <depends_on_package>openldap-sasl-client-2.4.23.tbz</depends_on_package>
+ <config_file>http://www.pfsense.org/packages/config/freeradius2/freeradius.xml</config_file>
+ <configurationfile>freeradius.xml</configurationfile>
+ <after_install_info>Please visit Services: FreeRADIUS</after_install_info>
+ <!-- Try to use the new PBI build syntax here, it may help it pick up the right libs inside the single PBI rather than using multiple. -->
+ <build_pbi>
+ <ports_before>security/krb5</ports_before>
+ <port>net/freeradius2</port>
+ </build_pbi>
+ <build_options>WITH_KERBEROS=yes WITH_MYSQL=yes WITH_PGSQL=yes WITH_PERL=yes WITH_PYTHON=yes WITH_LDAP=yes</build_options>
+ </package>
+ <package>
+ <name>bandwidthd</name>
+ <website>http://bandwidthd.sourceforge.net/</website>
+ <descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
+ <category>System</category>
+ <version>2.0.1.3</version>
+ <status>BETA</status>
+ <required_version>1.2.1</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>bandwidthd-2.0.1_4.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1.tbz</depends_on_package>
+ <depends_on_package>postgresql-client-8.4.12.tbz</depends_on_package>
+ <depends_on_package_pbi>bandwidthd-2.0.1_5-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file>
+ <configurationfile>bandwidthd.xml</configurationfile>
+ <build_port_path>/usr/ports/net/libpcap</build_port_path>
+ <build_port_path>/usr/ports/databases/postgresql84-client</build_port_path>
+ <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path>
+ <build_pbi>
+ <ports_before>net/libpcap databases/postgresql91-client graphics/gd</ports_before>
+ <port>net-mgmt/bandwidthd</port>
+ </build_pbi>
+ <build_options>WITH_NLS=true WITHOUT_PAM=true WITHOUT_LDAP=true WITHOUT_MIT_KRB5=true WITHOUT_HEIMDAL_KRB5=true WITHOUT_OPTIMIZED_CFLAGS=true WITHOUT_XML=true WITHOUT_TZDATA=true WITHOUT_DEBUG=true WITHOUT_GSSAPI=true WITHOUT_ICU=true WITH_INTDATE=true</build_options>
+ </package>
+ <package>
+ <name>stunnel</name>
+ <website>http://www.stunnel.org/</website>
+ <descr>An SSL encryption wrapper between remote client and local or remote servers. </descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>stunnel-4.43.tbz</depends_on_package>
+ <depends_on_package_pbi>stunnel-4.53-i386.pbi</depends_on_package_pbi>
+ <version>4.43.0</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Stunnel_package</pkginfolink>
+ <required_version>1.2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/stunnel.xml</config_file>
+ <configurationfile>stunnel.xml</configurationfile>
+ <build_port_path>/usr/ports/security/stunnel</build_port_path>
+ <build_options>WITHOUT_FORK=true WITH_PTHREAD=true WITHOUT_UCONTEXT=true WITHOUT_IPV6=true WITH_LIBWRAP=true WITHOUT_SSL_PORT=true</build_options>
+ </package>
+ <package>
+ <name>iperf</name>
+ <website>http://dast.nlanr.net/Projects/Iperf/</website>
+ <descr>Iperf is a tool for testing network throughput, loss, and jitter.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/iperf.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>iperf-2.0.5.tbz</depends_on_package>
+ <depends_on_package_pbi>iperf-2.0.5-i386.pbi</depends_on_package_pbi>
+ <version>2.0.5</version>
+ <status>Beta</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Iperf_package</pkginfolink>
+ <required_version>1.2.1</required_version>
+ <configurationfile>iperf.xml</configurationfile>
+ <build_port_path>/usr/ports/benchmarks/iperf</build_port_path>
+ </package>
+ <package>
+ <name>netio</name>
+ <website>http://freshmeat.net/projects/netio/</website>
+ <descr>This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/netio.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All</depends_on_package_base_url>
+ <depends_on_package>netio-1.26.tbz</depends_on_package>
+ <depends_on_package_pbi>netio-1.26-i386.pbi</depends_on_package_pbi>
+ <version>1.26</version>
+ <required_version>2.0</required_version>
+ <status>ALPHA</status>
+ <configurationfile>netio.xml</configurationfile>
+ <build_port_path>/usr/ports/benchmarks/netio</build_port_path>
+ </package>
+ <package>
+ <name>mtr-nox11</name>
+ <maintainer>billm@pfsense.org</maintainer>
+ <descr>Enhanced traceroute replacement</descr>
+ <website>http://www.bitwizard.nl/mtr/</website>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>mtr-nox11-0.82.tbz</depends_on_package>
+ <depends_on_package_pbi>mtr-0.82_1-i386.pbi</depends_on_package_pbi>
+ <version>0.82</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/mtr-nox11.xml</config_file>
+ <configurationfile>mtr-nox11.xml</configurationfile>
+ <build_port_path>/usr/ports/net/mtr</build_port_path>
+ </package>
+ <package>
+ <name>squid</name>
+ <descr>High performance web proxy cache.</descr>
+ <website>http://www.squid-cache.org/</website>
+ <category>Network</category>
+ <version>2.7.9 pkg v.4.3.1</version>
+ <status>Stable</status>
+ <required_version>2</required_version>
+ <maintainer>fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>squid-2.7.9_1.tbz</depends_on_package>
+ <depends_on_package>squid_radius_auth-1.10.tbz</depends_on_package>
+ <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
+ <depends_on_package_pbi>squid-2.7.9_1-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/squid</build_port_path>
+ <build_port_path>/usr/ports/www/squid_radius_auth</build_port_path>
+ <build_port_path>/usr/ports/www/libwww</build_port_path>
+ <build_pbi>
+ <ports_before>www/libwww</ports_before>
+ <port>www/squid</port>
+ <ports_after>www/squid_radius_auth</ports_after>
+ </build_pbi>
+ <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true SQUID_UID=proxy SQUID_GID=proxy</build_options>
+ <config_file>http://www.pfsense.org/packages/config/squid/squid.xml</config_file>
+ <configurationfile>squid.xml</configurationfile>
+ </package>
+ <package>
+ <name>squid3</name>
+ <descr><![CDATA[High performance web proxy cache.<br>
+ It combines squid as a proxy server with it's capabilities of acting as a HTTP / HTTPS reverse proxy.<br>
+ It includes an Exchange-Web-Access (OWA) Assistant.]]></descr>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,48347.0.html</pkginfolink>
+ <website>http://www.squid-cache.org/</website>
+ <category>Network</category>
+ <version>3.1.20 pkg 2.0.5_7</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>marcellocoutinho@gmail.com fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>squid-3.1.20.tbz</depends_on_package>
+ <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
+ <build_pbi>
+ <ports_before>www/libwww</ports_before>
+ <port>www/squid31</port>
+ <ports_after>www/squid_radius_auth</ports_after>
+ </build_pbi>
+ <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_IPV6=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_SSL=true WITH_SQUID_SSL_CRTD=true WITH_SQUID_PINGER=true WITH_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITHOUT_SQUID_WCCP=true WITH_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITH_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_IPFW=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITHOUT_SQUID_ECAP=true WITHOUT_SQUID_ICAP=true WITHOUT_SQUID_ESI=true WITH_SQUID_AUFS=true WITHOUT_SQUID_COSS=true WITHOUT_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITHOUT_SQUID_DEBUG=true</build_options>
+ <config_file>http://www.pfsense.org/packages/config/squid-reverse/squid.xml</config_file>
+ <configurationfile>squid.xml</configurationfile>
+ <depends_on_package_pbi>squid-3.1.20-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>LCDproc</name>
+ <descr>LCD display driver</descr>
+ <website>http://www.lcdproc.org/</website>
+ <category>Utility</category>
+ <version>lcdproc-0.5.5</version>
+ <status>BETA</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>seth.mos@dds.nl</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
+ <depends_on_package_pbi>lcdproc-0.5.5-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/lcdproc/lcdproc.xml</config_file>
+ <configurationfile>lcdproc.xml</configurationfile>
+ <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
+ <build_options>WITH_USB=true</build_options>
+ </package>
+ <package>
+ <name>LCDproc-dev</name>
+ <descr>LCD display driver - Development version</descr>
+ <website>http://www.lcdproc.org/</website>
+ <category>Utility</category>
+ <version>lcdproc-0.5.5 pkg v. 0.9.4</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>michele@nt2.it</maintainer>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,44034.0.html</pkginfolink>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
+ <depends_on_package_pbi>lcdproc-0.5.5-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/lcdproc-dev/lcdproc.xml</config_file>
+ <configurationfile>lcdproc.xml</configurationfile>
+ <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
+ <build_options>WITH_USB=true</build_options>
+ <after_install_info>Please set the service options in Services-LCDproc before running the service.</after_install_info>
+ </package>
+ <package>
+ <name>arpwatch</name>
+ <descr>Arpwatch monitors ethernet/ip address pairings. It also logs certain changes to syslog.</descr>
+ <website>http://www-nrg.ee.lbl.gov/</website>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>arpwatch-2.1.a15_6.tbz</depends_on_package>
+ <depends_on_package_pbi>arpwatch-2.1.a15_6-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net-mgmt/arpwatch</build_port_path>
+ <version>2.1.a15_6</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/arpwatch.xml</config_file>
+ <configurationfile>arpwatch.xml</configurationfile>
+ <logging>
+ <facilityname>arpwatch</facilityname>
+ <logfilename>arpwatch.log</logfilename>
+ </logging>
+ </package>
+ <package>
+ <name>squidGuard</name>
+ <descr>High perfomance web proxy URL filter. Requires proxy Squid package.</descr>
+ <website>http://www.squidGuard.org/</website>
+ <maintainer>dv_serg@mail.ru</maintainer>
+ <category>Network Management</category>
+ <version>1.4_2 pkg v.1.9.1</version>
+ <status>Beta</status>
+ <required_version>1.1</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>squidGuard-1.4_4.tbz</depends_on_package>
+ <depends_on_package>db41-4.1.25_4.tbz</depends_on_package>
+ <depends_on_package>db3-3.3.11_3,1.tbz</depends_on_package>
+ <depends_on_package>cyrus-sasl-2.1.25_1.tbz</depends_on_package>
+ <depends_on_package_pbi>squidguard-1.4_4-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/squidguard</build_port_path>
+ <build_port_path>/usr/ports/databases/db41</build_port_path>
+ <build_port_path>/usr/ports/security/cyrus-sasl2</build_port_path>
+ <build_pbi>
+ <ports_before>databases/db41 security/cyrus-sasl2</ports_before>
+ <port>www/squidguard</port>
+ </build_pbi>
+ <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITH_SAMPLE_BL=true WITH_LDAP=true WITH_SASL=true WITH_FETCH=true</build_options>
+ <config_file>http://www.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file>
+ <configurationfile>squidguard.xml</configurationfile>
+ </package>
+ <package>
+ <name>Zabbix Agent</name>
+ <descr>Monitoring agent.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/zabbix-agent/zabbix-agent.xml</config_file>
+ <version>1.8.10,2 pkg v1.1</version>
+ <status>FINAL</status>
+ <required_version>1.2.3</required_version>
+ <configurationfile>zabbix-agent.xml</configurationfile>
+ <maintainer>remco.verhoef@redfive.biz</maintainer>
+ <build_port_path>/usr/ports/net-mgmt/zabbix-agent</build_port_path>
+ <build_pbi>
+ <custom_name>zabbix-agent</custom_name>
+ <port>net-mgmt/zabbix-agent</port>
+ </build_pbi>
+ <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>zabbix-agent-1.8.10,2.tbz</depends_on_package>
+ <depends_on_package_pbi>zabbix-agent-1.8.13-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>Zabbix Proxy</name>
+ <descr>Monitoring agent proxy.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/zabbix-proxy/zabbix-proxy.xml</config_file>
+ <version>1.8.8,2 pkg v1.1</version>
+ <status>FINAL</status>
+ <required_version>1.2.3</required_version>
+ <configurationfile>zabbix-proxy.xml</configurationfile>
+ <maintainer>cmb@pfsense.org</maintainer>
+ <build_port_path>/usr/ports/net-mgmt/zabbix-proxy</build_port_path>
+ <build_pbi>
+ <custom_name>zabbix-proxy</custom_name>
+ <port>net-mgmt/zabbix-proxy</port>
+ </build_pbi>
+ <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>zabbix-proxy-1.8.8,2.tbz</depends_on_package>
+ <depends_on_package_pbi>zabbix-proxy-1.8.13-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>OpenVPN Client Export Utility</name>
+ <descr>Allows a pre-configured OpenVPN Windows Client or or Mac OSX's Viscosity configuration bundle to be exported directly from pfSense.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>p7zip-9.20.1.tbz</depends_on_package>
+ <depends_on_package>zip-3.0.tbz</depends_on_package>
+ <depends_on_package_pbi>zip-3.0-i386.pbi p7zip-9.20.1-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/archivers/p7zip</build_port_path>
+ <build_port_path>/usr/ports/archivers/zip</build_port_path>
+ <version>0.26</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/openvpn-client-export/openvpn-client-export.xml</config_file>
+ <configurationfile>openvpn-client-export.xml</configurationfile>
+ </package>
+ <package>
+ <name>HAVP antivirus</name>
+ <pkginfolink></pkginfolink>
+ <website>http://www.server-side.de/</website>
+ <descr>Antivirus: HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. And File Scanner for local files.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>havp-0.91_1.tbz</depends_on_package>
+ <depends_on_package_pbi>havp-0.91_1-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/havp</build_port_path>
+ <build_options>CLAMAVUSER=havp CLAMAVGROUP=havp</build_options>
+ <version>0.91_1 pkg v1.01</version>
+ <status>BETA</status>
+ <required_version>1.2.2</required_version>
+ <config_file>http://www.pfsense.com/packages/config/havp/havp.xml</config_file>
+ <configurationfile>havp.xml</configurationfile>
+ <maintainer>dv_serg@mail.ru</maintainer>
+ <after_install_info>Please check the HAVP settings.</after_install_info>
+ </package>
+ <package>
+ <name>pfJailctl</name>
+ <descr>pfSense wrapper for jailctl - a jail management tool. Allows you to run jails on pfSense.</descr>
+ <website>http://anduin.net/jailctl/</website>
+ <category>System</category>
+ <version>0.51</version>
+ <required_version>1.2.3</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/jailctl.xml</config_file>
+ <configurationfile>jailctl.xml</configurationfile>
+ <maintainer>ltning-jailctl@anduin.net</maintainer>
+ </package>
+ <package>
+ <name>jail_template</name>
+ <descr>Basic template for jails, probably requires pfJailctl to be useful. Includes 'base' and 'manpages' dists.</descr>
+ <website>http://anduin.net/jailctl/</website>
+ <category>System</category>
+ <version>0.2</version>
+ <required_version>1.2.3</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/jail_template.xml</config_file>
+ <configurationfile>jail_template.xml</configurationfile>
+ <maintainer>ltning-jailctl@anduin.net</maintainer>
+ </package>
+ <package>
+ <name>blinkled</name>
+ <descr>Allows you to use LEDs for network activity on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
+ <category>System</category>
+ <version>0.3</version>
+ <status>Beta</status>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.org/packages/config/blinkled8/blinkled.xml</config_file>
+ <configurationfile>blinkled.xml</configurationfile>
+ <pkginfolink>http://doc.pfsense.org/index.php/BlinkLED_Package</pkginfolink>
+ <website>http://doc.pfsense.org/index.php/BlinkLED_Package</website>
+ <build_port_path>/usr/ports/sysutils/blinkled</build_port_path>
+ <build_pbi>
+ <port>sysutils/blinkled</port>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>blinkled-0.1.tbz</depends_on_package>
+ <depends_on_package_pbi>blinkled-0.1-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>gwled</name>
+ <descr>Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
+ <category>System</category>
+ <version>0.2</version>
+ <status>Beta</status>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.org/packages/config/gwled/gwled.xml</config_file>
+ <configurationfile>gwled.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.3.2</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 alerts.</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>Dashboard Widget: Antivirus Status</name>
+ <descr>Dashboard widget for HAVP status.</descr>
+ <category>System</category>
+ <config_file>http://www.pfsense.com/packages/config/widget-antivirus/widget-antivirus.xml</config_file>
+ <version>0.1</version>
+ <status>BETA</status>
+ <required_version>1.2</required_version>
+ <configurationfile>widget-havp.xml</configurationfile>
+ </package>
+ <package>
+ <name>RRD Summary</name>
+ <descr>RRD Summary Page, which will give a total amount of traffic passed In/Out during this and the previous month.</descr>
+ <category>System</category>
+ <version>1.1</version>
+ <status>Beta</status>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.org/packages/config/rrd-summary/rrd-summary.xml</config_file>
+ <configurationfile>rrd-summary.xml</configurationfile>
+ </package>
+ <package>
+ <name>ifBWStats</name>
+ <website/>
+ <descr>Interface Bandwidth Stats. Tracks data usage on each interface. Helpful if your isp caps your montly data usage. No dependancies (ie rrd).</descr>
+ <category>Diagnostics</category>
+ <config_file>http://www.pfsense.org/packages/config/ifbwstats/ifbwstats.xml</config_file>
+ <version>1.0</version>
+ <status>Beta</status>
+ <required_version>3.0</required_version>
+ <configurationfile>ifbwstats.xml</configurationfile>
+ </package>
+ <package>
+ <name>Unbound</name>
+ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr>
+ <website>http://www.unbound.net/</website>
+ <category>Services</category>
+ <version>1.4.14_01</version>
+ <status>Alpha</status>
+ <maintainer>warren@decoy.co.za</maintainer>
+ <required_version>2.0</required_version>
+ <maximum_version>2.1</maximum_version>
+ <pkginfolink>http://doc.pfsense.org/index.php/Unbound_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/unbound/unbound.xml</config_file>
+ <configurationfile>unbound.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>unbound-1.4.14.tbz</depends_on_package>
+ <depends_on_package>ldns-1.6.11.tbz</depends_on_package>
+ <depends_on_package>expat-2.0.1_2.tbz</depends_on_package>
+ <depends_on_package>libevent-1.4.14b_2.tbz</depends_on_package>
+ <build_port_path>/usr/ports/dns/unbound/</build_port_path>
+ <build_port_path>/usr/ports/dns/ldns</build_port_path>
+ <build_port_path>/usr/ports/textproc/expat2</build_port_path>
+ <build_port_path>/usr/ports/devel/libevent2</build_port_path>
+ <build_pbi>
+ <ports_before>dns/ldns textproc/expat2 devel/libevent2</ports_before>
+ <port>dns/unbound</port>
+ </build_pbi>
+ <build_options>WITH_LIBEVENT=true WITH_THREADS=true WITHOUT_GOST=true WITHOUT_MAN=true</build_options>
+ <logging>
+ <facilityname>unbound</facilityname>
+ <logfilename>unbound.log</logfilename>
+ <logtab>Unbound</logtab>
+ </logging>
+ <after_install_info>Please visit Services: Unbound DNS to configure the Unbound DNS service. Remember you will need to disable Services: DNS Forwarder before starting Unbound. Also note if your DHCP server makes use of pfSense as the DNS server, then you will now need to add the IP address of the respective interface to the DNS servers field, in the DHCP server configuration page.</after_install_info>
+ </package>
+ <package>
+ <name>Shellcmd</name>
+ <website/>
+ <descr>The shellcmd utility is used to manage commands on system startup.</descr>
+ <category>Services</category>
+ <pkginfolink></pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/shellcmd/shellcmd.xml</config_file>
+ <version>0.5</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>shellcmd.xml</configurationfile>
+ </package>
+ <package>
+ <name>widescreen</name>
+ <descr>The package makes pfSense adapt to browser's current width. It is particularly convenient for Status->Dashboard page that allocates columns for widgets according to browser's current width. ATTENTION: the package heavily modifies pfsense_ng theme and affects other's themes appearance. Please REFRESH your browser's window after installing/uninstalling this package.</descr>
+ <website></website>
+ <pkginfolink></pkginfolink>
+ <category>Enhancements</category>
+ <version>0.2</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>ey@tm-k.com</maintainer>
+ <config_file>http://www.pfsense.org/packages/config/widescreen/widescreen.xml</config_file>
+ <configurationfile>widescreen.xml</configurationfile>
+ <!-- Disabling on 2.1 since it overwrites the menu -->
+ <maximum_version>2.1</maximum_version>
+ </package>
+ <package>
+ <name>NRPE v2</name>
+ <website>http://wiki.nagios.org/index.php/Howtos:nrpe_nsca</website>
+ <descr>NRPE is an addon for Nagios that allows you to execute plugins on remote Linux/Unix hosts. This is useful if you need to monitor local resources/attributes like disk usage, CPU load, memory usage, etc. on a remote host.</descr>
+ <category>Services</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>nrpe-2.12_3.tbz</depends_on_package>
+ <depends_on_package>nagios-plugins-1.4.15_1,1.tbz</depends_on_package>
+ <depends_on_package_pbi>nrpe-2.13-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net-mgmt/nrpe2</build_port_path>
+ <build_port_path>/usr/ports/net-mgmt/nagios-plugins</build_port_path>
+ <build_pbi>
+ <ports_before>net-mgmt/nagios-plugins</ports_before>
+ <port>net-mgmt/nrpe2</port>
+ </build_pbi>
+ <build_options>WITH_SSL=true WITHOUT_ARGS=true</build_options>
+ <config_file>http://www.pfsense.com/packages/config/nrpe2/nrpe2.xml</config_file>
+ <version>2.12_3 v2.1</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>erik@erikkristensen.com</maintainer>
+ <configurationfile>nrpe2.xml</configurationfile>
+ </package>
+ <package>
+ <name>SSHDCond</name>
+ <descr><![CDATA[Allows to define SSH overrides for users,groups,hosts and addresses using Match in a convenient way.<br>
+ This package acts as an access list frontend for ssh connections]]></descr>
+ <category>Enhancements</category>
+ <version>1.0</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/sshdcond/sshdcond.xml</config_file>
+ <maintainer>namezero@afim.info</maintainer>
+ <configurationfile>sshdcond.xml</configurationfile>
+ </package>
+ <package>
+ <name>mailreport</name>
+ <descr>Allows you to setup periodic e-mail reports containing RRD graphs.</descr>
+ <category>Network Management</category>
+ <version>1.2</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/mailreport/mailreport.xml</config_file>
+ <configurationfile>mailreport.xml</configurationfile>
+ </package>
+ <package>
+ <name>zebedee</name>
+ <descr><![CDATA[Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP data transfer between two systems.<br>
+ This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression.]]>
+ </descr>
+ <category>Services</category>
+ <version>1.0</version>
+ <status>BETA</status>
+ <website>www.winton.org.uk/zebedee/</website>
+ <maintainer>jorgelustosa@gmail.com marcellocoutinho@gmail.com</maintainer>
+ <required_version>2.0</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>zebedee-2.5.3.tbz</depends_on_package>
+ <depends_on_package_pbi>zebedee-2.5.3-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/zebedee/zebedee.xml</config_file>
+ <configurationfile>zebedee.xml</configurationfile>
+ <build_port_path>/usr/ports/security/zebedee</build_port_path>
+ </package>
+ <package>
+ <name>OpenVPN tap Bridging Fix</name>
+ <descr>Patch to fix OpenVPN tap bridging on 2.0.x. WARNING! Cannot be uninstalled.</descr>
+ <category>System</category>
+ <config_file>http://www.pfsense.com/packages/config/openvpn_tapfix_20x/openvpn_tapfix_20x.xml</config_file>
+ <version>0.3</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maximum_version>2.1</maximum_version>
+ </package>
+ <package>
+ <name>Quagga OSPF</name>
+ <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD. Installing both will break things.</descr>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <version>0.99.20.1 v0.5</version>
+ <category>Routing</category>
+ <status>BETA</status>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>quagga-0.99.20.1.tbz</depends_on_package>
+ <depends_on_package_pbi>quagga-0.99.21-i386.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd.xml</config_file>
+ <build_port_path>/usr/ports/net/quagga</build_port_path>
+ <pkginfolink></pkginfolink>
+ <required_version>2.0</required_version>
+ <configurationfile>quagga_ospfd.xml</configurationfile>
+ </package>
+ <package>
+ <name>System Patches</name>
+ <descr>A package to apply and maintain custom system patches.</descr>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <version>0.7.1</version>
+ <category>System</category>
+ <status>BETA</status>
+ <config_file>http://www.pfsense.com/packages/config/systempatches/systempatches.xml</config_file>
+ <pkginfolink></pkginfolink>
+ <required_version>2.0</required_version>
+ <configurationfile>systempatches.xml</configurationfile>
+ </package>
+ <package>
+ <name>bacula-client</name>
+ <pkginfolink>http://www.bacula.org/</pkginfolink>
+ <descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr>
+ <website>http://www.bacula.org/</website>
+ <category>Services</category>
+ <version>5.2.6 pkg v 1.0</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/bacula-client/bacula-client.xml</config_file>
+ <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.3-release/All/</depends_on_package_base_url>
+ <depends_on_package>bacula-client-5.2.6.tbz</depends_on_package>
+ <depends_on_package_pbi>bacula-5.2.6-i386.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/bacula-client</build_port_path>
+ <build_pbi>
+ <port>sysutils/bacula-client</port>
+ </build_pbi>
+ <maintainer>marcioc.antao@gmail.com</maintainer>
+ <configurationfile>bacula-client.xml</configurationfile>
+ <after_install_info>Please visit the bacula client tab on services menu.</after_install_info>
+ </package>
+ <package>
+ <!-- This does not exist yet, this is here to trigger a PBI build -->
+ <name>urlsnarf</name>
+ <pkginfolink>http://forum.pfsense.org/</pkginfolink>
+ <descr><![CDATA[HTTP URL Sniffer]]></descr>
+ <category>Services</category>
+ <version>0.1</version>
+ <status>Beta</status>
+ <required_version>2.2</required_version>
+ <config_file>http://www.pfsense.com/packages/config/urlsnarf/urlsnarf.xml</config_file>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <configurationfile>urlsnarf.xml</configurationfile>
+ <build_pbi>
+ <port>security/dsniff</port>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>dsniff-2.3_4-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <!-- This does not exist yet, this is here to trigger a PBI build -->
+ <name>iftop</name>
+ <pkginfolink>http://forum.pfsense.org/</pkginfolink>
+ <descr><![CDATA[Realtime interface monitor (console only)]]></descr>
+ <category>Services</category>
+ <version>0.1</version>
+ <status>Beta</status>
+ <required_version>2.2</required_version>
+ <config_file>http://www.pfsense.com/packages/config/iftop/iftop.xml</config_file>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <configurationfile>iftop.xml</configurationfile>
+ <build_pbi>
+ <port>net-mgmt/iftop</port>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>iftop-0.17-i386.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>tinc</name>
+ <website>http://www.tinc-vpn.org/</website>
+ <descr>tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private mesh network between hosts on the Internet.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>tinc-1.0.19-i386.pbi</depends_on_package_pbi>
+ <build_pbi>
+ <port>security/tinc</port>
+ </build_pbi>
+ <build_options></build_options>
+ <version>1.0.19</version>
+ <status>ALPHA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/tinc_package</pkginfolink>
+ <required_version>2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/tinc/tinc.xml</config_file>
+ <configurationfile>tinc.xml</configurationfile>
+ <logging>
+ <facilityname>tinc</facilityname>
+ <logfilename>tinc.log</logfilename>
+ <logtab>tinc</logtab>
+ </logging>
+ </package>
+ <package>
+ <name>syslog-ng</name>
+ <website>http://www.balabit.com/network-security/syslog-ng/</website>
+ <descr>Syslog-ng syslog server. This service is not intended to replace the default pfSense syslog server but rather acts as an independent syslog server.</descr>
+ <category>Services</category>
+ <version>3.3.6_2</version>
+ <status>ALPHA</status>
+ <required_version>2.1</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>syslog-ng-3.3.6_2-i386.pbi</depends_on_package_pbi>
+ <build_pbi>
+ <ports_before>sysutils/logrotate</ports_before>
+ <port>sysutils/syslog-ng</port>
+ </build_pbi>
+ <build_options></build_options>
+ <maintainer>laleger@gmail.com</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/syslog-ng/syslog-ng.xml</config_file>
+ <configurationfile>syslog-ng.xml</configurationfile>
+ </package>
+ </packages>
+</pfsensepkgs>
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index e3a505db..08d01325 100644
--- a/pkg_config.8.xml.amd64
+++ b/pkg_config.8.xml.amd64
@@ -1,1768 +1,1768 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- pfSense packages -->
-<pfsensepkgs>
-<copy_packages_to_host_ssh_port>222</copy_packages_to_host_ssh_port>
-<copy_packages_to_host_ssh>packagecopy@files.pfsense.org</copy_packages_to_host_ssh>
-<copy_packages_to_folder_ssh>/usr/local/www/files/packages/amd64/8/All/</copy_packages_to_folder_ssh>
-<packages>
-<!--
- <package>
- <name>someprogram</name>
- <pkginfolink>http://forum.pfsense.org/</pkginfolink>
- <descr><![CDATA[Some cool program]]></descr>
- <website>http://www.example.org/someprogram</website>
- <category>Services</category>
- <version>0.99</version>
- <status>Beta</status>
- <required_version>2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/someprogram/someprogram.xml</config_file>
- <maintainer>me@example.com</maintainer>
- <configurationfile>someprogram.xml</configurationfile>
- <build_pbi>
- <ports_before>db/somethingextraineed</ports_before>
- <port>net/someprogram</port>
- <ports_after>www/somethingelsetoputinthepbi www/somethingelse</ports_after>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>someprogram-0.99-amd64.pbi</depends_on_package_pbi>
- </package>
--->
- <package>
- <name>Asterisk</name>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,47210.0.html</pkginfolink>
- <descr><![CDATA[Asterisk is an open source framework for building communications applications.<br>Asterisk turns an ordinary computer into a communications server.]]></descr>
- <website>http://www.asterisk.org/</website>
- <category>Services</category>
- <version>1.8.8.1 pkg v 0.1</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/asterisk/asterisk.xml</config_file>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>asterisk18-1.8.8.1.tbz</depends_on_package>
- <depends_on_package>openldap-sasl-client-2.4.26.tbz</depends_on_package>
- <depends_on_package_pbi>asterisk-1.8.13.0-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/asterisk</build_port_path>
- <maintainer>marcellocoutinho@gmail.com robreg@zsurob.hu</maintainer>
- <configurationfile>asterisk.xml</configurationfile>
- <after_install_info>Please visit the Asterisk tab on status menu.</after_install_info>
- </package>
- <package>
- <name>Filer</name>
- <website/>
- <descr>Allows you to create and overwrite files from the GUI.</descr>
- <category>File Management</category>
- <pkginfolink>http://doc.pfsense.org/index.php/Filer_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/filer/filer.xml</config_file>
- <version>0.60</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <maintainer>bscholer@cshl.edu</maintainer>
- <configurationfile>filer.xml</configurationfile>
- </package>
- <package>
- <name>IP-Blocklist</name>
- <website/>
- <descr>IP-Blocklist is PeerGuardian2 but on pfsense. This package has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
- <category>Firewall</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,24769.0.html</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/ipblocklist/8/ipblocklist.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.3.5</version>
- <status>Beta</status>
- <required_version>1.2.2</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <configurationfile>ipblocklist.xml</configurationfile>
- </package>
- <package>
- <name>Country Block</name>
- <website/>
- <descr>Block countries - This has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
- <category>Firewall</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,25732.0.html</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/countryblock/countryblock.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <version>0.2.4</version>
- <status>Beta</status>
- <required_version>1.2.2</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <configurationfile>countryblock.xml</configurationfile>
- </package>
- <package>
- <name>File Manager</name>
- <website/>
- <descr>PHP File Manager</descr>
- <category>Diagnostics</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink>
- <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file>
- <version>0.1.1</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <maintainer>tom@tomschaefer.org</maintainer>
- <configurationfile>filemgr.xml</configurationfile>
- </package>
- <package>
- <name>pfBlocker</name>
- <website/>
- <descr><![CDATA[Introduce Enhanced Aliastable Feature to pfsense.<br>
- Assign many IP urls lists from sites like I-blocklist to a single alias and then choose rule action to take.<br>
- This package also Block countries and IP ranges.<br>
- pfBlocker replaces Countryblock and IPblocklist]]></descr>
- <category>Firewall</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,42543.0.html</pkginfolink>
- <config_file>http://pfsense.org/packages/config/pf-blocker/pfblocker.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>1.0.2</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <maintainer>tom@tomschaefer.org marcellocoutinho@gmail.com</maintainer>
- <configurationfile>pfblocker.xml</configurationfile>
- </package>
- <package>
- <name>anyterm</name>
- <descr>Ajax Interactive Shell - Have you ever wanted SSH or telnet access to your system from an internet desert - from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a process that runs on your web server that provides this access. WARNING! We suggest using Stunnel in combination with this package!</descr>
- <website>http://anyterm.org/</website>
- <pkginfolink>http://doc.pfsense.org/index.php/AnyTerm_package</pkginfolink>
- <category>Diagnostics</category>
- <version>0.5</version>
- <status>BETA</status>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.com/packages/config/anyterm/anyterm.xml</config_file>
- <configurationfile>anyterm.xml</configurationfile>
- </package>
- <package>
- <name>haproxy</name>
- <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
- <descr><![CDATA[The Reliable, High Performance HTTP Load Balancer<br>
- This package implements HTTP balance features from Haproxy.]]></descr>
- <website>http://haproxy.1wt.eu/</website>
- <category>Services</category>
- <version>1.4.21 pkg v 1.2</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file>
- <configurationfile>haproxy.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
- <depends_on_package_pbi>haproxy-1.4.21-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/haproxy</build_port_path>
- </package>
- <package>
- <name>haproxy-full</name>
- <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
- <descr><![CDATA[The Reliable, High Performance TCP/HTTP Load Balancer package<br>
- This package implements both TCP and HTTP balance features from Haproxy.]]></descr>
- <website>http://haproxy.1wt.eu/</website>
- <category>Services</category>
- <version>1.4.21 pkg v 1.0</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/haproxy-legacy/haproxy.xml</config_file>
- <configurationfile>haproxy.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
- <depends_on_package_pbi>haproxy-1.4.21-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>Apache with mod_security-dev</name>
- <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
- <website>http://www.modsecurity.org/</website>
- <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
- <category>Network Management</category>
- <version>0.2</version>
- <status>ALPHA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/apache_mod_security-dev/apache_virtualhost.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
- <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
- <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
- <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
- <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
- <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
- <depends_on_package_pbi>proxy_mod_security-2.2.22_6-amd64.pbi</depends_on_package_pbi>
- <configurationfile>apache_virtualhost.xml</configurationfile>
- <build_port_path>/usr/ports/devel/gettext</build_port_path>
- <build_port_path>/usr/ports/misc/help2man</build_port_path>
- <build_port_path>/usr/ports/devel/apr1</build_port_path>
- <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
- <build_port_path>/usr/ports/databases/db42</build_port_path>
- <build_port_path>/usr/ports/databases/gdbm</build_port_path>
- <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
- <build_port_path>/usr/ports/www/mod_security</build_port_path>
- <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
- <build_port_path>/usr/ports/security/gnupg</build_port_path>
- <build_port_path>/user/ports/net/spread</build_port_path>
- <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
- <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
- <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
- <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
- <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
- <build_pbi>
- <custom_name>proxy_mod_security</custom_name>
- <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
- <port>www/apache22-worker-mpm</port>
- <ports_after>www/mod_security www/mod_memcache</ports_after>
- </build_pbi>
- <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
- <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
- </package>
- <package>
- <name>Proxy Server with mod_security</name>
- <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
- <website>http://www.modsecurity.org/</website>
- <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
- <category>Network Management</category>
- <version>0.1.2</version>
- <status>ALPHA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/apache_mod_security/apache_mod_security.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
- <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
- <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
- <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
- <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
- <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
- <depends_on_package_pbi>proxy_mod_security-2.2.22_6-amd64.pbi</depends_on_package_pbi>
- <configurationfile>apache_mod_security.xml</configurationfile>
- <build_port_path>/usr/ports/devel/gettext</build_port_path>
- <build_port_path>/usr/ports/misc/help2man</build_port_path>
- <build_port_path>/usr/ports/devel/apr1</build_port_path>
- <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
- <build_port_path>/usr/ports/databases/db42</build_port_path>
- <build_port_path>/usr/ports/databases/gdbm</build_port_path>
- <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
- <build_port_path>/usr/ports/www/mod_security</build_port_path>
- <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
- <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
- <build_port_path>/usr/ports/security/gnupg</build_port_path>
- <build_port_path>/user/ports/net/spread</build_port_path>
- <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
- <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
- <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
- <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
- <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
- <build_pbi>
- <custom_name>proxy_mod_security</custom_name>
- <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
- <port>www/apache22-worker-mpm</port>
- <ports_after>www/mod_security www/mod_memcache</ports_after>
- </build_pbi>
- <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
- <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
- </package>
- <package>
- <name>pure-ftpd</name>
- <website>http://www.pureftpd.org/</website>
- <descr>*DO NOT RUN THIS ON A FIREWALL. USE A DEDICATED MACHINE!* Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerabilities, is trivial to set up, and is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</descr>
- <category>FTP</category>
- <config_file>http://www.pfsense.com/packages/config/pure-ftpd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>pure-ftpd-1.0.35.tbz</depends_on_package>
- <depends_on_package_pbi>pure-ftpd-1.0.36-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/ftp/pure-ftpd</build_port_path>
- <version>1.0.35</version>
- <status>Stable</status>
- <configurationfile>pure-ftpd.xml</configurationfile>
- <required_version>1.0</required_version>
- <maximum_version>1.0</maximum_version>
- <logging>
- <facilityname>ftp</facilityname>
- <logfilename>pure-ftpd.log</logfilename>
- </logging>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>Avahi</name>
- <pkginfolink>http://doc.pfsense.org/index.php/Avahi_package</pkginfolink>
- <website>http://www.avahi.org/</website>
- <descr>Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. Avahi is mainly based on Lennart Poettering's flexmdns mDNS implementation for Linux which has been discontinued in favour of Avahi.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <build_port_path>/usr/ports/net/avahi</build_port_path>
- <build_port_path>/usr/ports/net/avahi-app</build_port_path>
- <build_pbi>
- <port>net/avahi</port>
- </build_pbi>
- <depends_on_package>avahi-0.6.29.tbz</depends_on_package>
- <depends_on_package_pbi>avahi-0.6.29-amd64.pbi</depends_on_package_pbi>
- <version>0.6.29 pkg v1.02</version>
- <status>ALPHA</status>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.com/packages/config/avahi/avahi.xml</config_file>
- <configurationfile>avahi.xml</configurationfile>
- <after_install_info>Please visit the Avahi settings tab and select which interfaces you do not wish Avahi to listen on and click save to start the service.</after_install_info>
- </package>
- <package>
- <name>ntop</name>
- <website>http://www.ntop.org/</website>
- <descr>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>ntop-4.1.0_5-amd64.pbi</depends_on_package_pbi>
- <depends_on_package>rrdtool-1.2.30_1.tbz</depends_on_package>
- <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_4.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
- <depends_on_package>GeoIP-1.4.8_1.tbz</depends_on_package>
- <depends_on_package>font-util-1.2.0.tbz</depends_on_package>
- <depends_on_package>webfonts-0.30_6.tbz</depends_on_package>
- <depends_on_package>ntop-4.1.0_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/net/GeoIP</build_port_path>
- <build_port_path>/usr/ports/databases/gdbm</build_port_path>
- <build_port_path>/usr/ports/databases/rrdtool12</build_port_path>
- <build_port_path>/usr/ports/x11-fonts/font-util</build_port_path>
- <build_port_path>/usr/ports/graphics/graphviz</build_port_path>
- <build_port_path>/usr/ports/x11-fonts/webfonts</build_port_path>
- <build_port_path>/usr/ports/net/ntop</build_port_path>
- <build_pbi>
- <ports_before>databases/gdbm net/GeoIP x11-fonts/font-util x11-fonts/webfonts graphics/graphviz</ports_before>
- <port>net/ntop</port>
- </build_pbi>
- <build_options>WITH_PCAP_PORT=true WITH_XMLDUMP=true WITHOUT_JUMBO_FRAMES=true WITH_MAKO=true WITHOUT_DEJAVU=true WITH_JSON=true WITH_MMAP=true WITHOUT_PERL_MODULE=true WITHOUT_PYTHON_MODULE=true WITHOUT_RUBY_MODULE=true WITHOUT_EXAMPLES=true WITHOUT_FPECTL=true WITH_IPV6=true WITH_NLS=true WITHOUT_PTH=true WITH_PYMALLOC=true WITHOUT_SEM=true WITH_THREADS=true WITHOUT_UCS2=true WITH_UCS4=true WITH_FONTCONFIG=true WITH_ICONV=true WITHOUT_XPM=true WITHOUT_DAG=true WITHOUT_DIGCOLA=true WITHOUT_IPSEPCOLA=true WITHOUT_PANGOCAIRO=true WITHOUT_GTK=true WITHOUT_XCB=true</build_options>
- <version>4.1.0_3 v2.3</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/ntop2/ntop.xml</config_file>
- <configurationfile>ntop.xml</configurationfile>
- <noembedded>true</noembedded>
- </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. </descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>freeswitch-1.0.6_1-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/freeswitch</build_port_path>
- <version>0.8.3.6</version>
- <status>Beta</status>
- <required_version>3.2.1</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>freeswitch.xml</configurationfile>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>FreeSWITCH Dev</name>
- <website>http://www.freeswitch.org/</website>
- <descr>FreeSWITCH package development version.</descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <build_port_path>/usr/ports/net/freeswitch</build_port_path>
- <version>0.9.7.26</version>
- <status>Beta</status>
- <required_version>3.2.3</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>freeswitch.xml</configurationfile>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>Notes</name>
- <website/>
- <descr>Track things you want to note for this system.</descr>
- <category>Status</category>
- <pkginfolink/>
- <config_file>http://www.pfsense.com/packages/config/notes/notes.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>0.2.4</version>
- <status>Alpha</status>
- <required_version>1.2.1</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>notes.xml</configurationfile>
- </package>
- <package>
- <name>TFTP</name>
- <website/>
- <descr>Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more.</descr>
- <category>Services</category>
- <pkginfolink/>
- <config_file>http://www.pfsense.com/packages/config/tftp2/tftp.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>2.0</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <configurationfile>tftp.xml</configurationfile>
- </package>
- <package>
- <name>PHPService</name>
- <website/>
- <descr>PHP run as a service it can do anything PHP can do including but not limited to monitoring files, CPU, RAM, and send alerts to the syslog.</descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/PHPService</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/phpservice/phpservice.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>0.4.1</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>phpservice.xml</configurationfile>
- </package>
- <package>
- <name>Backup</name>
- <website/>
- <descr>Tool to Backup and Restore files and directories.</descr>
- <category>System</category>
- <pkginfolink></pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/backup/backup.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>0.1.5</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>backup.xml</configurationfile>
- </package>
- <package>
- <name>Cron</name>
- <website/>
- <descr>The cron utility is used to manage commands on a schedule.</descr>
- <category>Services</category>
- <pkginfolink></pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/cron/cron.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>0.1.5</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>cron.xml</configurationfile>
- </package>
- <package>
- <name>vHosts</name>
- <website/>
- <descr>It is a web server package that can host HTML, Javascript, CSS, and PHP. It uses the lighttpd web server that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects and PDO SQLite.</descr>
- <category>Services</category>
- <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <version>0.7.4</version>
- <status>Stable</status>
- <required_version>1.2.3</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>vhosts.xml</configurationfile>
- </package>
- <package>
- <name>snort</name>
- <pkginfolink></pkginfolink>
- <website>http://www.snort.org</website>
- <descr>Snort is an open source network intrusion prevention and detection system (IDS/IPS). Combining the benefits of signature, protocol, and anomaly-based inspection.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
- <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
- <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
- <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
- <depends_on_package>daq-0.6.2.tbz</depends_on_package>
- <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
- <depends_on_package_pbi>snort-2.9.2.3-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/devel/pcre</build_port_path>
- <build_port_path>/usr/ports/net/daq</build_port_path>
- <build_port_path>/usr/ports/net/libnet</build_port_path>
- <build_port_path>/usr/ports/security/barnyard2</build_port_path>
- <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
- <build_port_path>/usr/ports/security/snort</build_port_path>
- <build_pbi>
- <port>security/snort</port>
- <ports_after>security/barnyard2</ports_after>
- </build_pbi>
- <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
- <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file>
- <version>2.9.2.3 pkg v. 2.5.2</version>
- <required_version>2.0</required_version>
- <status>Stable</status>
- <configurationfile>/snort.xml</configurationfile>
- <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
- </package>
- <package>
- <name>snort-dev</name>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink>
- <website>http://www.snort.org</website>
- <descr>Snort-dev is a development branch.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>snort-2.9.2.3-amd64.pbi</depends_on_package_pbi>
- <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
- <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
- <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
- <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
- <depends_on_package>daq-0.6.2.tbz</depends_on_package>
- <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
- <depends_on_package>perl-threaded-5.12.4_4.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/pcre</build_port_path>
- <build_port_path>/usr/ports/net/daq</build_port_path>
- <build_port_path>/usr/ports/net/libnet</build_port_path>
- <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
- <build_port_path>/usr/ports/security/barnyard2</build_port_path>
- <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
- <build_port_path>/usr/ports/security/snort</build_port_path>
- <build_pbi>
- <custom_name>snort-dev</custom_name>
- <port>security/snort</port>
- <ports_after>security/barnyard2</ports_after>
- </build_pbi>
- <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
- <config_file>http://www.pfsense.com/packages/config/snort-dev/snort.xml</config_file>
- <version>2.9.2.3 pkg v. 3.0</version>
- <required_version>2.0</required_version>
- <status>Stable</status>
- <configurationfile>/snort.xml</configurationfile>
- <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
- </package>
- <package>
- <name>olsrd</name>
- <website>http://www.olsr.org/</website>
- <descr>The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/olsrd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>olsrd-0.6.2.tbz</depends_on_package>
- <depends_on_package_pbi>olsrd-0.6.3-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/olsrd</build_port_path>
- <version>1.0</version>
- <status>Stable</status>
- <required_version>2.1</required_version>
- <configurationfile>olsrd.xml</configurationfile>
- </package>
- <package>
- <name>spamd</name>
- <website>http://www.openbsd.org/spamd/</website>
- <descr>Tarpits like spamd are fake SMTP servers, which accept connections but don't deliver mail. Instead, they keep the connections open and reply very slowly. If the peer is patient enough to actually complete the SMTP dialogue (which will take ten minutes or more), the tarpit returns a 'temporary error' code (4xx), which indicates that the mail could not be delivered successfully and that the sender should keep the mail in their queue and retry again later.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/spamd/spamd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>spamd-4.9.1.tbz</depends_on_package>
- <depends_on_package_pbi>spamd-4.9.1-amd64.pbi</depends_on_package_pbi>
- <version>4.8.0</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <configurationfile>spamd.xml</configurationfile>
- <build_port_path>/usr/ports/mail/spamd</build_port_path>
- <logging>
- <facilityname>spamd</facilityname>
- <logfilename>spamd.log</logfilename>
- </logging>
- </package>
- <package>
- <name>Postfix Forwarder</name>
- <website>http://www.postfix.org/</website>
- <descr><![CDATA[Postfix mail forwarder acts as a relay server for your domain.<br>
- It can do first and second line antispam combat before sending incoming mail to local mail servers.<br>
- Postfix can also detect zombies, check RBLS, SPF, seach ldap for valid recipients and use third part antispam engines like policyd and mailscanner for better antispam solution.]]></descr>
- <category>Services</category>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,40622.0.html</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/postfix/postfix.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>postfix-2.8.7,1.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
- <depends_on_package_pbi>postfix-2.9.4-amd64.pbi</depends_on_package_pbi>
- <version>2.8.7,1 pkg v.2.3.4_1</version>
- <status>RC1</status>
- <required_version>2.0</required_version>
- <configurationfile>postfix.xml</configurationfile>
- <build_port_path>/usr/ports/mail/postfix</build_port_path>
- <build_options>WITH_PCRE=true WITH_SPF=true WITH_SASL2=true WITH_TLS=true</build_options>
- </package>
- <package>
- <name>Dansguardian</name>
- <website>http://www.dansguardian.org/</website>
- <descr><![CDATA[DansGuardian is an award winning Open Source web content filter.<br>
- It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering.<br>
- It does not purely filter based on a banned list of sites like lesser totally commercial filters.<br>
- For all non-commercial it's free, without cost.<br>
- For all commercial use visit dansguardian website to get a licence.]]></descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/dansguardian/dansguardian.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,43786.0.html</pkginfolink>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>dansguardian-2.12.0.0.tbz</depends_on_package>
- <depends_on_package>clamav-0.97.3_1.tbz</depends_on_package>
- <depends_on_package>ca_root_nss-3.13.3.tbz</depends_on_package>
- <depends_on_package_pbi>dansguardian-2.12.0.0_1-amd64.pbi</depends_on_package_pbi>
- <version>2.12.0.0 pkg v.0.1.6_1</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <configurationfile>dansguardian.xml</configurationfile>
- <build_port_path>/usr/ports/www/dansguardian-devel</build_port_path>
- <build_options>WITHOUT_APACHE=true WITH_TRICKLE=true WITH_CLAMD=true WITH_ICAP=true WITH_NTLM=true WITH_SSL=true</build_options>
- <!-- NOTE: Distfile must be fetched manually from http://dansguardian.org/downloads/2/Alpha/dansguardian-2.12.0.0.tar.gz -->
- </package>
- <package>
- <name>mailscanner-dev</name>
- <website>www.mailscanner.info</website>
- <descr><![CDATA[MailScanner is an e-mail security and anti-spam package for e-mail gateway systems.<br>
- This is a level3 mail scanning tool with high CPU load.]]></descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/mailscanner/mailscanner.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,43687.0.html</pkginfolink>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/amd64/All/</depends_on_package_base_url>
- <depends_on_package>MailScanner-4.83.5.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
- <depends_on_package>pyzor-0.5.0_1.tbz</depends_on_package>
- <depends_on_package>p5-Mail-SPF-2.007.tbz</depends_on_package>
- <depends_on_package>p5-IP-Country-2.27.tbz</depends_on_package>
- <depends_on_package_pbi>mailscanner-4.84.5_3-amd64.pbi</depends_on_package_pbi>
- <version>4.83.5 pkg v.0.2.1</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <configurationfile>mailscanner.xml</configurationfile>
- <build_port_path>/usr/ports/mail/mailscanner</build_port_path>
- <build_options></build_options>
- </package>
- <package>
- <name>siproxd</name>
- <website>http://siproxd.sourceforge.net/</website>
- <descr>Proxy for handling NAT of multiple SIP devices to a single public IP.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/siproxd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>siproxd-0.8.0.tbz</depends_on_package>
- <depends_on_package_pbi>siproxd-0.8.0-amd64.pbi</depends_on_package_pbi>
- <pkginfolink>http://doc.pfsense.org/index.php/Siproxd_package</pkginfolink>
- <build_port_path>/usr/ports/net/siproxd</build_port_path>
- <version>0.8.0_2</version>
- <status>Beta</status>
- <required_version>1.2.1</required_version>
- <configurationfile>siproxd.xml</configurationfile>
- </package>
- <package>
- <name>OpenBGPD</name>
- <descr>OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol.</descr>
- <category>NET</category>
- <config_file>http://www.pfsense.com/packages/config/openbgpd/openbgpd.xml</config_file>
- <build_port_path>/usr/ports/net/openbgpd</build_port_path>
- <version>0.5.6</version>
- <status>STABLE</status>
- <pkginfolink>http://doc.pfsense.org/index.php/OpenBGPD_package</pkginfolink>
- <required_version>1.3</required_version>
- <configurationfile>openbgpd.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>openbgpd-4.9.20110612_1.tbz</depends_on_package>
- <depends_on_package_pbi>openbgpd-4.9.20110612_1-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>OpenOSPFD</name>
- <descr>This package is now considered deprecated. Please use the Quagga OSPF instead. -- WARNING! Installs files to the same place as Quagga OSPF. Installing both will result in a broken state, remove this package before installing Quagga OSPF.</descr>
- <maintainer>cmb@pfsense.org</maintainer>
- <version>0.5.2</version>
- <category>Routing</category>
- <status>DEPRECATED</status>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>openospfd-4.6.tbz</depends_on_package>
- <depends_on_package_pbi>openospfd-4.6-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/openospfd/openospfd.xml</config_file>
- <build_port_path>/usr/ports/net/openospfd</build_port_path>
- <build_port_path>/usr/ports/devel/libevent</build_port_path>
- <build_pbi>
- <ports_before>devel/libevent</ports_before>
- <port>net/openospfd</port>
- </build_pbi>
- <pkginfolink></pkginfolink>
- <required_version>1.2.1</required_version>
- <configurationfile>openospfd.xml</configurationfile>
- <depends_on_package>libevent-1.4.14b_1.tbz</depends_on_package>
- </package>
- <package>
- <name>Lightsquid</name>
- <descr>High perfomance web proxy report (LightSquid). Proxy realtime stat (SQStat). Requires squid HTTP proxy.</descr>
- <website>http://lightsquid.sf.net/</website>
- <category>Network Report</category>
- <version>1.8.2 pkg v.2.32</version>
- <maintainer>dv_serg@mail.ru</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>lightsquid-1.8_2.tbz</depends_on_package>
- <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
- <depends_on_package_pbi>lightsquid-1.8_2-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/lightsquid</build_port_path>
- <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
- <build_pbi>
- <ports_before>lang/perl5.12</ports_before>
- <port>www/lightsquid</port>
- </build_pbi>
- <build_options>WITHOUT_DEBUGGING=true WITHOUT_GDBM=true WITHOUT_PERL_MALLOC=true WITH_PERL_64BITINT=true WITHOUT_THREADS=true WITHOUT_MULTIPLICITY=true WITHOUT_SUIDPERL=true WITHOUT_SITECUSTOMIZE=true WITH_USE_PERL=true</build_options>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/lightsquid/lightsquid.xml</config_file>
- <pkginfolink></pkginfolink>
- <configurationfile>lightsquid.xml</configurationfile>
- <noembedded>true</noembedded>
- </package>
- <package>
- <name>Sarg</name>
- <website>http://www.dansguardian.org/</website>
- <descr><![CDATA[Sarg - Squid Analysis Report Generator is a tool that allow you to view "where" your users are going to on the Internet.<br>
- Sarg provides many informations about Proxy(squid,squidguard or dansguardian) users activities: times, bytes, sites, etc...]]></descr>
- <category>Network Report</category>
- <config_file>http://www.pfsense.com/packages/config/sarg/sarg.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,47765.0.html</pkginfolink>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>sarg-2.3.2_2.tbz</depends_on_package>
- <depends_on_package>gd-2.0.35_7,1.tbz</depends_on_package>
- <depends_on_package_pbi>sarg-2.3.2_5-amd64.pbi</depends_on_package_pbi>
- <version>2.3.2 pkg v.0.6.1</version>
- <status>RC2</status>
- <required_version>2.0</required_version>
- <configurationfile>sarg.xml</configurationfile>
- <build_port_path>/usr/ports/www/sarg</build_port_path>
- <build_options>WITHOUT_GD=false WITHOUT_PHP=true</build_options>
- <after_install_info>Please visit sarg settings on Status Menu to configure sarg.</after_install_info>
- </package>
- <package>
- <name>Ipguard-dev</name>
- <website>http://ipguard.deep.perm.ru/</website>
- <descr><![CDATA[Ipguard listens network for ARP packets. All permitted MAC-IP pairs listed in config files.<br>
- If it recieves one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.<br>
- This will prevent not permitted host to work properly in local ethernet segment.]]></descr>
- <category>Security</category>
- <config_file>http://www.pfsense.com/packages/config/ipguard/ipguard.xml</config_file>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,49917.msg263664.html#msg263664</pkginfolink>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>ipguard-1.04.tbz</depends_on_package>
- <depends_on_package_pbi>ipguard-1.04-amd64.pbi</depends_on_package_pbi>
- <version>1.0.4 pkg v.0.1</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <configurationfile>ipguard.xml</configurationfile>
- <build_port_path>/usr/ports/security/ipguard</build_port_path>
- <after_install_info>Please visit ipguard settings on Services Menu to configure.</after_install_info>
- </package>
- <package>
- <name>Varnish</name>
- <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
- It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.]]></descr>
- <website>http://varnish-cache.org</website>
- <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
- <category>Services</category>
- <version>2.1.5 pkg v.1.0</version>
- <status>Release</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/varnish64/varnish_backends.xml</config_file>
- <configurationfile>varnish_backends.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>varnish-2.1.5_1-amd64.pbi gcc-4.2.5.20090325_5-amd64.pbi</depends_on_package_pbi>
- <depends_on_package>varnish-2.1.5.tbz</depends_on_package>
- <depends_on_package>gcc-4.2.5.20090325_5.tbz</depends_on_package>
- <build_port_path>/usr/ports/www/varnish2</build_port_path>
- <build_port_path>/usr/ports/lang/gcc42</build_port_path>
- </package>
- <package>
- <name>Varnish3</name>
- <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
- It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.<br>
- Version 3.0.2 includes streaming support]]></descr>
- <website>http://varnish-cache.org</website>
- <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
- <category>Services</category>
- <version>3.0.2 pkg v.0.1</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/varnish3/varnish_backends.xml</config_file>
- <configurationfile>varnish_backends.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>gcc-4.2.5.20090325_5-amd64.pbi varnish-3.0.2_1-amd64.pbi</depends_on_package_pbi>
- <depends_on_package>varnish-3.0.2.tbz</depends_on_package>
- <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/www/varnish</build_port_path>
- <build_port_path>/usr/ports/lang/gcc42</build_port_path>
- </package>
- <package>
- <name>vnstat2</name>
- <website>http://humdi.net/vnstat/</website>
- <descr>Vnstat is a console-based network traffic monitor&lt;br /&gt;The vnstat PHP frontend and vnstati adds a more user friendly way of displaying traffic usage.</descr>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,14179.0.html</pkginfolink>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>vnstat-1.11.tbz</depends_on_package>
- <depends_on_package_pbi>vnstat-1.11_1-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/vnstat</build_port_path>
- <version>1.10_2</version>
- <status>test</status>
- <required_version>2.0</required_version>
- <maintainer>crazypark2@yahoo.dk</maintainer>
- <config_file>http://www.pfsense.com/packages/config/vnstat2/vnstat2.xml</config_file>
- <configurationfile>vnstat2.xml</configurationfile>
- <after_install_info></after_install_info>
- </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.4</version>
- <status>Beta</status>
- <required_version>1.0</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>mbmon-205_5.tbz</depends_on_package>
- <depends_on_package_pbi>mbmon-205_5-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/mbmon</build_port_path>
- <config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file>
- <configurationfile>phpsysinfo.xml</configurationfile>
- <noembedded>true</noembedded>
- </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>
- <category>Services</category>
- <version>1.0.6.17</version>
- <status>Beta</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Tinydns_package</pkginfolink>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/tinydns/tinydns.xml</config_file>
- <configurationfile>tinydns.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>ucspi-tcp-0.88_2.tbz</depends_on_package>
- <depends_on_package>daemontools-0.76_16.tbz</depends_on_package>
- <depends_on_package>djbdns-ipv6-1.05.b23_13.tbz</depends_on_package>
- <depends_on_package_pbi>djbdns-1.05_14-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/ucspi-tcp</build_port_path>
- <build_port_path>/usr/ports/sysutils/daemontools</build_port_path>
- <build_port_path>/usr/ports/dns/djbdns</build_port_path>
- <build_pbi>
- <ports_before>sysutils/ucspi-tcp sysutils/daemontools</ports_before>
- <port>dns/djbdns</port>
- </build_pbi>
- <build_options>WITH_IPV6=true WITH_SRV=true WITHOUT_DUMPCACHE=true WITHOUT_IGNOREIP=true WITHOUT_JUMBO=true WITHOUT_MAN=true WITHOUT_PERSISTENT_MMAP=true</build_options>
- <supportedbybsdperimeter>YES</supportedbybsdperimeter>
- </package>
- <package>
- <name>Open-VM-Tools</name>
- <descr>VMware Tools</descr>
- <website>http://open-vm-tools.sourceforge.net/</website>
- <category>Services</category>
- <version>8.7.0.3046 (build-313025)</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
- <configurationfile>open-vm-tools.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <build_port_path>/usr/ports/emulators/open-vm-tools-nox11/</build_port_path>
- <depends_on_package>open-vm-tools-nox11-313025_2.tbz</depends_on_package>
- <depends_on_package>icu-4.8.1.1_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/icu</build_port_path>
- <depends_on_package>fusefs-kmod-0.3.9.p1.20080208_7.tbz</depends_on_package>
- <build_port_path>/usr/ports/sysutils/fusefs-kmod</build_port_path>
- <depends_on_package>fusefs-libs-2.7.4.tbz</depends_on_package>
- <build_port_path>/usr/ports/sysutils/fusefs-libs</build_port_path>
- <depends_on_package>glib-2.28.8_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/glib2</build_port_path>
- <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/net/libdnet</build_port_path>
- <depends_on_package>libiconv-1.13.1_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/converters/libiconv</build_port_path>
- <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/pcre</build_port_path>
- <depends_on_package>perl-5.12.3.tbz</depends_on_package>
- <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
- <depends_on_package>pkg-config-0.25_1.tbz</depends_on_package>
- <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
- <depends_on_package>python27-2.7.2_3.tbz</depends_on_package>
- <build_port_path>/usr/ports/lang/python27</build_port_path>
- <build_pbi>
- <port>emulators/open-vm-tools-nox11</port>
- </build_pbi>
- <depends_on_package_pbi>open-vm-tools-nox11-425873_2-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>Open-VM-Tools-8.8.1</name>
- <descr>VMware Tools</descr>
- <website>http://open-vm-tools.sourceforge.net/</website>
- <category>Services</category>
- <version>528969</version>
- <status>RC</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
- <configurationfile>open-vm-tools.xml</configurationfile>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>open-vm-tools-nox11-528969,1.tbz</depends_on_package>
- <depends_on_package>pcre-8.30_1.tbz</depends_on_package>
- <!-- Fix me once a PBI is available! -->
- <maximum_version>2.1</maximum_version>
- </package>
- <package>
- <name>AutoConfigBackup</name>
- <maintainer>portal@bsdperimeter.com</maintainer>
- <descr>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from https://portal.pfsense.org</descr>
- <website>https://portal.pfsense.org</website>
- <category>Services</category>
- <version>1.20</version>
- <status>Stable</status>
- <required_version>1.2</required_version>
- <pkginfolink>http://doc.pfsense.org/index.php/AutoConfigBackup</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/autoconfigbackup/autoconfigbackup.xml</config_file>
- <configurationfile>autoconfigbackup.xml</configurationfile>
- </package>
- <package>
- <name>arping</name>
- <descr>Broadcasts a who-has ARP packet on the network and prints answers. </descr>
- <website>http://www.habets.pp.se/synscan/programs.php?prog=arping</website>
- <category>Services</category>
- <version>2.09.1</version>
- <status>Stable</status>
- <required_version>1.0.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/arping/arping.xml</config_file>
- <configurationfile>arping.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>arping-2.09_1.tbz</depends_on_package>
- <depends_on_package_pbi>arping-2.09_1-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net/arping</build_port_path>
- <pkginfolink>http://doc.pfsense.org/index.php/Arping</pkginfolink>
- </package>
- <package>
- <name>nmap</name>
- <maintainer>jimp@pfsense.org</maintainer>
- <descr>NMap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), version detection (determine what application/service is runing on a port), and TCP/IP fingerprinting (remote host OS or device identification). It also offers flexible target and port specification, decoy/stealth scanning, SunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and command line modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>lua-5.1.5_4.tbz</depends_on_package>
- <depends_on_package>nmap-6.01.tbz</depends_on_package>
- <depends_on_package_pbi>nmap-6.01-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/nmap/nmap.xml</config_file>
- <version>nmap-6.01 pkg v1.2</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Nmap_package</pkginfolink>
- <required_version>2.0</required_version>
- <configurationfile>nmap.xml</configurationfile>
- <build_port_path>/usr/ports/security/nmap</build_port_path>
- <depends_on_package>libpcap-1.2.1.tbz</depends_on_package>
- </package>
- <package>
- <name>imspector</name>
- <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
- <website>http://www.imspector.org/</website>
- <category>Network Management</category>
- <maintainer>billm@pfsense.org</maintainer>
- <version>0.9-4</version>
- <required_version>2.0</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/imspector/imspector.xml</config_file>
- <configurationfile>imspector.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>sqlite3-3.7.12.1.tbz</depends_on_package>
- <depends_on_package>imspector-0.9.tbz</depends_on_package>
- <depends_on_package_pbi>imspector-0.9-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net-im/imspector</build_port_path>
- </package>
- <package>
- <name>imspector-dev</name>
- <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
- <website>http://www.imspector.org/</website>
- <category>Network Management</category>
- <maintainer>marcellocoutinho@gmail.com</maintainer>
- <version>20111108 pkg v 0.3.1</version>
- <required_version>2.0</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/imspector-dev/imspector.xml</config_file>
- <configurationfile>imspector.xml</configurationfile>
- <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>mysql-client-5.5.19.tbz</depends_on_package>
- <depends_on_package>imspector-20111108.tbz</depends_on_package>
- <depends_on_package_pbi>imspector-20111108-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>nut</name>
- <descr>Network UPS Tools</descr>
- <website>http://www.networkupstools.org/</website>
- <category>Network Management</category>
- <version>2.6.4 pkg 2.0</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>rswagoner@gmail.com</maintainer>
- <config_file>http://www.pfsense.com/packages/config/nut/nut.xml</config_file>
- <configurationfile>nut.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>nut-2.6.4.tbz</depends_on_package>
- <depends_on_package_pbi>nut-2.6.4-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/nut</build_port_path>
- <pkginfolink>http://doc.pfsense.org/index.php/Nut_package</pkginfolink>
- </package>
- <package>
- <name>diag_new_states</name>
- <descr>Paul Taylors version of Diagnostics States which utilizes pftop.</descr>
- <website>http://www.addressplus.net</website>
- <category>Network Management</category>
- <version>0.2</version>
- <maintainer>ptaylor@addressplus.net</maintainer>
- <required_version>1.2.1</required_version>
- <status>BETA</status>
- <config_file>http://www.pfsense.org/packages/config/diag_states_pt/diag_new_states.xml</config_file>
- <configurationfile>http://www.pfsense.com/packages/config/diag_states_pt/diag_new_states.xml</configurationfile>
- </package>
- <package>
- <name>darkstat</name>
- <website>http://dmr.ath.cx/net/darkstat/</website>
- <descr>darkstat is a network statistics gatherer. It's a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>darkstat-3.0.714.tbz</depends_on_package>
- <depends_on_package_pbi>darkstat-3.0.715-amd64.pbi</depends_on_package_pbi>
- <version>3.0.714</version>
- <status>Stable</status>
- <required_version>1.2.1</required_version>
- <maintainer>sullrich+pfsp@gmail.com</maintainer>
- <config_file>http://www.pfsense.com/packages/config/darkstat/darkstat.xml</config_file>
- <configurationfile>darkstat.xml</configurationfile>
- <build_port_path>/usr/ports/net-mgmt/darkstat</build_port_path>
- </package>
- <package>
- <name>pfflowd</name>
- <website>http://www.mindrot.org/pfflowd.html</website>
- <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr>
- <category>Network Management</category>
- <config_file>http://www.pfsense.com/packages/config/pfflowd.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>pfflowd-0.8.tbz</depends_on_package>
- <depends_on_package_pbi>pfflowd-0.8-amd64.pbi</depends_on_package_pbi>
- <version>0.8.3</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <configurationfile>pfflowd.xml</configurationfile>
- <maintainer></maintainer>
- <build_port_path>/usr/ports/net/pfflowd-0.8</build_port_path>
- </package>
- <package>
- <name>widentd</name>
- <descr>RFC1413 auth/identd daemon with fixed fake reply</descr>
- <website>http://www.webweaving.org/widentd</website>
- <category>Services</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>widentd-1.03_1.tbz</depends_on_package>
- <depends_on_package_pbi>widentd-1.03_1-amd64.pbi</depends_on_package_pbi>
- <version>1.03_1</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Widentd_package</pkginfolink>
- <required_version>1.2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/widentd.xml</config_file>
- <configurationfile>widentd.xml</configurationfile>
- <build_port_path>/usr/ports/net/widentd</build_port_path>
- </package>
- <package>
- <name>freeradius</name>
- <website>http://www.freeradius.org/</website>
- <descr>A free implementation of the RADIUS protocol.</descr>
- <category>System</category>
- <version>1.1.8 pkg v1.0.5</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <maintainer>none</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>freeradius-1.1.8_4.tbz</depends_on_package>
- <depends_on_package>libltdl-2.4_1.tbz</depends_on_package>
- <depends_on_package_pbi>freeradius-1.1.8_5-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/freeradius.xml</config_file>
- <configurationfile>freeradius.xml</configurationfile>
- <build_port_path>/usr/ports/net/freeradius</build_port_path>
- <build_port_path>/usr/ports/devel/libltdl</build_port_path>
- <build_pbi>
- <ports_before>devel/libltdl</ports_before>
- <port>net/freeradius</port>
- </build_pbi>
- <after_install_info>Please visit Services: freeRADIUS</after_install_info>
- </package>
- <package>
- <name>freeradius2</name>
- <website>http://www.freeradius.org/</website>
- <descr><![CDATA[A free implementation of the RADIUS protocol.<br>
- Support: MySQL, PostgreSQL, LDAP, Kerberos<br>
- FreeRADIUS and FreeRADIUS2 settings are not compatible so don't use them together or try to update<br>
- On pfSense docs there is a how-to which could help you on porting users.]]></descr>
- <pkginfolink>http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
- <category>System</category>
- <version>2.1.12_1 pkg v1.6.6_4</version>
- <status>RC1</status>
- <required_version>2.0</required_version>
- <maintainer>nachtfalkeaw@web.de</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>freeradius-2.1.12_1.tbz</depends_on_package>
- <depends_on_package_pbi>freeradius-2.1.12_1-amd64.pbi</depends_on_package_pbi>
- <depends_on_package>mysql-client-5.1.63.tbz</depends_on_package>
- <depends_on_package>postgresql-client-9.0.8.tbz</depends_on_package>
- <depends_on_package>openldap-sasl-client-2.4.31_1.tbz</depends_on_package>
- <config_file>http://www.pfsense.org/packages/config/freeradius2/freeradius.xml</config_file>
- <configurationfile>freeradius.xml</configurationfile>
- <after_install_info>Please visit Services: FreeRADIUS</after_install_info>
- <!-- Try to use the new PBI build syntax here, it may help it pick up the right libs inside the single PBI rather than using multiple. -->
- <build_pbi>
- <ports_before>security/krb5</ports_before>
- <port>net/freeradius2</port>
- </build_pbi>
- <build_options>WITH_KERBEROS=yes WITH_MYSQL=yes WITH_PGSQL=yes WITH_PERL=yes WITH_PYTHON=yes WITH_LDAP=yes</build_options>
- </package>
- <package>
- <name>bandwidthd</name>
- <website>http://bandwidthd.sourceforge.net/</website>
- <descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
- <category>System</category>
- <version>2.0.1.3</version>
- <status>BETA</status>
- <required_version>1.2.1</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>bandwidthd-2.0.1_4.tbz</depends_on_package>
- <depends_on_package>libpcap-1.1.1.tbz</depends_on_package>
- <depends_on_package>postgresql-client-8.4.12.tbz</depends_on_package>
- <depends_on_package_pbi>bandwidthd-2.0.1_5-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file>
- <configurationfile>bandwidthd.xml</configurationfile>
- <build_port_path>/usr/ports/net/libpcap</build_port_path>
- <build_port_path>/usr/ports/databases/postgresql84-client</build_port_path>
- <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path>
- <build_pbi>
- <ports_before>net/libpcap databases/postgresql91-client graphics/gd</ports_before>
- <port>net-mgmt/bandwidthd</port>
- </build_pbi>
- <build_options>WITH_NLS=true WITHOUT_PAM=true WITHOUT_LDAP=true WITHOUT_MIT_KRB5=true WITHOUT_HEIMDAL_KRB5=true WITHOUT_OPTIMIZED_CFLAGS=true WITHOUT_XML=true WITHOUT_TZDATA=true WITHOUT_DEBUG=true WITHOUT_GSSAPI=true WITHOUT_ICU=true WITH_INTDATE=true</build_options>
- </package>
- <package>
- <name>stunnel</name>
- <website>http://www.stunnel.org/</website>
- <descr>An SSL encryption wrapper between remote client and local or remote servers. </descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>stunnel-4.43.tbz</depends_on_package>
- <depends_on_package_pbi>stunnel-4.53-amd64.pbi</depends_on_package_pbi>
- <version>4.43</version>
- <status>Stable</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Stunnel_package</pkginfolink>
- <required_version>1.2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/stunnel.xml</config_file>
- <configurationfile>stunnel.xml</configurationfile>
- <build_port_path>/usr/ports/security/stunnel</build_port_path>
- <build_options>WITHOUT_FORK=true WITH_PTHREAD=true WITHOUT_UCONTEXT=true WITHOUT_IPV6=true WITH_LIBWRAP=true WITHOUT_SSL_PORT=true</build_options>
- </package>
- <package>
- <name>iperf</name>
- <website>http://dast.nlanr.net/Projects/Iperf/</website>
- <descr>Iperf is a tool for testing network throughput, loss, and jitter.</descr>
- <category>Network Management</category>
- <config_file>http://www.pfsense.com/packages/config/iperf.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>iperf-2.0.5.tbz</depends_on_package>
- <depends_on_package_pbi>iperf-2.0.5-amd64.pbi</depends_on_package_pbi>
- <version>2.0.5</version>
- <status>Beta</status>
- <pkginfolink>http://doc.pfsense.org/index.php/Iperf_package</pkginfolink>
- <required_version>1.2.1</required_version>
- <configurationfile>iperf.xml</configurationfile>
- <build_port_path>/usr/ports/benchmarks/iperf</build_port_path>
- </package>
- <package>
- <name>netio</name>
- <website>http://freshmeat.net/projects/netio/</website>
- <descr>This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes.</descr>
- <category>Network Management</category>
- <config_file>http://www.pfsense.com/packages/config/netio.xml</config_file>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All</depends_on_package_base_url>
- <depends_on_package>netio-1.26.tbz</depends_on_package>
- <depends_on_package_pbi>netio-1.26-amd64.pbi</depends_on_package_pbi>
- <version>1.26</version>
- <required_version>2.0</required_version>
- <status>ALPHA</status>
- <configurationfile>netio.xml</configurationfile>
- <build_port_path>/usr/ports/benchmarks/netio</build_port_path>
- </package>
- <package>
- <name>mtr-nox11</name>
- <maintainer>billm@pfsense.org</maintainer>
- <descr>Enhanced traceroute replacement</descr>
- <website>http://www.bitwizard.nl/mtr/</website>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>mtr-nox11-0.82.tbz</depends_on_package>
- <depends_on_package_pbi>mtr-0.82_1-amd64.pbi</depends_on_package_pbi>
- <version>0.82</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/mtr-nox11.xml</config_file>
- <configurationfile>mtr-nox11.xml</configurationfile>
- <build_port_path>/usr/ports/net/mtr</build_port_path>
- </package>
- <package>
- <name>squid</name>
- <descr>High performance web proxy cache.</descr>
- <website>http://www.squid-cache.org/</website>
- <category>Network</category>
- <version>2.7.9 pkg v.4.3.1</version>
- <status>Stable</status>
- <required_version>2</required_version>
- <maintainer>fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>squid-2.7.9_1.tbz</depends_on_package>
- <depends_on_package>squid_radius_auth-1.10.tbz</depends_on_package>
- <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
- <depends_on_package_pbi>squid-2.7.9_1-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/squid</build_port_path>
- <build_port_path>/usr/ports/www/squid_radius_auth</build_port_path>
- <build_port_path>/usr/ports/www/libwww</build_port_path>
- <build_pbi>
- <ports_before>www/libwww</ports_before>
- <port>www/squid</port>
- <ports_after>www/squid_radius_auth</ports_after>
- </build_pbi>
- <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true SQUID_UID=proxy SQUID_GID=proxy</build_options>
- <config_file>http://www.pfsense.org/packages/config/squid/squid.xml</config_file>
- <configurationfile>squid.xml</configurationfile>
- </package>
- <package>
- <name>squid3</name>
- <descr><![CDATA[High performance web proxy cache.<br>
- It combines squid as a proxy server with it's capabilities of acting as a HTTP / HTTPS reverse proxy.<br>
- It includes an Exchange-Web-Access (OWA) Assistant.]]></descr>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,48347.0.html</pkginfolink>
- <website>http://www.squid-cache.org/</website>
- <category>Network</category>
- <version>3.1.20 pkg 2.0.5_7</version>
- <status>beta</status>
- <required_version>2.0</required_version>
- <maintainer>marcellocoutinho@gmail.com fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>squid-3.1.20.tbz</depends_on_package>
- <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
- <build_pbi>
- <ports_before>www/libwww</ports_before>
- <port>www/squid31</port>
- <ports_after>www/squid_radius_auth</ports_after>
- </build_pbi>
- <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_IPV6=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_SSL=true WITH_SQUID_SSL_CRTD=true WITH_SQUID_PINGER=true WITH_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITHOUT_SQUID_WCCP=true WITH_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITH_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_IPFW=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITHOUT_SQUID_ECAP=true WITHOUT_SQUID_ICAP=true WITHOUT_SQUID_ESI=true WITH_SQUID_AUFS=true WITHOUT_SQUID_COSS=true WITHOUT_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITHOUT_SQUID_DEBUG=true</build_options>
- <config_file>http://www.pfsense.org/packages/config/squid-reverse/squid.xml</config_file>
- <configurationfile>squid.xml</configurationfile>
- <depends_on_package_pbi>squid-3.1.20-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>LCDproc</name>
- <descr>LCD display driver</descr>
- <website>http://www.lcdproc.org/</website>
- <category>Utility</category>
- <version>lcdproc-0.5.5</version>
- <status>BETA</status>
- <required_version>1.2.1</required_version>
- <maintainer>seth.mos@dds.nl</maintainer>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
- <depends_on_package_pbi>lcdproc-0.5.5-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/lcdproc/lcdproc.xml</config_file>
- <configurationfile>lcdproc.xml</configurationfile>
- <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
- <build_options>WITH_USB=true</build_options>
- </package>
- <package>
- <name>LCDproc-dev</name>
- <descr>LCD display driver - Development version</descr>
- <website>http://www.lcdproc.org/</website>
- <category>Utility</category>
- <version>lcdproc-0.5.5 pkg v. 0.9.4</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>michele@nt2.it</maintainer>
- <pkginfolink>http://forum.pfsense.org/index.php/topic,44034.0.html</pkginfolink>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
- <depends_on_package_pbi>lcdproc-0.5.5-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.org/packages/config/lcdproc-dev/lcdproc.xml</config_file>
- <configurationfile>lcdproc.xml</configurationfile>
- <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
- <build_options>WITH_USB=true</build_options>
- <after_install_info>Please set the service options in Services-LCDproc before running the service.</after_install_info>
- </package>
- <package>
- <name>arpwatch</name>
- <descr>Arpwatch monitors ethernet/ip address pairings. It also logs certain changes to syslog.</descr>
- <website>http://www-nrg.ee.lbl.gov/</website>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>arpwatch-2.1.a15_6.tbz</depends_on_package>
- <depends_on_package_pbi>arpwatch-2.1.a15_6-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net-mgmt/arpwatch</build_port_path>
- <version>2.1.a15_5</version>
- <status>ALPHA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/arpwatch.xml</config_file>
- <configurationfile>arpwatch.xml</configurationfile>
- <logging>
- <facilityname>arpwatch</facilityname>
- <logfilename>arpwatch.log</logfilename>
- </logging>
- </package>
- <package>
- <name>squidGuard</name>
- <descr>High perfomance web proxy URL filter. Requires proxy Squid package.</descr>
- <website>http://www.squidGuard.org/</website>
- <maintainer>dv_serg@mail.ru</maintainer>
- <category>Network Management</category>
- <version>1.3_1 pkg v.1.9.1</version>
- <status>Beta</status>
- <required_version>1.1</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>squidGuard-1.4_4.tbz</depends_on_package>
- <depends_on_package>db41-4.1.25_4.tbz</depends_on_package>
- <depends_on_package>db3-3.3.11_3,1.tbz</depends_on_package>
- <depends_on_package>cyrus-sasl-2.1.25_1.tbz</depends_on_package>
- <depends_on_package_pbi>squidguard-1.4_4-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/squidguard</build_port_path>
- <build_port_path>/usr/ports/databases/db41</build_port_path>
- <build_port_path>/usr/ports/security/cyrus-sasl2</build_port_path>
- <build_pbi>
- <ports_before>databases/db41 security/cyrus-sasl2</ports_before>
- <port>www/squidguard</port>
- </build_pbi>
- <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITH_SAMPLE_BL=true WITH_LDAP=true WITH_SASL=true WITH_FETCH=true</build_options>
- <config_file>http://www.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file>
- <configurationfile>squidguard.xml</configurationfile>
- </package>
- <package>
- <name>Zabbix Agent</name>
- <descr>Monitoring agent.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/zabbix-agent/zabbix-agent.xml</config_file>
- <version>1.8.10,2 pkg v1.1</version>
- <status>FINAL</status>
- <required_version>1.2.3</required_version>
- <configurationfile>zabbix-agent.xml</configurationfile>
- <maintainer>remco.verhoef@redfive.biz</maintainer>
- <build_port_path>/usr/ports/net-mgmt/zabbix-agent</build_port_path>
- <build_pbi>
- <custom_name>zabbix-agent</custom_name>
- <port>net-mgmt/zabbix-agent</port>
- </build_pbi>
- <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>zabbix-agent-1.8.10,2.tbz</depends_on_package>
- <depends_on_package_pbi>zabbix-agent-1.8.13-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>Zabbix Proxy</name>
- <descr>Monitoring agent proxy.</descr>
- <category>Services</category>
- <config_file>http://www.pfsense.com/packages/config/zabbix-proxy/zabbix-proxy.xml</config_file>
- <version>1.8.8,2 pkg v1.1</version>
- <status>FINAL</status>
- <required_version>1.2.3</required_version>
- <configurationfile>zabbix-proxy.xml</configurationfile>
- <maintainer>cmb@pfsense.org</maintainer>
- <build_port_path>/usr/ports/net-mgmt/zabbix-proxy</build_port_path>
- <build_pbi>
- <custom_name>zabbix-proxy</custom_name>
- <port>net-mgmt/zabbix-proxy</port>
- </build_pbi>
- <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>zabbix-proxy-1.8.8,2.tbz</depends_on_package>
- <depends_on_package_pbi>zabbix-proxy-1.8.13-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>OpenVPN Client Export Utility</name>
- <descr>Allows a pre-configured OpenVPN Windows Client or or Mac OSX's Viscosity configuration bundle to be exported directly from pfSense.</descr>
- <category>Security</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>p7zip-9.20.1.tbz</depends_on_package>
- <depends_on_package>zip-3.0.tbz</depends_on_package>
- <depends_on_package_pbi>p7zip-9.20.1-amd64.pbi zip-3.0-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/archivers/p7zip</build_port_path>
- <build_port_path>/usr/ports/archivers/zip</build_port_path>
- <version>0.26</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/openvpn-client-export/openvpn-client-export.xml</config_file>
- <configurationfile>openvpn-client-export.xml</configurationfile>
- </package>
- <package>
- <name>HAVP antivirus</name>
- <pkginfolink></pkginfolink>
- <website>http://www.server-side.de/</website>
- <descr>Antivirus: HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. And File Scanner for local files.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>havp-0.91_1.tbz</depends_on_package>
- <depends_on_package_pbi>havp-0.91_1-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/www/havp</build_port_path>
- <build_options>CLAMAVUSER=havp CLAMAVGROUP=havp</build_options>
- <version>0.91_1 pkg v1.01</version>
- <status>BETA</status>
- <required_version>1.2.2</required_version>
- <config_file>http://www.pfsense.com/packages/config/havp/havp.xml</config_file>
- <configurationfile>havp.xml</configurationfile>
- <maintainer>dv_serg@mail.ru</maintainer>
- <after_install_info>Please check the HAVP settings.</after_install_info>
- </package>
- <package>
- <name>pfJailctl</name>
- <descr>pfSense wrapper for jailctl - a jail management tool. Allows you to run jails on pfSense.</descr>
- <website>http://anduin.net/jailctl/</website>
- <category>System</category>
- <version>0.51</version>
- <required_version>1.2.3</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/jailctl.xml</config_file>
- <configurationfile>jailctl.xml</configurationfile>
- <maintainer>ltning-jailctl@anduin.net</maintainer>
- </package>
- <package>
- <name>jail_template</name>
- <descr>Basic template for jails, probably requires pfJailctl to be useful. Includes 'base' and 'manpages' dists.</descr>
- <website>http://anduin.net/jailctl/</website>
- <category>System</category>
- <version>0.2</version>
- <required_version>1.2.3</required_version>
- <status>BETA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/jail_template.xml</config_file>
- <configurationfile>jail_template.xml</configurationfile>
- <maintainer>ltning-jailctl@anduin.net</maintainer>
- </package>
- <package>
- <name>blinkled</name>
- <descr>Allows you to use LEDs for network activity on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
- <category>System</category>
- <version>0.3</version>
- <status>Beta</status>
- <maintainer>jimp@pfsense.org</maintainer>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.org/packages/config/blinkled8/blinkled.xml</config_file>
- <configurationfile>blinkled.xml</configurationfile>
- <pkginfolink>http://doc.pfsense.org/index.php/BlinkLED_Package</pkginfolink>
- <website>http://doc.pfsense.org/index.php/BlinkLED_Package</website>
- <build_port_path>/usr/ports/sysutils/blinkled</build_port_path>
- <build_pbi>
- <port>sysutils/blinkled</port>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>blinkled-0.1.tbz</depends_on_package>
- <depends_on_package_pbi>blinkled-0.1-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>gwled</name>
- <descr>Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
- <category>System</category>
- <version>0.2</version>
- <status>Beta</status>
- <maintainer>jimp@pfsense.org</maintainer>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.org/packages/config/gwled/gwled.xml</config_file>
- <configurationfile>gwled.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.3.2</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 alerts.</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>Dashboard Widget: Antivirus Status</name>
- <descr>Dashboard widget for HAVP status.</descr>
- <category>System</category>
- <config_file>http://www.pfsense.com/packages/config/widget-antivirus/widget-antivirus.xml</config_file>
- <version>0.1</version>
- <status>BETA</status>
- <required_version>1.2</required_version>
- <configurationfile>widget-havp.xml</configurationfile>
- </package>
- <package>
- <name>RRD Summary</name>
- <descr>RRD Summary Page, which will give a total amount of traffic passed In/Out during this and the previous month.</descr>
- <category>System</category>
- <version>1.1</version>
- <status>Beta</status>
- <maintainer>jimp@pfsense.org</maintainer>
- <required_version>1.2.3</required_version>
- <config_file>http://www.pfsense.org/packages/config/rrd-summary/rrd-summary.xml</config_file>
- <configurationfile>rrd-summary.xml</configurationfile>
- </package>
- <package>
- <name>ifBWStats</name>
- <website/>
- <descr>Interface Bandwidth Stats. Tracks data usage on each interface. Helpful if your isp caps your montly data usage. No dependancies (ie rrd).</descr>
- <category>Diagnostics</category>
- <config_file>http://www.pfsense.org/packages/config/ifbwstats/ifbwstats.xml</config_file>
- <version>1.0</version>
- <status>Beta</status>
- <required_version>3.0</required_version>
- <configurationfile>ifbwstats.xml</configurationfile>
- </package>
- <package>
- <name>Unbound</name>
- <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr>
- <website>http://www.unbound.net/</website>
- <category>Services</category>
- <version>1.4.14_01</version>
- <status>Alpha</status>
- <maintainer>warren@decoy.co.za</maintainer>
- <required_version>2.0</required_version>
- <maximum_version>2.1</maximum_version>
- <pkginfolink>http://doc.pfsense.org/index.php/Unbound_package</pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/unbound/unbound.xml</config_file>
- <configurationfile>unbound.xml</configurationfile>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>unbound-1.4.14.tbz</depends_on_package>
- <depends_on_package>ldns-1.6.11.tbz</depends_on_package>
- <depends_on_package>expat-2.0.1_2.tbz</depends_on_package>
- <depends_on_package>libevent-1.4.14b_2.tbz</depends_on_package>
- <build_port_path>/usr/ports/dns/unbound/</build_port_path>
- <build_port_path>/usr/ports/dns/ldns</build_port_path>
- <build_port_path>/usr/ports/textproc/expat2</build_port_path>
- <build_port_path>/usr/ports/devel/libevent2</build_port_path>
- <build_pbi>
- <ports_before>dns/ldns textproc/expat2 devel/libevent2</ports_before>
- <port>dns/unbound</port>
- </build_pbi>
- <build_options>WITH_LIBEVENT=true WITH_THREADS=true WITHOUT_GOST=true WITHOUT_MAN=true</build_options>
- <logging>
- <facilityname>unbound</facilityname>
- <logfilename>unbound.log</logfilename>
- <logtab>Unbound</logtab>
- </logging>
- <after_install_info>Please visit Services: Unbound DNS to configure the Unbound DNS service. Remember you will need to disable Services: DNS Forwarder before starting Unbound. Also note if your DHCP server makes use of pfSense as the DNS server, then you will now need to add the IP address of the respective interface to the DNS servers field, in the DHCP server configuration page.</after_install_info>
- </package>
- <package>
- <name>Shellcmd</name>
- <website/>
- <descr>The shellcmd utility is used to manage commands on system startup.</descr>
- <category>Services</category>
- <pkginfolink></pkginfolink>
- <config_file>http://www.pfsense.com/packages/config/shellcmd/shellcmd.xml</config_file>
- <version>0.5</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>markjcrane@gmail.com</maintainer>
- <configurationfile>shellcmd.xml</configurationfile>
- </package>
- <package>
- <name>widescreen</name>
- <descr>The package makes pfSense adapt to browser's current width. It is particularly convenient for Status->Dashboard page that allocates columns for widgets according to browser's current width. ATTENTION: the package heavily modifies pfsense_ng theme and affects other's themes appearance. Please REFRESH your browser's window after installing/uninstalling this package.</descr>
- <website></website>
- <pkginfolink></pkginfolink>
- <category>Enhancements</category>
- <version>0.2</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maintainer>ey@tm-k.com</maintainer>
- <config_file>http://www.pfsense.org/packages/config/widescreen/widescreen.xml</config_file>
- <configurationfile>widescreen.xml</configurationfile>
- <!-- Disabling on 2.1 since it overwrites the menu -->
- <maximum_version>2.1</maximum_version>
- </package>
- <package>
- <name>NRPE v2</name>
- <website>http://wiki.nagios.org/index.php/Howtos:nrpe_nsca</website>
- <descr>NRPE is an addon for Nagios that allows you to execute plugins on remote Linux/Unix hosts. This is useful if you need to monitor local resources/attributes like disk usage, CPU load, memory usage, etc. on a remote host.</descr>
- <category>Services</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>nrpe-2.12_3.tbz</depends_on_package>
- <depends_on_package>nagios-plugins-1.4.15_1,1.tbz</depends_on_package>
- <depends_on_package_pbi>nrpe-2.13-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/net-mgmt/nrpe2</build_port_path>
- <build_port_path>/usr/ports/net-mgmt/nagios-plugins</build_port_path>
- <build_pbi>
- <ports_before>net-mgmt/nagios-plugins</ports_before>
- <port>net-mgmt/nrpe2</port>
- </build_pbi>
- <build_options>WITH_SSL=true WITHOUT_ARGS=true</build_options>
- <config_file>http://www.pfsense.com/packages/config/nrpe2/nrpe2.xml</config_file>
- <version>2.12_3 v2.1</version>
- <status>Beta</status>
- <required_version>1.2</required_version>
- <maintainer>erik@erikkristensen.com</maintainer>
- <configurationfile>nrpe2.xml</configurationfile>
- </package>
- <package>
- <name>SSHDCond</name>
- <descr><![CDATA[Allows to define SSH overrides for users,groups,hosts and addresses using Match in a convenient way.<br>
- This package acts as an access list frontend for ssh connections]]></descr>
- <category>Enhancements</category>
- <version>1.0</version>
- <status>Beta</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/sshdcond/sshdcond.xml</config_file>
- <maintainer>namezero@afim.info</maintainer>
- <configurationfile>sshdcond.xml</configurationfile>
- </package>
- <package>
- <name>mailreport</name>
- <descr>Allows you to setup periodic e-mail reports containing RRD graphs.</descr>
- <category>Network Management</category>
- <version>1.2</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/mailreport/mailreport.xml</config_file>
- <configurationfile>mailreport.xml</configurationfile>
- </package>
- <package>
- <name>zebedee</name>
- <descr><![CDATA[Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP data transfer between two systems.<br>
- This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression.]]>
- </descr>
- <category>Services</category>
- <version>1.0</version>
- <status>BETA</status>
- <website>www.winton.org.uk/zebedee/</website>
- <maintainer>jorgelustosa@gmail.com marcellocoutinho@gmail.com</maintainer>
- <required_version>2.0</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
- <depends_on_package>zebedee-2.5.3.tbz</depends_on_package>
- <depends_on_package_pbi>zebedee-2.5.3-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/zebedee/zebedee.xml</config_file>
- <configurationfile>zebedee.xml</configurationfile>
- <build_port_path>/usr/ports/security/zebedee</build_port_path>
- </package>
- <package>
- <name>OpenVPN tap Bridging Fix</name>
- <descr>Patch to fix OpenVPN tap bridging on 2.0.x. WARNING! Cannot be uninstalled.</descr>
- <category>System</category>
- <config_file>http://www.pfsense.com/packages/config/openvpn_tapfix_20x/openvpn_tapfix_20x.xml</config_file>
- <version>0.3</version>
- <status>BETA</status>
- <required_version>2.0</required_version>
- <maximum_version>2.1</maximum_version>
- </package>
- <package>
- <name>Quagga OSPF</name>
- <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD. Installing both will break things.</descr>
- <maintainer>jimp@pfsense.org</maintainer>
- <version>0.99.20.1 v0.5</version>
- <category>Routing</category>
- <status>BETA</status>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package>quagga-0.99.20.1.tbz</depends_on_package>
- <depends_on_package_pbi>quagga-0.99.21-amd64.pbi</depends_on_package_pbi>
- <config_file>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd.xml</config_file>
- <build_port_path>/usr/ports/net/quagga</build_port_path>
- <pkginfolink></pkginfolink>
- <required_version>2.0</required_version>
- <configurationfile>quagga_ospfd.xml</configurationfile>
- </package>
- <package>
- <name>System Patches</name>
- <descr>A package to apply and maintain custom system patches.</descr>
- <maintainer>jimp@pfsense.org</maintainer>
- <version>0.7.1</version>
- <category>System</category>
- <status>BETA</status>
- <config_file>http://www.pfsense.com/packages/config/systempatches/systempatches.xml</config_file>
- <pkginfolink></pkginfolink>
- <required_version>2.0</required_version>
- <configurationfile>systempatches.xml</configurationfile>
- </package>
- <package>
- <name>bacula-client</name>
- <pkginfolink>http://www.bacula.org/</pkginfolink>
- <descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr>
- <website>http://www.bacula.org/</website>
- <category>Services</category>
- <version>5.2.6 pkg v 1.0</version>
- <status>Stable</status>
- <required_version>2.0</required_version>
- <config_file>http://www.pfsense.com/packages/config/bacula-client/bacula-client.xml</config_file>
- <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/</depends_on_package_base_url>
- <depends_on_package>bacula-client-5.2.6.tbz</depends_on_package>
- <depends_on_package_pbi>bacula-5.2.6-amd64.pbi</depends_on_package_pbi>
- <build_port_path>/usr/ports/sysutils/bacula-client</build_port_path>
- <build_pbi>
- <port>sysutils/bacula-client</port>
- </build_pbi>
- <maintainer>marcioc.antao@gmail.com</maintainer>
- <configurationfile>bacula-client.xml</configurationfile>
- <after_install_info>Please visit the bacula client tab on services menu.</after_install_info>
- </package>
- <package>
- <!-- This does not exist yet, this is here to trigger a PBI build -->
- <name>urlsnarf</name>
- <pkginfolink>http://forum.pfsense.org/</pkginfolink>
- <descr><![CDATA[HTTP URL Sniffer]]></descr>
- <category>Services</category>
- <version>0.1</version>
- <status>Beta</status>
- <required_version>2.2</required_version>
- <config_file>http://www.pfsense.com/packages/config/urlsnarf/urlsnarf.xml</config_file>
- <maintainer>jimp@pfsense.org</maintainer>
- <configurationfile>urlsnarf.xml</configurationfile>
- <build_pbi>
- <port>security/dsniff</port>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>dsniff-2.3_4-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <!-- This does not exist yet, this is here to trigger a PBI build -->
- <name>iftop</name>
- <pkginfolink>http://forum.pfsense.org/</pkginfolink>
- <descr><![CDATA[Realtime interface monitor (console only)]]></descr>
- <category>Services</category>
- <version>0.1</version>
- <status>Beta</status>
- <required_version>2.2</required_version>
- <config_file>http://www.pfsense.com/packages/config/iftop/iftop.xml</config_file>
- <maintainer>jimp@pfsense.org</maintainer>
- <configurationfile>iftop.xml</configurationfile>
- <build_pbi>
- <port>net-mgmt/iftop</port>
- </build_pbi>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>iftop-0.17-amd64.pbi</depends_on_package_pbi>
- </package>
- <package>
- <name>tinc</name>
- <website>http://www.tinc-vpn.org/</website>
- <descr>tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private mesh network between hosts on the Internet.</descr>
- <category>Network Management</category>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>tinc-1.0.19-amd64.pbi</depends_on_package_pbi>
- <build_pbi>
- <port>security/tinc</port>
- </build_pbi>
- <build_options></build_options>
- <version>1.0.19</version>
- <status>ALPHA</status>
- <pkginfolink>http://doc.pfsense.org/index.php/tinc_package</pkginfolink>
- <required_version>2.1</required_version>
- <config_file>http://www.pfsense.com/packages/config/tinc/tinc.xml</config_file>
- <configurationfile>tinc.xml</configurationfile>
- <logging>
- <facilityname>tinc</facilityname>
- <logfilename>tinc.log</logfilename>
- <logtab>tinc</logtab>
- </logging>
- </package>
- <package>
- <name>syslog-ng</name>
- <website>http://www.balabit.com/network-security/syslog-ng/</website>
- <descr>Syslog-ng syslog server. This service is not intended to replace the default pfSense syslog server but rather acts as an independent syslog server.</descr>
- <category>Services</category>
- <version>3.3.6_2</version>
- <status>ALPHA</status>
- <required_version>2.1</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
- <depends_on_package_pbi>syslog-ng-3.3.6_2-amd64.pbi</depends_on_package_pbi>
- <build_pbi>
- <ports_before>sysutils/logrotate</ports_before>
- <port>sysutils/syslog-ng</port>
- </build_pbi>
- <build_options></build_options>
- <maintainer>laleger@gmail.com</maintainer>
- <config_file>http://www.pfsense.com/packages/config/syslog-ng/syslog-ng.xml</config_file>
- <configurationfile>syslog-ng.xml</configurationfile>
- </package>
-</packages>
-</pfsensepkgs>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- pfSense packages -->
+<pfsensepkgs>
+<copy_packages_to_host_ssh_port>222</copy_packages_to_host_ssh_port>
+<copy_packages_to_host_ssh>packagecopy@files.pfsense.org</copy_packages_to_host_ssh>
+<copy_packages_to_folder_ssh>/usr/local/www/files/packages/amd64/8/All/</copy_packages_to_folder_ssh>
+<packages>
+<!--
+ <package>
+ <name>someprogram</name>
+ <pkginfolink>http://forum.pfsense.org/</pkginfolink>
+ <descr><![CDATA[Some cool program]]></descr>
+ <website>http://www.example.org/someprogram</website>
+ <category>Services</category>
+ <version>0.99</version>
+ <status>Beta</status>
+ <required_version>2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/someprogram/someprogram.xml</config_file>
+ <maintainer>me@example.com</maintainer>
+ <configurationfile>someprogram.xml</configurationfile>
+ <build_pbi>
+ <ports_before>db/somethingextraineed</ports_before>
+ <port>net/someprogram</port>
+ <ports_after>www/somethingelsetoputinthepbi www/somethingelse</ports_after>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>someprogram-0.99-amd64.pbi</depends_on_package_pbi>
+ </package>
+-->
+ <package>
+ <name>Asterisk</name>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,47210.0.html</pkginfolink>
+ <descr><![CDATA[Asterisk is an open source framework for building communications applications.<br>Asterisk turns an ordinary computer into a communications server.]]></descr>
+ <website>http://www.asterisk.org/</website>
+ <category>Services</category>
+ <version>1.8.8.1 pkg v 0.1</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/asterisk/asterisk.xml</config_file>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>asterisk18-1.8.8.1.tbz</depends_on_package>
+ <depends_on_package>openldap-sasl-client-2.4.26.tbz</depends_on_package>
+ <depends_on_package_pbi>asterisk-1.8.13.0-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/asterisk</build_port_path>
+ <maintainer>marcellocoutinho@gmail.com robreg@zsurob.hu</maintainer>
+ <configurationfile>asterisk.xml</configurationfile>
+ <after_install_info>Please visit the Asterisk tab on status menu.</after_install_info>
+ </package>
+ <package>
+ <name>Filer</name>
+ <website/>
+ <descr>Allows you to create and overwrite files from the GUI.</descr>
+ <category>File Management</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/Filer_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/filer/filer.xml</config_file>
+ <version>0.60</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>bscholer@cshl.edu</maintainer>
+ <configurationfile>filer.xml</configurationfile>
+ </package>
+ <package>
+ <name>IP-Blocklist</name>
+ <website/>
+ <descr>IP-Blocklist is PeerGuardian2 but on pfsense. This package has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
+ <category>Firewall</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,24769.0.html</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/ipblocklist/8/ipblocklist.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.3.5</version>
+ <status>Beta</status>
+ <required_version>1.2.2</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <configurationfile>ipblocklist.xml</configurationfile>
+ </package>
+ <package>
+ <name>Country Block</name>
+ <website/>
+ <descr>Block countries - This has been replaced by pfblocker. &lt;u&gt;This is a legacy app&lt;/u&gt;</descr>
+ <category>Firewall</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,25732.0.html</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/countryblock/countryblock.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <version>0.2.4</version>
+ <status>Beta</status>
+ <required_version>1.2.2</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <configurationfile>countryblock.xml</configurationfile>
+ </package>
+ <package>
+ <name>File Manager</name>
+ <website/>
+ <descr>PHP File Manager</descr>
+ <category>Diagnostics</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink>
+ <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file>
+ <version>0.1.1</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>tom@tomschaefer.org</maintainer>
+ <configurationfile>filemgr.xml</configurationfile>
+ </package>
+ <package>
+ <name>pfBlocker</name>
+ <website/>
+ <descr><![CDATA[Introduce Enhanced Aliastable Feature to pfsense.<br>
+ Assign many IP urls lists from sites like I-blocklist to a single alias and then choose rule action to take.<br>
+ This package also Block countries and IP ranges.<br>
+ pfBlocker replaces Countryblock and IPblocklist]]></descr>
+ <category>Firewall</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,42543.0.html</pkginfolink>
+ <config_file>http://pfsense.org/packages/config/pf-blocker/pfblocker.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>1.0.2</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <maintainer>tom@tomschaefer.org marcellocoutinho@gmail.com</maintainer>
+ <configurationfile>pfblocker.xml</configurationfile>
+ </package>
+ <package>
+ <name>anyterm</name>
+ <descr>Ajax Interactive Shell - Have you ever wanted SSH or telnet access to your system from an internet desert - from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a process that runs on your web server that provides this access. WARNING! We suggest using Stunnel in combination with this package!</descr>
+ <website>http://anyterm.org/</website>
+ <pkginfolink>http://doc.pfsense.org/index.php/AnyTerm_package</pkginfolink>
+ <category>Diagnostics</category>
+ <version>0.5</version>
+ <status>BETA</status>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.com/packages/config/anyterm/anyterm.xml</config_file>
+ <configurationfile>anyterm.xml</configurationfile>
+ </package>
+ <package>
+ <name>haproxy</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
+ <descr><![CDATA[The Reliable, High Performance HTTP Load Balancer<br>
+ This package implements HTTP balance features from Haproxy.]]></descr>
+ <website>http://haproxy.1wt.eu/</website>
+ <category>Services</category>
+ <version>1.4.21 pkg v 1.2</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file>
+ <configurationfile>haproxy.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
+ <depends_on_package_pbi>haproxy-1.4.21-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/haproxy</build_port_path>
+ </package>
+ <package>
+ <name>haproxy-full</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink>
+ <descr><![CDATA[The Reliable, High Performance TCP/HTTP Load Balancer package<br>
+ This package implements both TCP and HTTP balance features from Haproxy.]]></descr>
+ <website>http://haproxy.1wt.eu/</website>
+ <category>Services</category>
+ <version>1.4.21 pkg v 1.0</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/haproxy-legacy/haproxy.xml</config_file>
+ <configurationfile>haproxy.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>haproxy-1.4.21.tbz</depends_on_package>
+ <depends_on_package_pbi>haproxy-1.4.21-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>Apache with mod_security-dev</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
+ <website>http://www.modsecurity.org/</website>
+ <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
+ <category>Network Management</category>
+ <version>0.2</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/apache_mod_security-dev/apache_virtualhost.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
+ <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
+ <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
+ <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
+ <depends_on_package_pbi>proxy_mod_security-2.2.22_6-amd64.pbi</depends_on_package_pbi>
+ <configurationfile>apache_virtualhost.xml</configurationfile>
+ <build_port_path>/usr/ports/devel/gettext</build_port_path>
+ <build_port_path>/usr/ports/misc/help2man</build_port_path>
+ <build_port_path>/usr/ports/devel/apr1</build_port_path>
+ <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
+ <build_port_path>/usr/ports/databases/db42</build_port_path>
+ <build_port_path>/usr/ports/databases/gdbm</build_port_path>
+ <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
+ <build_port_path>/usr/ports/www/mod_security</build_port_path>
+ <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
+ <build_port_path>/usr/ports/security/gnupg</build_port_path>
+ <build_port_path>/user/ports/net/spread</build_port_path>
+ <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
+ <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
+ <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
+ <build_pbi>
+ <custom_name>proxy_mod_security</custom_name>
+ <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
+ <port>www/apache22-worker-mpm</port>
+ <ports_after>www/mod_security www/mod_memcache</ports_after>
+ </build_pbi>
+ <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
+ <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
+ </package>
+ <package>
+ <name>Proxy Server with mod_security</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink>
+ <website>http://www.modsecurity.org/</website>
+ <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr>
+ <category>Network Management</category>
+ <version>0.1.2</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/apache_mod_security/apache_mod_security.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>db42-4.2.52_5.tbz</depends_on_package>
+ <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
+ <depends_on_package>apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_memcache-0.1.0_4.tbz</depends_on_package>
+ <depends_on_package>apache-2.2.22_5.tbz</depends_on_package>
+ <depends_on_package>ap22-mod_security-2.6.5_1.tbz</depends_on_package>
+ <depends_on_package_pbi>proxy_mod_security-2.2.22_6-amd64.pbi</depends_on_package_pbi>
+ <configurationfile>apache_mod_security.xml</configurationfile>
+ <build_port_path>/usr/ports/devel/gettext</build_port_path>
+ <build_port_path>/usr/ports/misc/help2man</build_port_path>
+ <build_port_path>/usr/ports/devel/apr1</build_port_path>
+ <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
+ <build_port_path>/usr/ports/databases/db42</build_port_path>
+ <build_port_path>/usr/ports/databases/gdbm</build_port_path>
+ <build_port_path>/usr/ports/www/apache22-worker-mpm</build_port_path>
+ <build_port_path>/usr/ports/www/mod_security</build_port_path>
+ <build_port_path>/usr/ports/www/mod_memcache</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-Protocol-https</build_port_path>
+ <build_port_path>/usr/ports/www/p5-LWP-UserAgent-Determined</build_port_path>
+ <build_port_path>/usr/ports/security/gnupg</build_port_path>
+ <build_port_path>/user/ports/net/spread</build_port_path>
+ <build_port_path>/user/ports/textproc/p5-XML-Smart</build_port_path>
+ <build_port_path>/user/ports/lang/p5-Switch</build_port_path>
+ <build_port_path>/user/ports/www/p5-Data-Validate-URI</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Data-Types</build_port_path>
+ <build_port_path>/user/ports/devel/p5-Acme-Comment</build_port_path>
+ <build_pbi>
+ <custom_name>proxy_mod_security</custom_name>
+ <ports_before>devel/gettext misc/help2man databases/db42 databases/gdbm devel/apr1 www/p5-LWP-UserAgent-Determined www/p5-LWP-Protocol-https security/gnupg security/p5-GnuPG net/spread textproc/p5-XML-Smart lang/p5-Switch www/p5-Data-Validate-URI devel/p5-Data-Types devel/p5-Acme-Comment</ports_before>
+ <port>www/apache22-worker-mpm</port>
+ <ports_after>www/mod_security www/mod_memcache</ports_after>
+ </build_pbi>
+ <build_options>WITH_MPM=worker WITH_THREADS=yes WITHOUT_MYSQL=yes WITHOUT_PGSQL=yes WITH_SQLITE=yes WITH_IPV6=yes WITHOUT_BDB=yes WITH_AUTH_BASIC=yes WITH_AUTH_DIGEST=yes WITH_AUTHN_FILE=yes WITHOUT_AUTHN_DBD=yes WITH_AUTHN_DBM=yes WITH_AUTHN_ANON=yes WITH_AUTHN_DEFAULT=yes WITH_AUTHN_ALIAS=yes WITH_AUTHZ_HOST=yes WITH_AUTHZ_GROUPFILE=yes WITH_AUTHZ_USER=yes WITH_AUTHZ_DBM=yes WITH_AUTHZ_OWNER=yes WITH_AUTHZ_DEFAULT=yes WITH_CACHE=yes WITH_DISK_CACHE=yes WITH_FILE_CACHE=yes WITH_MEM_CACHE=yes WITH_DAV=yes WITH_DAV_FS=yes WITHOUT_BUCKETEER=yes WITHOUT_CASE_FILTER=yes WITHOUT_CASE_FILTER_IN=yes WITHOUT_EXT_FILTER=yes WITHOUT_LOG_FORENSIC=yes WITHOUT_OPTIONAL_HOOK_EXPORT=yes WITHOUT_OPTIONAL_HOOK_IMPORT=yes WITHOUT_OPTIONAL_FN_IMPORT=yes WITHOUT_OPTIONAL_FN_EXPORT=yes WITHOUT_LDAP=yes WITHOUT_AUTHNZ_LDAP=yes WITH_ACTIONS=yes WITH_ALIAS=yes WITH_ASIS=yes WITH_AUTOINDEX=yes WITH_CERN_META=yes WITH_CGI=yes WITH_CHARSET_LITE=yes WITHOUT_DBD=yes WITH_DEFLATE=yes WITH_DIR=yes WITH_DUMPIO=yes WITH_ENV=yes WITH_EXPIRES=yes WITH_HEADERS=yes WITH_IMAGEMAP=yes WITH_INCLUDE=yes WITH_INFO=yes WITH_LOG_CONFIG=yes WITH_LOGIO=yes WITH_MIME=yes WITH_MIME_MAGIC=yes WITH_NEGOTIATION=yes WITH_REWRITE=yes WITH_SETENVIF=yes WITH_SPELING=yes WITH_STATUS=yes WITH_UNIQUE_ID=yes WITH_USERDIR=yes WITH_USERTRACK=yes WITH_VHOST_ALIAS=yes WITH_FILTER=yes WITHOUT_SUBSTITUTE=yes WITH_VERSION=yes WITH_PROXY=yes WITH_PROXY_CONNECT=yes WITH_PROXY_FTP=yes WITH_PROXY_HTTP=yes WITH_PROXY_AJP=yes WITH_PROXY_BALANCER=yes WITH_PROXY_SCGI=yes WITH_SSL=yes WITHOUT_SUEXEC=yes WITHOUT_SUEXEC_RSRCLIMIT=yes WITH_REQTIMEOUT=yes WITHOUT_CGID=yes</build_options>
+ <after_install_info>Please visit the ProxyServer settings tab and set the service up so that it may be started.</after_install_info>
+ </package>
+ <package>
+ <name>pure-ftpd</name>
+ <website>http://www.pureftpd.org/</website>
+ <descr>*DO NOT RUN THIS ON A FIREWALL. USE A DEDICATED MACHINE!* Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerabilities, is trivial to set up, and is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</descr>
+ <category>FTP</category>
+ <config_file>http://www.pfsense.com/packages/config/pure-ftpd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>pure-ftpd-1.0.35.tbz</depends_on_package>
+ <depends_on_package_pbi>pure-ftpd-1.0.36-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/ftp/pure-ftpd</build_port_path>
+ <version>1.0.35</version>
+ <status>Stable</status>
+ <configurationfile>pure-ftpd.xml</configurationfile>
+ <required_version>1.0</required_version>
+ <maximum_version>1.0</maximum_version>
+ <logging>
+ <facilityname>ftp</facilityname>
+ <logfilename>pure-ftpd.log</logfilename>
+ </logging>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>Avahi</name>
+ <pkginfolink>http://doc.pfsense.org/index.php/Avahi_package</pkginfolink>
+ <website>http://www.avahi.org/</website>
+ <descr>Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. Avahi is mainly based on Lennart Poettering's flexmdns mDNS implementation for Linux which has been discontinued in favour of Avahi.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <build_port_path>/usr/ports/net/avahi</build_port_path>
+ <build_port_path>/usr/ports/net/avahi-app</build_port_path>
+ <build_pbi>
+ <port>net/avahi</port>
+ </build_pbi>
+ <depends_on_package>avahi-0.6.29.tbz</depends_on_package>
+ <depends_on_package_pbi>avahi-0.6.29-amd64.pbi</depends_on_package_pbi>
+ <version>0.6.29 pkg v1.02</version>
+ <status>ALPHA</status>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.com/packages/config/avahi/avahi.xml</config_file>
+ <configurationfile>avahi.xml</configurationfile>
+ <after_install_info>Please visit the Avahi settings tab and select which interfaces you do not wish Avahi to listen on and click save to start the service.</after_install_info>
+ </package>
+ <package>
+ <name>ntop</name>
+ <website>http://www.ntop.org/</website>
+ <descr>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>ntop-4.1.0_5-amd64.pbi</depends_on_package_pbi>
+ <depends_on_package>rrdtool-1.2.30_1.tbz</depends_on_package>
+ <depends_on_package>gdbm-1.9.1.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_4.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
+ <depends_on_package>GeoIP-1.4.8_1.tbz</depends_on_package>
+ <depends_on_package>font-util-1.2.0.tbz</depends_on_package>
+ <depends_on_package>webfonts-0.30_6.tbz</depends_on_package>
+ <depends_on_package>ntop-4.1.0_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/net/GeoIP</build_port_path>
+ <build_port_path>/usr/ports/databases/gdbm</build_port_path>
+ <build_port_path>/usr/ports/databases/rrdtool12</build_port_path>
+ <build_port_path>/usr/ports/x11-fonts/font-util</build_port_path>
+ <build_port_path>/usr/ports/graphics/graphviz</build_port_path>
+ <build_port_path>/usr/ports/x11-fonts/webfonts</build_port_path>
+ <build_port_path>/usr/ports/net/ntop</build_port_path>
+ <build_pbi>
+ <ports_before>databases/gdbm net/GeoIP x11-fonts/font-util x11-fonts/webfonts graphics/graphviz</ports_before>
+ <port>net/ntop</port>
+ </build_pbi>
+ <build_options>WITH_PCAP_PORT=true WITH_XMLDUMP=true WITHOUT_JUMBO_FRAMES=true WITH_MAKO=true WITHOUT_DEJAVU=true WITH_JSON=true WITH_MMAP=true WITHOUT_PERL_MODULE=true WITHOUT_PYTHON_MODULE=true WITHOUT_RUBY_MODULE=true WITHOUT_EXAMPLES=true WITHOUT_FPECTL=true WITH_IPV6=true WITH_NLS=true WITHOUT_PTH=true WITH_PYMALLOC=true WITHOUT_SEM=true WITH_THREADS=true WITHOUT_UCS2=true WITH_UCS4=true WITH_FONTCONFIG=true WITH_ICONV=true WITHOUT_XPM=true WITHOUT_DAG=true WITHOUT_DIGCOLA=true WITHOUT_IPSEPCOLA=true WITHOUT_PANGOCAIRO=true WITHOUT_GTK=true WITHOUT_XCB=true</build_options>
+ <version>4.1.0_3 v2.3</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/ntop2/ntop.xml</config_file>
+ <configurationfile>ntop.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </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. </descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>freeswitch-1.0.6_1-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/freeswitch</build_port_path>
+ <version>0.8.3.6</version>
+ <status>Beta</status>
+ <required_version>3.2.1</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>freeswitch.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>FreeSWITCH Dev</name>
+ <website>http://www.freeswitch.org/</website>
+ <descr>FreeSWITCH package development version.</descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <build_port_path>/usr/ports/net/freeswitch</build_port_path>
+ <version>0.9.7.26</version>
+ <status>Beta</status>
+ <required_version>3.2.3</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>freeswitch.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>Notes</name>
+ <website/>
+ <descr>Track things you want to note for this system.</descr>
+ <category>Status</category>
+ <pkginfolink/>
+ <config_file>http://www.pfsense.com/packages/config/notes/notes.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>0.2.4</version>
+ <status>Alpha</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>notes.xml</configurationfile>
+ </package>
+ <package>
+ <name>TFTP</name>
+ <website/>
+ <descr>Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more.</descr>
+ <category>Services</category>
+ <pkginfolink/>
+ <config_file>http://www.pfsense.com/packages/config/tftp2/tftp.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>2.0</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <configurationfile>tftp.xml</configurationfile>
+ </package>
+ <package>
+ <name>PHPService</name>
+ <website/>
+ <descr>PHP run as a service it can do anything PHP can do including but not limited to monitoring files, CPU, RAM, and send alerts to the syslog.</descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/PHPService</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/phpservice/phpservice.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>0.4.1</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>phpservice.xml</configurationfile>
+ </package>
+ <package>
+ <name>Backup</name>
+ <website/>
+ <descr>Tool to Backup and Restore files and directories.</descr>
+ <category>System</category>
+ <pkginfolink></pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/backup/backup.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>0.1.5</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>backup.xml</configurationfile>
+ </package>
+ <package>
+ <name>Cron</name>
+ <website/>
+ <descr>The cron utility is used to manage commands on a schedule.</descr>
+ <category>Services</category>
+ <pkginfolink></pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/cron/cron.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>0.1.5</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>cron.xml</configurationfile>
+ </package>
+ <package>
+ <name>vHosts</name>
+ <website/>
+ <descr>It is a web server package that can host HTML, Javascript, CSS, and PHP. It uses the lighttpd web server that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects and PDO SQLite.</descr>
+ <category>Services</category>
+ <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <version>0.7.4</version>
+ <status>Stable</status>
+ <required_version>1.2.3</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>vhosts.xml</configurationfile>
+ </package>
+ <package>
+ <name>snort</name>
+ <pkginfolink></pkginfolink>
+ <website>http://www.snort.org</website>
+ <descr>Snort is an open source network intrusion prevention and detection system (IDS/IPS). Combining the benefits of signature, protocol, and anomaly-based inspection.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
+ <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
+ <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
+ <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
+ <depends_on_package>daq-0.6.2.tbz</depends_on_package>
+ <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
+ <depends_on_package_pbi>snort-2.9.2.3-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/devel/pcre</build_port_path>
+ <build_port_path>/usr/ports/net/daq</build_port_path>
+ <build_port_path>/usr/ports/net/libnet</build_port_path>
+ <build_port_path>/usr/ports/security/barnyard2</build_port_path>
+ <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
+ <build_port_path>/usr/ports/security/snort</build_port_path>
+ <build_pbi>
+ <port>security/snort</port>
+ <ports_after>security/barnyard2</ports_after>
+ </build_pbi>
+ <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
+ <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file>
+ <version>2.9.2.3 pkg v. 2.5.2</version>
+ <required_version>2.0</required_version>
+ <status>Stable</status>
+ <configurationfile>/snort.xml</configurationfile>
+ <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
+ </package>
+ <package>
+ <name>snort-dev</name>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink>
+ <website>http://www.snort.org</website>
+ <descr>Snort-dev is a development branch.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>snort-2.9.2.3-amd64.pbi</depends_on_package_pbi>
+ <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package>
+ <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package>
+ <depends_on_package>libnet11-1.1.2.1_3,1.tbz</depends_on_package>
+ <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1_1.tbz</depends_on_package>
+ <depends_on_package>daq-0.6.2.tbz</depends_on_package>
+ <depends_on_package>snort-2.9.2.3.tbz</depends_on_package>
+ <depends_on_package>perl-threaded-5.12.4_4.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/pcre</build_port_path>
+ <build_port_path>/usr/ports/net/daq</build_port_path>
+ <build_port_path>/usr/ports/net/libnet</build_port_path>
+ <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
+ <build_port_path>/usr/ports/security/barnyard2</build_port_path>
+ <build_port_path>/usr/ports/databases/mysql51-client</build_port_path>
+ <build_port_path>/usr/ports/security/snort</build_port_path>
+ <build_pbi>
+ <custom_name>snort-dev</custom_name>
+ <port>security/snort</port>
+ <ports_after>security/barnyard2</ports_after>
+ </build_pbi>
+ <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true</build_options>
+ <config_file>http://www.pfsense.com/packages/config/snort-dev/snort.xml</config_file>
+ <version>2.9.2.3 pkg v. 3.0</version>
+ <required_version>2.0</required_version>
+ <status>Stable</status>
+ <configurationfile>/snort.xml</configurationfile>
+ <after_install_info>Please visit the Snort settings tab and enter your oinkid code. Afterwards visit the update rules tab to download the snort rules.</after_install_info>
+ </package>
+ <package>
+ <name>olsrd</name>
+ <website>http://www.olsr.org/</website>
+ <descr>The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/olsrd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>olsrd-0.6.2.tbz</depends_on_package>
+ <depends_on_package_pbi>olsrd-0.6.3-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/olsrd</build_port_path>
+ <version>1.0</version>
+ <status>Stable</status>
+ <required_version>2.1</required_version>
+ <configurationfile>olsrd.xml</configurationfile>
+ </package>
+ <package>
+ <name>spamd</name>
+ <website>http://www.openbsd.org/spamd/</website>
+ <descr>Tarpits like spamd are fake SMTP servers, which accept connections but don't deliver mail. Instead, they keep the connections open and reply very slowly. If the peer is patient enough to actually complete the SMTP dialogue (which will take ten minutes or more), the tarpit returns a 'temporary error' code (4xx), which indicates that the mail could not be delivered successfully and that the sender should keep the mail in their queue and retry again later.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/spamd/spamd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>spamd-4.9.1.tbz</depends_on_package>
+ <depends_on_package_pbi>spamd-4.9.1-amd64.pbi</depends_on_package_pbi>
+ <version>4.8.0</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <configurationfile>spamd.xml</configurationfile>
+ <build_port_path>/usr/ports/mail/spamd</build_port_path>
+ <logging>
+ <facilityname>spamd</facilityname>
+ <logfilename>spamd.log</logfilename>
+ </logging>
+ </package>
+ <package>
+ <name>Postfix Forwarder</name>
+ <website>http://www.postfix.org/</website>
+ <descr><![CDATA[Postfix mail forwarder acts as a relay server for your domain.<br>
+ It can do first and second line antispam combat before sending incoming mail to local mail servers.<br>
+ Postfix can also detect zombies, check RBLS, SPF, seach ldap for valid recipients and use third part antispam engines like policyd and mailscanner for better antispam solution.]]></descr>
+ <category>Services</category>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,40622.0.html</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/postfix/postfix.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>postfix-2.8.7,1.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
+ <depends_on_package_pbi>postfix-2.9.4-amd64.pbi</depends_on_package_pbi>
+ <version>2.8.7,1 pkg v.2.3.4_1</version>
+ <status>RC1</status>
+ <required_version>2.0</required_version>
+ <configurationfile>postfix.xml</configurationfile>
+ <build_port_path>/usr/ports/mail/postfix</build_port_path>
+ <build_options>WITH_PCRE=true WITH_SPF=true WITH_SASL2=true WITH_TLS=true</build_options>
+ </package>
+ <package>
+ <name>Dansguardian</name>
+ <website>http://www.dansguardian.org/</website>
+ <descr><![CDATA[DansGuardian is an award winning Open Source web content filter.<br>
+ It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering.<br>
+ It does not purely filter based on a banned list of sites like lesser totally commercial filters.<br>
+ For all non-commercial it's free, without cost.<br>
+ For all commercial use visit dansguardian website to get a licence.]]></descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/dansguardian/dansguardian.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,43786.0.html</pkginfolink>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>dansguardian-2.12.0.0.tbz</depends_on_package>
+ <depends_on_package>clamav-0.97.3_1.tbz</depends_on_package>
+ <depends_on_package>ca_root_nss-3.13.3.tbz</depends_on_package>
+ <depends_on_package_pbi>dansguardian-2.12.0.0_1-amd64.pbi</depends_on_package_pbi>
+ <version>2.12.0.0 pkg v.0.1.6_1</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <configurationfile>dansguardian.xml</configurationfile>
+ <build_port_path>/usr/ports/www/dansguardian-devel</build_port_path>
+ <build_options>WITHOUT_APACHE=true WITH_TRICKLE=true WITH_CLAMD=true WITH_ICAP=true WITH_NTLM=true WITH_SSL=true</build_options>
+ <!-- NOTE: Distfile must be fetched manually from http://dansguardian.org/downloads/2/Alpha/dansguardian-2.12.0.0.tar.gz -->
+ </package>
+ <package>
+ <name>mailscanner-dev</name>
+ <website>www.mailscanner.info</website>
+ <descr><![CDATA[MailScanner is an e-mail security and anti-spam package for e-mail gateway systems.<br>
+ This is a level3 mail scanning tool with high CPU load.]]></descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/mailscanner/mailscanner.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,43687.0.html</pkginfolink>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/amd64/All/</depends_on_package_base_url>
+ <depends_on_package>MailScanner-4.83.5.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
+ <depends_on_package>pyzor-0.5.0_1.tbz</depends_on_package>
+ <depends_on_package>p5-Mail-SPF-2.007.tbz</depends_on_package>
+ <depends_on_package>p5-IP-Country-2.27.tbz</depends_on_package>
+ <depends_on_package_pbi>mailscanner-4.84.5_3-amd64.pbi</depends_on_package_pbi>
+ <version>4.83.5 pkg v.0.2.1</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <configurationfile>mailscanner.xml</configurationfile>
+ <build_port_path>/usr/ports/mail/mailscanner</build_port_path>
+ <build_options></build_options>
+ </package>
+ <package>
+ <name>siproxd</name>
+ <website>http://siproxd.sourceforge.net/</website>
+ <descr>Proxy for handling NAT of multiple SIP devices to a single public IP.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/siproxd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>siproxd-0.8.0.tbz</depends_on_package>
+ <depends_on_package_pbi>siproxd-0.8.0-amd64.pbi</depends_on_package_pbi>
+ <pkginfolink>http://doc.pfsense.org/index.php/Siproxd_package</pkginfolink>
+ <build_port_path>/usr/ports/net/siproxd</build_port_path>
+ <version>0.8.0_2</version>
+ <status>Beta</status>
+ <required_version>1.2.1</required_version>
+ <configurationfile>siproxd.xml</configurationfile>
+ </package>
+ <package>
+ <name>OpenBGPD</name>
+ <descr>OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol.</descr>
+ <category>NET</category>
+ <config_file>http://www.pfsense.com/packages/config/openbgpd/openbgpd.xml</config_file>
+ <build_port_path>/usr/ports/net/openbgpd</build_port_path>
+ <version>0.5.6</version>
+ <status>STABLE</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/OpenBGPD_package</pkginfolink>
+ <required_version>1.3</required_version>
+ <configurationfile>openbgpd.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>openbgpd-4.9.20110612_1.tbz</depends_on_package>
+ <depends_on_package_pbi>openbgpd-4.9.20110612_1-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>OpenOSPFD</name>
+ <descr>This package is now considered deprecated. Please use the Quagga OSPF instead. -- WARNING! Installs files to the same place as Quagga OSPF. Installing both will result in a broken state, remove this package before installing Quagga OSPF.</descr>
+ <maintainer>cmb@pfsense.org</maintainer>
+ <version>0.5.2</version>
+ <category>Routing</category>
+ <status>DEPRECATED</status>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>openospfd-4.6.tbz</depends_on_package>
+ <depends_on_package_pbi>openospfd-4.6-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/openospfd/openospfd.xml</config_file>
+ <build_port_path>/usr/ports/net/openospfd</build_port_path>
+ <build_port_path>/usr/ports/devel/libevent</build_port_path>
+ <build_pbi>
+ <ports_before>devel/libevent</ports_before>
+ <port>net/openospfd</port>
+ </build_pbi>
+ <pkginfolink></pkginfolink>
+ <required_version>1.2.1</required_version>
+ <configurationfile>openospfd.xml</configurationfile>
+ <depends_on_package>libevent-1.4.14b_1.tbz</depends_on_package>
+ </package>
+ <package>
+ <name>Lightsquid</name>
+ <descr>High perfomance web proxy report (LightSquid). Proxy realtime stat (SQStat). Requires squid HTTP proxy.</descr>
+ <website>http://lightsquid.sf.net/</website>
+ <category>Network Report</category>
+ <version>1.8.2 pkg v.2.32</version>
+ <maintainer>dv_serg@mail.ru</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>lightsquid-1.8_2.tbz</depends_on_package>
+ <depends_on_package>perl-5.12.4_3.tbz</depends_on_package>
+ <depends_on_package_pbi>lightsquid-1.8_2-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/lightsquid</build_port_path>
+ <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
+ <build_pbi>
+ <ports_before>lang/perl5.12</ports_before>
+ <port>www/lightsquid</port>
+ </build_pbi>
+ <build_options>WITHOUT_DEBUGGING=true WITHOUT_GDBM=true WITHOUT_PERL_MALLOC=true WITH_PERL_64BITINT=true WITHOUT_THREADS=true WITHOUT_MULTIPLICITY=true WITHOUT_SUIDPERL=true WITHOUT_SITECUSTOMIZE=true WITH_USE_PERL=true</build_options>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/lightsquid/lightsquid.xml</config_file>
+ <pkginfolink></pkginfolink>
+ <configurationfile>lightsquid.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </package>
+ <package>
+ <name>Sarg</name>
+ <website>http://www.dansguardian.org/</website>
+ <descr><![CDATA[Sarg - Squid Analysis Report Generator is a tool that allow you to view "where" your users are going to on the Internet.<br>
+ Sarg provides many informations about Proxy(squid,squidguard or dansguardian) users activities: times, bytes, sites, etc...]]></descr>
+ <category>Network Report</category>
+ <config_file>http://www.pfsense.com/packages/config/sarg/sarg.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,47765.0.html</pkginfolink>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>sarg-2.3.2_2.tbz</depends_on_package>
+ <depends_on_package>gd-2.0.35_7,1.tbz</depends_on_package>
+ <depends_on_package_pbi>sarg-2.3.2_5-amd64.pbi</depends_on_package_pbi>
+ <version>2.3.2 pkg v.0.6.1</version>
+ <status>RC2</status>
+ <required_version>2.0</required_version>
+ <configurationfile>sarg.xml</configurationfile>
+ <build_port_path>/usr/ports/www/sarg</build_port_path>
+ <build_options>WITHOUT_GD=false WITHOUT_PHP=true</build_options>
+ <after_install_info>Please visit sarg settings on Status Menu to configure sarg.</after_install_info>
+ </package>
+ <package>
+ <name>Ipguard-dev</name>
+ <website>http://ipguard.deep.perm.ru/</website>
+ <descr><![CDATA[Ipguard listens network for ARP packets. All permitted MAC-IP pairs listed in config files.<br>
+ If it recieves one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.<br>
+ This will prevent not permitted host to work properly in local ethernet segment.]]></descr>
+ <category>Security</category>
+ <config_file>http://www.pfsense.com/packages/config/ipguard/ipguard.xml</config_file>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,49917.msg263664.html#msg263664</pkginfolink>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>ipguard-1.04.tbz</depends_on_package>
+ <depends_on_package_pbi>ipguard-1.04-amd64.pbi</depends_on_package_pbi>
+ <version>1.0.4 pkg v.0.1</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <configurationfile>ipguard.xml</configurationfile>
+ <build_port_path>/usr/ports/security/ipguard</build_port_path>
+ <after_install_info>Please visit ipguard settings on Services Menu to configure.</after_install_info>
+ </package>
+ <package>
+ <name>Varnish</name>
+ <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
+ It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.]]></descr>
+ <website>http://varnish-cache.org</website>
+ <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
+ <category>Services</category>
+ <version>2.1.5 pkg v.1.0</version>
+ <status>Release</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/varnish64/varnish_backends.xml</config_file>
+ <configurationfile>varnish_backends.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>varnish-2.1.5_1-amd64.pbi gcc-4.2.5.20090325_5-amd64.pbi</depends_on_package_pbi>
+ <depends_on_package>varnish-2.1.5.tbz</depends_on_package>
+ <depends_on_package>gcc-4.2.5.20090325_5.tbz</depends_on_package>
+ <build_port_path>/usr/ports/www/varnish2</build_port_path>
+ <build_port_path>/usr/ports/lang/gcc42</build_port_path>
+ </package>
+ <package>
+ <name>Varnish3</name>
+ <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br>
+ It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.<br>
+ Version 3.0.2 includes streaming support]]></descr>
+ <website>http://varnish-cache.org</website>
+ <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink>
+ <category>Services</category>
+ <version>3.0.2 pkg v.0.1</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/varnish3/varnish_backends.xml</config_file>
+ <configurationfile>varnish_backends.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>gcc-4.2.5.20090325_5-amd64.pbi varnish-3.0.2_1-amd64.pbi</depends_on_package_pbi>
+ <depends_on_package>varnish-3.0.2.tbz</depends_on_package>
+ <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/www/varnish</build_port_path>
+ <build_port_path>/usr/ports/lang/gcc42</build_port_path>
+ </package>
+ <package>
+ <name>vnstat2</name>
+ <website>http://humdi.net/vnstat/</website>
+ <descr>Vnstat is a console-based network traffic monitor&lt;br /&gt;The vnstat PHP frontend and vnstati adds a more user friendly way of displaying traffic usage.</descr>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,14179.0.html</pkginfolink>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>vnstat-1.11.tbz</depends_on_package>
+ <depends_on_package_pbi>vnstat-1.11_1-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/vnstat</build_port_path>
+ <version>1.10_2</version>
+ <status>test</status>
+ <required_version>2.0</required_version>
+ <maintainer>crazypark2@yahoo.dk</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/vnstat2/vnstat2.xml</config_file>
+ <configurationfile>vnstat2.xml</configurationfile>
+ <after_install_info></after_install_info>
+ </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.4</version>
+ <status>Beta</status>
+ <required_version>1.0</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>mbmon-205_5.tbz</depends_on_package>
+ <depends_on_package_pbi>mbmon-205_5-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/mbmon</build_port_path>
+ <config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file>
+ <configurationfile>phpsysinfo.xml</configurationfile>
+ <noembedded>true</noembedded>
+ </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>
+ <category>Services</category>
+ <version>1.0.6.17</version>
+ <status>Beta</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Tinydns_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/tinydns/tinydns.xml</config_file>
+ <configurationfile>tinydns.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>ucspi-tcp-0.88_2.tbz</depends_on_package>
+ <depends_on_package>daemontools-0.76_16.tbz</depends_on_package>
+ <depends_on_package>djbdns-ipv6-1.05.b23_13.tbz</depends_on_package>
+ <depends_on_package_pbi>djbdns-1.05_14-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/ucspi-tcp</build_port_path>
+ <build_port_path>/usr/ports/sysutils/daemontools</build_port_path>
+ <build_port_path>/usr/ports/dns/djbdns</build_port_path>
+ <build_pbi>
+ <ports_before>sysutils/ucspi-tcp sysutils/daemontools</ports_before>
+ <port>dns/djbdns</port>
+ </build_pbi>
+ <build_options>WITH_IPV6=true WITH_SRV=true WITHOUT_DUMPCACHE=true WITHOUT_IGNOREIP=true WITHOUT_JUMBO=true WITHOUT_MAN=true WITHOUT_PERSISTENT_MMAP=true</build_options>
+ <supportedbybsdperimeter>YES</supportedbybsdperimeter>
+ </package>
+ <package>
+ <name>Open-VM-Tools</name>
+ <descr>VMware Tools</descr>
+ <website>http://open-vm-tools.sourceforge.net/</website>
+ <category>Services</category>
+ <version>8.7.0.3046 (build-313025)</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
+ <configurationfile>open-vm-tools.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <build_port_path>/usr/ports/emulators/open-vm-tools-nox11/</build_port_path>
+ <depends_on_package>open-vm-tools-nox11-313025_2.tbz</depends_on_package>
+ <depends_on_package>icu-4.8.1.1_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/icu</build_port_path>
+ <depends_on_package>fusefs-kmod-0.3.9.p1.20080208_7.tbz</depends_on_package>
+ <build_port_path>/usr/ports/sysutils/fusefs-kmod</build_port_path>
+ <depends_on_package>fusefs-libs-2.7.4.tbz</depends_on_package>
+ <build_port_path>/usr/ports/sysutils/fusefs-libs</build_port_path>
+ <depends_on_package>glib-2.28.8_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/glib2</build_port_path>
+ <depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/net/libdnet</build_port_path>
+ <depends_on_package>libiconv-1.13.1_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/converters/libiconv</build_port_path>
+ <depends_on_package>pcre-8.21_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/pcre</build_port_path>
+ <depends_on_package>perl-5.12.3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/lang/perl5.12</build_port_path>
+ <depends_on_package>pkg-config-0.25_1.tbz</depends_on_package>
+ <build_port_path>/usr/ports/devel/pkg-config</build_port_path>
+ <depends_on_package>python27-2.7.2_3.tbz</depends_on_package>
+ <build_port_path>/usr/ports/lang/python27</build_port_path>
+ <build_pbi>
+ <port>emulators/open-vm-tools-nox11</port>
+ </build_pbi>
+ <depends_on_package_pbi>open-vm-tools-nox11-425873_2-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>Open-VM-Tools-8.8.1</name>
+ <descr>VMware Tools</descr>
+ <website>http://open-vm-tools.sourceforge.net/</website>
+ <category>Services</category>
+ <version>528969</version>
+ <status>RC</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
+ <configurationfile>open-vm-tools.xml</configurationfile>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>open-vm-tools-nox11-528969,1.tbz</depends_on_package>
+ <depends_on_package>pcre-8.30_1.tbz</depends_on_package>
+ <!-- Fix me once a PBI is available! -->
+ <maximum_version>2.1</maximum_version>
+ </package>
+ <package>
+ <name>AutoConfigBackup</name>
+ <maintainer>portal@bsdperimeter.com</maintainer>
+ <descr>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from https://portal.pfsense.org</descr>
+ <website>https://portal.pfsense.org</website>
+ <category>Services</category>
+ <version>1.20</version>
+ <status>Stable</status>
+ <required_version>1.2</required_version>
+ <pkginfolink>http://doc.pfsense.org/index.php/AutoConfigBackup</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/autoconfigbackup/autoconfigbackup.xml</config_file>
+ <configurationfile>autoconfigbackup.xml</configurationfile>
+ </package>
+ <package>
+ <name>arping</name>
+ <descr>Broadcasts a who-has ARP packet on the network and prints answers. </descr>
+ <website>http://www.habets.pp.se/synscan/programs.php?prog=arping</website>
+ <category>Services</category>
+ <version>2.09.1</version>
+ <status>Stable</status>
+ <required_version>1.0.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/arping/arping.xml</config_file>
+ <configurationfile>arping.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>arping-2.09_1.tbz</depends_on_package>
+ <depends_on_package_pbi>arping-2.09_1-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net/arping</build_port_path>
+ <pkginfolink>http://doc.pfsense.org/index.php/Arping</pkginfolink>
+ </package>
+ <package>
+ <name>nmap</name>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <descr>NMap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), version detection (determine what application/service is runing on a port), and TCP/IP fingerprinting (remote host OS or device identification). It also offers flexible target and port specification, decoy/stealth scanning, SunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and command line modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>lua-5.1.5_4.tbz</depends_on_package>
+ <depends_on_package>nmap-6.01.tbz</depends_on_package>
+ <depends_on_package_pbi>nmap-6.01-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/nmap/nmap.xml</config_file>
+ <version>nmap-6.01 pkg v1.2</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Nmap_package</pkginfolink>
+ <required_version>2.0</required_version>
+ <configurationfile>nmap.xml</configurationfile>
+ <build_port_path>/usr/ports/security/nmap</build_port_path>
+ <depends_on_package>libpcap-1.2.1.tbz</depends_on_package>
+ </package>
+ <package>
+ <name>imspector</name>
+ <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
+ <website>http://www.imspector.org/</website>
+ <category>Network Management</category>
+ <maintainer>billm@pfsense.org</maintainer>
+ <version>0.9-4</version>
+ <required_version>2.0</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/imspector/imspector.xml</config_file>
+ <configurationfile>imspector.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>sqlite3-3.7.12.1.tbz</depends_on_package>
+ <depends_on_package>imspector-0.9.tbz</depends_on_package>
+ <depends_on_package_pbi>imspector-0.9-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net-im/imspector</build_port_path>
+ </package>
+ <package>
+ <name>imspector-dev</name>
+ <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr>
+ <website>http://www.imspector.org/</website>
+ <category>Network Management</category>
+ <maintainer>marcellocoutinho@gmail.com</maintainer>
+ <version>20111108 pkg v 0.3.1</version>
+ <required_version>2.0</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/IMSpector_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/imspector-dev/imspector.xml</config_file>
+ <configurationfile>imspector.xml</configurationfile>
+ <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>mysql-client-5.5.19.tbz</depends_on_package>
+ <depends_on_package>imspector-20111108.tbz</depends_on_package>
+ <depends_on_package_pbi>imspector-20111108-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>nut</name>
+ <descr>Network UPS Tools</descr>
+ <website>http://www.networkupstools.org/</website>
+ <category>Network Management</category>
+ <version>2.6.4 pkg 2.0</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>rswagoner@gmail.com</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/nut/nut.xml</config_file>
+ <configurationfile>nut.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>nut-2.6.4.tbz</depends_on_package>
+ <depends_on_package_pbi>nut-2.6.4-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/nut</build_port_path>
+ <pkginfolink>http://doc.pfsense.org/index.php/Nut_package</pkginfolink>
+ </package>
+ <package>
+ <name>diag_new_states</name>
+ <descr>Paul Taylors version of Diagnostics States which utilizes pftop.</descr>
+ <website>http://www.addressplus.net</website>
+ <category>Network Management</category>
+ <version>0.2</version>
+ <maintainer>ptaylor@addressplus.net</maintainer>
+ <required_version>1.2.1</required_version>
+ <status>BETA</status>
+ <config_file>http://www.pfsense.org/packages/config/diag_states_pt/diag_new_states.xml</config_file>
+ <configurationfile>http://www.pfsense.com/packages/config/diag_states_pt/diag_new_states.xml</configurationfile>
+ </package>
+ <package>
+ <name>darkstat</name>
+ <website>http://dmr.ath.cx/net/darkstat/</website>
+ <descr>darkstat is a network statistics gatherer. It's a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>darkstat-3.0.714.tbz</depends_on_package>
+ <depends_on_package_pbi>darkstat-3.0.715-amd64.pbi</depends_on_package_pbi>
+ <version>3.0.714</version>
+ <status>Stable</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>sullrich+pfsp@gmail.com</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/darkstat/darkstat.xml</config_file>
+ <configurationfile>darkstat.xml</configurationfile>
+ <build_port_path>/usr/ports/net-mgmt/darkstat</build_port_path>
+ </package>
+ <package>
+ <name>pfflowd</name>
+ <website>http://www.mindrot.org/pfflowd.html</website>
+ <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/pfflowd.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>pfflowd-0.8.tbz</depends_on_package>
+ <depends_on_package_pbi>pfflowd-0.8-amd64.pbi</depends_on_package_pbi>
+ <version>0.8.3</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <configurationfile>pfflowd.xml</configurationfile>
+ <maintainer></maintainer>
+ <build_port_path>/usr/ports/net/pfflowd-0.8</build_port_path>
+ </package>
+ <package>
+ <name>widentd</name>
+ <descr>RFC1413 auth/identd daemon with fixed fake reply</descr>
+ <website>http://www.webweaving.org/widentd</website>
+ <category>Services</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>widentd-1.03_1.tbz</depends_on_package>
+ <depends_on_package_pbi>widentd-1.03_1-amd64.pbi</depends_on_package_pbi>
+ <version>1.03_1</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Widentd_package</pkginfolink>
+ <required_version>1.2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/widentd.xml</config_file>
+ <configurationfile>widentd.xml</configurationfile>
+ <build_port_path>/usr/ports/net/widentd</build_port_path>
+ </package>
+ <package>
+ <name>freeradius</name>
+ <website>http://www.freeradius.org/</website>
+ <descr>A free implementation of the RADIUS protocol.</descr>
+ <category>System</category>
+ <version>1.1.8 pkg v1.0.5</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>none</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>freeradius-1.1.8_4.tbz</depends_on_package>
+ <depends_on_package>libltdl-2.4_1.tbz</depends_on_package>
+ <depends_on_package_pbi>freeradius-1.1.8_5-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/freeradius.xml</config_file>
+ <configurationfile>freeradius.xml</configurationfile>
+ <build_port_path>/usr/ports/net/freeradius</build_port_path>
+ <build_port_path>/usr/ports/devel/libltdl</build_port_path>
+ <build_pbi>
+ <ports_before>devel/libltdl</ports_before>
+ <port>net/freeradius</port>
+ </build_pbi>
+ <after_install_info>Please visit Services: freeRADIUS</after_install_info>
+ </package>
+ <package>
+ <name>freeradius2</name>
+ <website>http://www.freeradius.org/</website>
+ <descr><![CDATA[A free implementation of the RADIUS protocol.<br>
+ Support: MySQL, PostgreSQL, LDAP, Kerberos<br>
+ FreeRADIUS and FreeRADIUS2 settings are not compatible so don't use them together or try to update<br>
+ On pfSense docs there is a how-to which could help you on porting users.]]></descr>
+ <pkginfolink>http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
+ <category>System</category>
+ <version>2.1.12_1 pkg v1.6.6_4</version>
+ <status>RC1</status>
+ <required_version>2.0</required_version>
+ <maintainer>nachtfalkeaw@web.de</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>freeradius-2.1.12_1.tbz</depends_on_package>
+ <depends_on_package_pbi>freeradius-2.1.12_1-amd64.pbi</depends_on_package_pbi>
+ <depends_on_package>mysql-client-5.1.63.tbz</depends_on_package>
+ <depends_on_package>postgresql-client-9.0.8.tbz</depends_on_package>
+ <depends_on_package>openldap-sasl-client-2.4.31_1.tbz</depends_on_package>
+ <config_file>http://www.pfsense.org/packages/config/freeradius2/freeradius.xml</config_file>
+ <configurationfile>freeradius.xml</configurationfile>
+ <after_install_info>Please visit Services: FreeRADIUS</after_install_info>
+ <!-- Try to use the new PBI build syntax here, it may help it pick up the right libs inside the single PBI rather than using multiple. -->
+ <build_pbi>
+ <ports_before>security/krb5</ports_before>
+ <port>net/freeradius2</port>
+ </build_pbi>
+ <build_options>WITH_KERBEROS=yes WITH_MYSQL=yes WITH_PGSQL=yes WITH_PERL=yes WITH_PYTHON=yes WITH_LDAP=yes</build_options>
+ </package>
+ <package>
+ <name>bandwidthd</name>
+ <website>http://bandwidthd.sourceforge.net/</website>
+ <descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
+ <category>System</category>
+ <version>2.0.1.3</version>
+ <status>BETA</status>
+ <required_version>1.2.1</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>bandwidthd-2.0.1_4.tbz</depends_on_package>
+ <depends_on_package>libpcap-1.1.1.tbz</depends_on_package>
+ <depends_on_package>postgresql-client-8.4.12.tbz</depends_on_package>
+ <depends_on_package_pbi>bandwidthd-2.0.1_5-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file>
+ <configurationfile>bandwidthd.xml</configurationfile>
+ <build_port_path>/usr/ports/net/libpcap</build_port_path>
+ <build_port_path>/usr/ports/databases/postgresql84-client</build_port_path>
+ <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path>
+ <build_pbi>
+ <ports_before>net/libpcap databases/postgresql91-client graphics/gd</ports_before>
+ <port>net-mgmt/bandwidthd</port>
+ </build_pbi>
+ <build_options>WITH_NLS=true WITHOUT_PAM=true WITHOUT_LDAP=true WITHOUT_MIT_KRB5=true WITHOUT_HEIMDAL_KRB5=true WITHOUT_OPTIMIZED_CFLAGS=true WITHOUT_XML=true WITHOUT_TZDATA=true WITHOUT_DEBUG=true WITHOUT_GSSAPI=true WITHOUT_ICU=true WITH_INTDATE=true</build_options>
+ </package>
+ <package>
+ <name>stunnel</name>
+ <website>http://www.stunnel.org/</website>
+ <descr>An SSL encryption wrapper between remote client and local or remote servers. </descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>stunnel-4.43.tbz</depends_on_package>
+ <depends_on_package_pbi>stunnel-4.53-amd64.pbi</depends_on_package_pbi>
+ <version>4.43</version>
+ <status>Stable</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Stunnel_package</pkginfolink>
+ <required_version>1.2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/stunnel.xml</config_file>
+ <configurationfile>stunnel.xml</configurationfile>
+ <build_port_path>/usr/ports/security/stunnel</build_port_path>
+ <build_options>WITHOUT_FORK=true WITH_PTHREAD=true WITHOUT_UCONTEXT=true WITHOUT_IPV6=true WITH_LIBWRAP=true WITHOUT_SSL_PORT=true</build_options>
+ </package>
+ <package>
+ <name>iperf</name>
+ <website>http://dast.nlanr.net/Projects/Iperf/</website>
+ <descr>Iperf is a tool for testing network throughput, loss, and jitter.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/iperf.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>iperf-2.0.5.tbz</depends_on_package>
+ <depends_on_package_pbi>iperf-2.0.5-amd64.pbi</depends_on_package_pbi>
+ <version>2.0.5</version>
+ <status>Beta</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/Iperf_package</pkginfolink>
+ <required_version>1.2.1</required_version>
+ <configurationfile>iperf.xml</configurationfile>
+ <build_port_path>/usr/ports/benchmarks/iperf</build_port_path>
+ </package>
+ <package>
+ <name>netio</name>
+ <website>http://freshmeat.net/projects/netio/</website>
+ <descr>This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/netio.xml</config_file>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All</depends_on_package_base_url>
+ <depends_on_package>netio-1.26.tbz</depends_on_package>
+ <depends_on_package_pbi>netio-1.26-amd64.pbi</depends_on_package_pbi>
+ <version>1.26</version>
+ <required_version>2.0</required_version>
+ <status>ALPHA</status>
+ <configurationfile>netio.xml</configurationfile>
+ <build_port_path>/usr/ports/benchmarks/netio</build_port_path>
+ </package>
+ <package>
+ <name>mtr-nox11</name>
+ <maintainer>billm@pfsense.org</maintainer>
+ <descr>Enhanced traceroute replacement</descr>
+ <website>http://www.bitwizard.nl/mtr/</website>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>mtr-nox11-0.82.tbz</depends_on_package>
+ <depends_on_package_pbi>mtr-0.82_1-amd64.pbi</depends_on_package_pbi>
+ <version>0.82</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/mtr-nox11.xml</config_file>
+ <configurationfile>mtr-nox11.xml</configurationfile>
+ <build_port_path>/usr/ports/net/mtr</build_port_path>
+ </package>
+ <package>
+ <name>squid</name>
+ <descr>High performance web proxy cache.</descr>
+ <website>http://www.squid-cache.org/</website>
+ <category>Network</category>
+ <version>2.7.9 pkg v.4.3.1</version>
+ <status>Stable</status>
+ <required_version>2</required_version>
+ <maintainer>fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>squid-2.7.9_1.tbz</depends_on_package>
+ <depends_on_package>squid_radius_auth-1.10.tbz</depends_on_package>
+ <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
+ <depends_on_package_pbi>squid-2.7.9_1-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/squid</build_port_path>
+ <build_port_path>/usr/ports/www/squid_radius_auth</build_port_path>
+ <build_port_path>/usr/ports/www/libwww</build_port_path>
+ <build_pbi>
+ <ports_before>www/libwww</ports_before>
+ <port>www/squid</port>
+ <ports_after>www/squid_radius_auth</ports_after>
+ </build_pbi>
+ <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true SQUID_UID=proxy SQUID_GID=proxy</build_options>
+ <config_file>http://www.pfsense.org/packages/config/squid/squid.xml</config_file>
+ <configurationfile>squid.xml</configurationfile>
+ </package>
+ <package>
+ <name>squid3</name>
+ <descr><![CDATA[High performance web proxy cache.<br>
+ It combines squid as a proxy server with it's capabilities of acting as a HTTP / HTTPS reverse proxy.<br>
+ It includes an Exchange-Web-Access (OWA) Assistant.]]></descr>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,48347.0.html</pkginfolink>
+ <website>http://www.squid-cache.org/</website>
+ <category>Network</category>
+ <version>3.1.20 pkg 2.0.5_7</version>
+ <status>beta</status>
+ <required_version>2.0</required_version>
+ <maintainer>marcellocoutinho@gmail.com fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>squid-3.1.20.tbz</depends_on_package>
+ <depends_on_package>libwww-5.4.0_4.tbz</depends_on_package>
+ <build_pbi>
+ <ports_before>www/libwww</ports_before>
+ <port>www/squid31</port>
+ <ports_after>www/squid_radius_auth</ports_after>
+ </build_pbi>
+ <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_IPV6=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_SSL=true WITH_SQUID_SSL_CRTD=true WITH_SQUID_PINGER=true WITH_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITHOUT_SQUID_WCCP=true WITH_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITH_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_IPFW=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITHOUT_SQUID_ECAP=true WITHOUT_SQUID_ICAP=true WITHOUT_SQUID_ESI=true WITH_SQUID_AUFS=true WITHOUT_SQUID_COSS=true WITHOUT_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITHOUT_SQUID_DEBUG=true</build_options>
+ <config_file>http://www.pfsense.org/packages/config/squid-reverse/squid.xml</config_file>
+ <configurationfile>squid.xml</configurationfile>
+ <depends_on_package_pbi>squid-3.1.20-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>LCDproc</name>
+ <descr>LCD display driver</descr>
+ <website>http://www.lcdproc.org/</website>
+ <category>Utility</category>
+ <version>lcdproc-0.5.5</version>
+ <status>BETA</status>
+ <required_version>1.2.1</required_version>
+ <maintainer>seth.mos@dds.nl</maintainer>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
+ <depends_on_package_pbi>lcdproc-0.5.5-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/lcdproc/lcdproc.xml</config_file>
+ <configurationfile>lcdproc.xml</configurationfile>
+ <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
+ <build_options>WITH_USB=true</build_options>
+ </package>
+ <package>
+ <name>LCDproc-dev</name>
+ <descr>LCD display driver - Development version</descr>
+ <website>http://www.lcdproc.org/</website>
+ <category>Utility</category>
+ <version>lcdproc-0.5.5 pkg v. 0.9.4</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>michele@nt2.it</maintainer>
+ <pkginfolink>http://forum.pfsense.org/index.php/topic,44034.0.html</pkginfolink>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>lcdproc-0.5.5.tbz</depends_on_package>
+ <depends_on_package_pbi>lcdproc-0.5.5-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.org/packages/config/lcdproc-dev/lcdproc.xml</config_file>
+ <configurationfile>lcdproc.xml</configurationfile>
+ <build_port_path>/usr/ports/sysutils/lcdproc</build_port_path>
+ <build_options>WITH_USB=true</build_options>
+ <after_install_info>Please set the service options in Services-LCDproc before running the service.</after_install_info>
+ </package>
+ <package>
+ <name>arpwatch</name>
+ <descr>Arpwatch monitors ethernet/ip address pairings. It also logs certain changes to syslog.</descr>
+ <website>http://www-nrg.ee.lbl.gov/</website>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>arpwatch-2.1.a15_6.tbz</depends_on_package>
+ <depends_on_package_pbi>arpwatch-2.1.a15_6-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net-mgmt/arpwatch</build_port_path>
+ <version>2.1.a15_5</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/arpwatch.xml</config_file>
+ <configurationfile>arpwatch.xml</configurationfile>
+ <logging>
+ <facilityname>arpwatch</facilityname>
+ <logfilename>arpwatch.log</logfilename>
+ </logging>
+ </package>
+ <package>
+ <name>squidGuard</name>
+ <descr>High perfomance web proxy URL filter. Requires proxy Squid package.</descr>
+ <website>http://www.squidGuard.org/</website>
+ <maintainer>dv_serg@mail.ru</maintainer>
+ <category>Network Management</category>
+ <version>1.3_1 pkg v.1.9.1</version>
+ <status>Beta</status>
+ <required_version>1.1</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>squidGuard-1.4_4.tbz</depends_on_package>
+ <depends_on_package>db41-4.1.25_4.tbz</depends_on_package>
+ <depends_on_package>db3-3.3.11_3,1.tbz</depends_on_package>
+ <depends_on_package>cyrus-sasl-2.1.25_1.tbz</depends_on_package>
+ <depends_on_package_pbi>squidguard-1.4_4-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/squidguard</build_port_path>
+ <build_port_path>/usr/ports/databases/db41</build_port_path>
+ <build_port_path>/usr/ports/security/cyrus-sasl2</build_port_path>
+ <build_pbi>
+ <ports_before>databases/db41 security/cyrus-sasl2</ports_before>
+ <port>www/squidguard</port>
+ </build_pbi>
+ <build_options>WITH_SQUID_KERB_AUTH=true WITH_SQUID_LDAP_AUTH=true WITH_SQUID_NIS_AUTH=true WITH_SQUID_SASL_AUTH=true WITH_SQUID_DELAY_POOLS=true WITH_SQUID_SNMP=true WITH_SQUID_CARP=true WITH_SQUID_SSL=true WITHOUT_SQUID_PINGER=true WITHOUT_SQUID_DNS_HELPER=true WITH_SQUID_HTCP=true WITH_SQUID_VIA_DB=true WITH_SQUID_CACHE_DIGESTS=true WITH_SQUID_WCCP=true WITHOUT_SQUID_WCCPV2=true WITHOUT_SQUID_STRICT_HTTP=true WITH_SQUID_IDENT=true WITH_SQUID_REFERER_LOG=true WITHOUT_SQUID_USERAGENT_LOG=true WITH_SQUID_ARP_ACL=true WITH_SQUID_PF=true WITHOUT_SQUID_IPFILTER=true WITH_SQUID_FOLLOW_XFF=true WITH_SQUID_AUFS=true WITH_SQUID_COSS=true WITH_SQUID_KQUEUE=true WITH_SQUID_LARGEFILE=true WITHOUT_SQUID_STACKTRACES=true WITH_SAMPLE_BL=true WITH_LDAP=true WITH_SASL=true WITH_FETCH=true</build_options>
+ <config_file>http://www.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file>
+ <configurationfile>squidguard.xml</configurationfile>
+ </package>
+ <package>
+ <name>Zabbix Agent</name>
+ <descr>Monitoring agent.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/zabbix-agent/zabbix-agent.xml</config_file>
+ <version>1.8.10,2 pkg v1.1</version>
+ <status>FINAL</status>
+ <required_version>1.2.3</required_version>
+ <configurationfile>zabbix-agent.xml</configurationfile>
+ <maintainer>remco.verhoef@redfive.biz</maintainer>
+ <build_port_path>/usr/ports/net-mgmt/zabbix-agent</build_port_path>
+ <build_pbi>
+ <custom_name>zabbix-agent</custom_name>
+ <port>net-mgmt/zabbix-agent</port>
+ </build_pbi>
+ <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>zabbix-agent-1.8.10,2.tbz</depends_on_package>
+ <depends_on_package_pbi>zabbix-agent-1.8.13-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>Zabbix Proxy</name>
+ <descr>Monitoring agent proxy.</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/zabbix-proxy/zabbix-proxy.xml</config_file>
+ <version>1.8.8,2 pkg v1.1</version>
+ <status>FINAL</status>
+ <required_version>1.2.3</required_version>
+ <configurationfile>zabbix-proxy.xml</configurationfile>
+ <maintainer>cmb@pfsense.org</maintainer>
+ <build_port_path>/usr/ports/net-mgmt/zabbix-proxy</build_port_path>
+ <build_pbi>
+ <custom_name>zabbix-proxy</custom_name>
+ <port>net-mgmt/zabbix-proxy</port>
+ </build_pbi>
+ <build_options>WITHOUT_CARES=true WITHOUT_CURL_DEBUG=true WITHOUT_DEBUGGING=true WITHOUT_DMALLOC=true WITHOUT_ETCSYMLINK=true WITHOUT_EXTRA_PATCHES=true WITHOUT_GDBM=true WITHOUT_GNUTLS=true WITHOUT_IODBC=true WITHOUT_IPMI=true WITHOUT_KERBEROS4=true WITHOUT_LDAP=true WITHOUT_LDAPS=true WITHOUT_LIBIDN=true WITHOUT_LIBSIGSEGV=true WITHOUT_LIBSSH2=true WITHOUT_MFD_REWRITES=true WITHOUT_MULTIPLICITY=true WITHOUT_MYSQL=true WITHOUT_NTLM=true WITHOUT_PERL_MALLOC=true WITHOUT_PGSQL=true WITHOUT_RTMP=true WITHOUT_SITECUSTOMIZE=true WITHOUT_SSH=true WITHOUT_SUIDPERL=true WITHOUT_THREADS=true WITHOUT_TKMIB=true WITHOUT_TRACKMEMORY=true WITHOUT_UNIXODBC=true WITH_CA_BUNDLE=true WITH_CURL=true WITH_DUMMY=true WITH_EXTRA_ENCODINGS=true WITH_FETCH=true WITH_FPING=true WITH_IPV6=true WITH_JABBER=true WITH_LDAP=true WITH_OPENSSL=true WITH_PERL=true WITH_PERL_64BITINT=true WITH_PERL_EMBEDDED=true WITH_PROXY=true WITH_SASL=true WITH_SQLITE=true WITH_USE_PERL=true WITH_WERROR=true</build_options>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>zabbix-proxy-1.8.8,2.tbz</depends_on_package>
+ <depends_on_package_pbi>zabbix-proxy-1.8.13-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>OpenVPN Client Export Utility</name>
+ <descr>Allows a pre-configured OpenVPN Windows Client or or Mac OSX's Viscosity configuration bundle to be exported directly from pfSense.</descr>
+ <category>Security</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>p7zip-9.20.1.tbz</depends_on_package>
+ <depends_on_package>zip-3.0.tbz</depends_on_package>
+ <depends_on_package_pbi>p7zip-9.20.1-amd64.pbi zip-3.0-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/archivers/p7zip</build_port_path>
+ <build_port_path>/usr/ports/archivers/zip</build_port_path>
+ <version>0.26</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/openvpn-client-export/openvpn-client-export.xml</config_file>
+ <configurationfile>openvpn-client-export.xml</configurationfile>
+ </package>
+ <package>
+ <name>HAVP antivirus</name>
+ <pkginfolink></pkginfolink>
+ <website>http://www.server-side.de/</website>
+ <descr>Antivirus: HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. And File Scanner for local files.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>havp-0.91_1.tbz</depends_on_package>
+ <depends_on_package_pbi>havp-0.91_1-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/www/havp</build_port_path>
+ <build_options>CLAMAVUSER=havp CLAMAVGROUP=havp</build_options>
+ <version>0.91_1 pkg v1.01</version>
+ <status>BETA</status>
+ <required_version>1.2.2</required_version>
+ <config_file>http://www.pfsense.com/packages/config/havp/havp.xml</config_file>
+ <configurationfile>havp.xml</configurationfile>
+ <maintainer>dv_serg@mail.ru</maintainer>
+ <after_install_info>Please check the HAVP settings.</after_install_info>
+ </package>
+ <package>
+ <name>pfJailctl</name>
+ <descr>pfSense wrapper for jailctl - a jail management tool. Allows you to run jails on pfSense.</descr>
+ <website>http://anduin.net/jailctl/</website>
+ <category>System</category>
+ <version>0.51</version>
+ <required_version>1.2.3</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/jailctl.xml</config_file>
+ <configurationfile>jailctl.xml</configurationfile>
+ <maintainer>ltning-jailctl@anduin.net</maintainer>
+ </package>
+ <package>
+ <name>jail_template</name>
+ <descr>Basic template for jails, probably requires pfJailctl to be useful. Includes 'base' and 'manpages' dists.</descr>
+ <website>http://anduin.net/jailctl/</website>
+ <category>System</category>
+ <version>0.2</version>
+ <required_version>1.2.3</required_version>
+ <status>BETA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/PfJailctl_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/jail_template.xml</config_file>
+ <configurationfile>jail_template.xml</configurationfile>
+ <maintainer>ltning-jailctl@anduin.net</maintainer>
+ </package>
+ <package>
+ <name>blinkled</name>
+ <descr>Allows you to use LEDs for network activity on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
+ <category>System</category>
+ <version>0.3</version>
+ <status>Beta</status>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.org/packages/config/blinkled8/blinkled.xml</config_file>
+ <configurationfile>blinkled.xml</configurationfile>
+ <pkginfolink>http://doc.pfsense.org/index.php/BlinkLED_Package</pkginfolink>
+ <website>http://doc.pfsense.org/index.php/BlinkLED_Package</website>
+ <build_port_path>/usr/ports/sysutils/blinkled</build_port_path>
+ <build_pbi>
+ <port>sysutils/blinkled</port>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>blinkled-0.1.tbz</depends_on_package>
+ <depends_on_package_pbi>blinkled-0.1-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>gwled</name>
+ <descr>Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc)</descr>
+ <category>System</category>
+ <version>0.2</version>
+ <status>Beta</status>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.org/packages/config/gwled/gwled.xml</config_file>
+ <configurationfile>gwled.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.3.2</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 alerts.</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>Dashboard Widget: Antivirus Status</name>
+ <descr>Dashboard widget for HAVP status.</descr>
+ <category>System</category>
+ <config_file>http://www.pfsense.com/packages/config/widget-antivirus/widget-antivirus.xml</config_file>
+ <version>0.1</version>
+ <status>BETA</status>
+ <required_version>1.2</required_version>
+ <configurationfile>widget-havp.xml</configurationfile>
+ </package>
+ <package>
+ <name>RRD Summary</name>
+ <descr>RRD Summary Page, which will give a total amount of traffic passed In/Out during this and the previous month.</descr>
+ <category>System</category>
+ <version>1.1</version>
+ <status>Beta</status>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <required_version>1.2.3</required_version>
+ <config_file>http://www.pfsense.org/packages/config/rrd-summary/rrd-summary.xml</config_file>
+ <configurationfile>rrd-summary.xml</configurationfile>
+ </package>
+ <package>
+ <name>ifBWStats</name>
+ <website/>
+ <descr>Interface Bandwidth Stats. Tracks data usage on each interface. Helpful if your isp caps your montly data usage. No dependancies (ie rrd).</descr>
+ <category>Diagnostics</category>
+ <config_file>http://www.pfsense.org/packages/config/ifbwstats/ifbwstats.xml</config_file>
+ <version>1.0</version>
+ <status>Beta</status>
+ <required_version>3.0</required_version>
+ <configurationfile>ifbwstats.xml</configurationfile>
+ </package>
+ <package>
+ <name>Unbound</name>
+ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr>
+ <website>http://www.unbound.net/</website>
+ <category>Services</category>
+ <version>1.4.14_01</version>
+ <status>Alpha</status>
+ <maintainer>warren@decoy.co.za</maintainer>
+ <required_version>2.0</required_version>
+ <maximum_version>2.1</maximum_version>
+ <pkginfolink>http://doc.pfsense.org/index.php/Unbound_package</pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/unbound/unbound.xml</config_file>
+ <configurationfile>unbound.xml</configurationfile>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>unbound-1.4.14.tbz</depends_on_package>
+ <depends_on_package>ldns-1.6.11.tbz</depends_on_package>
+ <depends_on_package>expat-2.0.1_2.tbz</depends_on_package>
+ <depends_on_package>libevent-1.4.14b_2.tbz</depends_on_package>
+ <build_port_path>/usr/ports/dns/unbound/</build_port_path>
+ <build_port_path>/usr/ports/dns/ldns</build_port_path>
+ <build_port_path>/usr/ports/textproc/expat2</build_port_path>
+ <build_port_path>/usr/ports/devel/libevent2</build_port_path>
+ <build_pbi>
+ <ports_before>dns/ldns textproc/expat2 devel/libevent2</ports_before>
+ <port>dns/unbound</port>
+ </build_pbi>
+ <build_options>WITH_LIBEVENT=true WITH_THREADS=true WITHOUT_GOST=true WITHOUT_MAN=true</build_options>
+ <logging>
+ <facilityname>unbound</facilityname>
+ <logfilename>unbound.log</logfilename>
+ <logtab>Unbound</logtab>
+ </logging>
+ <after_install_info>Please visit Services: Unbound DNS to configure the Unbound DNS service. Remember you will need to disable Services: DNS Forwarder before starting Unbound. Also note if your DHCP server makes use of pfSense as the DNS server, then you will now need to add the IP address of the respective interface to the DNS servers field, in the DHCP server configuration page.</after_install_info>
+ </package>
+ <package>
+ <name>Shellcmd</name>
+ <website/>
+ <descr>The shellcmd utility is used to manage commands on system startup.</descr>
+ <category>Services</category>
+ <pkginfolink></pkginfolink>
+ <config_file>http://www.pfsense.com/packages/config/shellcmd/shellcmd.xml</config_file>
+ <version>0.5</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>markjcrane@gmail.com</maintainer>
+ <configurationfile>shellcmd.xml</configurationfile>
+ </package>
+ <package>
+ <name>widescreen</name>
+ <descr>The package makes pfSense adapt to browser's current width. It is particularly convenient for Status->Dashboard page that allocates columns for widgets according to browser's current width. ATTENTION: the package heavily modifies pfsense_ng theme and affects other's themes appearance. Please REFRESH your browser's window after installing/uninstalling this package.</descr>
+ <website></website>
+ <pkginfolink></pkginfolink>
+ <category>Enhancements</category>
+ <version>0.2</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maintainer>ey@tm-k.com</maintainer>
+ <config_file>http://www.pfsense.org/packages/config/widescreen/widescreen.xml</config_file>
+ <configurationfile>widescreen.xml</configurationfile>
+ <!-- Disabling on 2.1 since it overwrites the menu -->
+ <maximum_version>2.1</maximum_version>
+ </package>
+ <package>
+ <name>NRPE v2</name>
+ <website>http://wiki.nagios.org/index.php/Howtos:nrpe_nsca</website>
+ <descr>NRPE is an addon for Nagios that allows you to execute plugins on remote Linux/Unix hosts. This is useful if you need to monitor local resources/attributes like disk usage, CPU load, memory usage, etc. on a remote host.</descr>
+ <category>Services</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>nrpe-2.12_3.tbz</depends_on_package>
+ <depends_on_package>nagios-plugins-1.4.15_1,1.tbz</depends_on_package>
+ <depends_on_package_pbi>nrpe-2.13-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/net-mgmt/nrpe2</build_port_path>
+ <build_port_path>/usr/ports/net-mgmt/nagios-plugins</build_port_path>
+ <build_pbi>
+ <ports_before>net-mgmt/nagios-plugins</ports_before>
+ <port>net-mgmt/nrpe2</port>
+ </build_pbi>
+ <build_options>WITH_SSL=true WITHOUT_ARGS=true</build_options>
+ <config_file>http://www.pfsense.com/packages/config/nrpe2/nrpe2.xml</config_file>
+ <version>2.12_3 v2.1</version>
+ <status>Beta</status>
+ <required_version>1.2</required_version>
+ <maintainer>erik@erikkristensen.com</maintainer>
+ <configurationfile>nrpe2.xml</configurationfile>
+ </package>
+ <package>
+ <name>SSHDCond</name>
+ <descr><![CDATA[Allows to define SSH overrides for users,groups,hosts and addresses using Match in a convenient way.<br>
+ This package acts as an access list frontend for ssh connections]]></descr>
+ <category>Enhancements</category>
+ <version>1.0</version>
+ <status>Beta</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/sshdcond/sshdcond.xml</config_file>
+ <maintainer>namezero@afim.info</maintainer>
+ <configurationfile>sshdcond.xml</configurationfile>
+ </package>
+ <package>
+ <name>mailreport</name>
+ <descr>Allows you to setup periodic e-mail reports containing RRD graphs.</descr>
+ <category>Network Management</category>
+ <version>1.2</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/mailreport/mailreport.xml</config_file>
+ <configurationfile>mailreport.xml</configurationfile>
+ </package>
+ <package>
+ <name>zebedee</name>
+ <descr><![CDATA[Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP data transfer between two systems.<br>
+ This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression.]]>
+ </descr>
+ <category>Services</category>
+ <version>1.0</version>
+ <status>BETA</status>
+ <website>www.winton.org.uk/zebedee/</website>
+ <maintainer>jorgelustosa@gmail.com marcellocoutinho@gmail.com</maintainer>
+ <required_version>2.0</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
+ <depends_on_package>zebedee-2.5.3.tbz</depends_on_package>
+ <depends_on_package_pbi>zebedee-2.5.3-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/zebedee/zebedee.xml</config_file>
+ <configurationfile>zebedee.xml</configurationfile>
+ <build_port_path>/usr/ports/security/zebedee</build_port_path>
+ </package>
+ <package>
+ <name>OpenVPN tap Bridging Fix</name>
+ <descr>Patch to fix OpenVPN tap bridging on 2.0.x. WARNING! Cannot be uninstalled.</descr>
+ <category>System</category>
+ <config_file>http://www.pfsense.com/packages/config/openvpn_tapfix_20x/openvpn_tapfix_20x.xml</config_file>
+ <version>0.3</version>
+ <status>BETA</status>
+ <required_version>2.0</required_version>
+ <maximum_version>2.1</maximum_version>
+ </package>
+ <package>
+ <name>Quagga OSPF</name>
+ <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD. Installing both will break things.</descr>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <version>0.99.20.1 v0.5</version>
+ <category>Routing</category>
+ <status>BETA</status>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package>quagga-0.99.20.1.tbz</depends_on_package>
+ <depends_on_package_pbi>quagga-0.99.21-amd64.pbi</depends_on_package_pbi>
+ <config_file>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd.xml</config_file>
+ <build_port_path>/usr/ports/net/quagga</build_port_path>
+ <pkginfolink></pkginfolink>
+ <required_version>2.0</required_version>
+ <configurationfile>quagga_ospfd.xml</configurationfile>
+ </package>
+ <package>
+ <name>System Patches</name>
+ <descr>A package to apply and maintain custom system patches.</descr>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <version>0.7.1</version>
+ <category>System</category>
+ <status>BETA</status>
+ <config_file>http://www.pfsense.com/packages/config/systempatches/systempatches.xml</config_file>
+ <pkginfolink></pkginfolink>
+ <required_version>2.0</required_version>
+ <configurationfile>systempatches.xml</configurationfile>
+ </package>
+ <package>
+ <name>bacula-client</name>
+ <pkginfolink>http://www.bacula.org/</pkginfolink>
+ <descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr>
+ <website>http://www.bacula.org/</website>
+ <category>Services</category>
+ <version>5.2.6 pkg v 1.0</version>
+ <status>Stable</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/bacula-client/bacula-client.xml</config_file>
+ <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/</depends_on_package_base_url>
+ <depends_on_package>bacula-client-5.2.6.tbz</depends_on_package>
+ <depends_on_package_pbi>bacula-5.2.6-amd64.pbi</depends_on_package_pbi>
+ <build_port_path>/usr/ports/sysutils/bacula-client</build_port_path>
+ <build_pbi>
+ <port>sysutils/bacula-client</port>
+ </build_pbi>
+ <maintainer>marcioc.antao@gmail.com</maintainer>
+ <configurationfile>bacula-client.xml</configurationfile>
+ <after_install_info>Please visit the bacula client tab on services menu.</after_install_info>
+ </package>
+ <package>
+ <!-- This does not exist yet, this is here to trigger a PBI build -->
+ <name>urlsnarf</name>
+ <pkginfolink>http://forum.pfsense.org/</pkginfolink>
+ <descr><![CDATA[HTTP URL Sniffer]]></descr>
+ <category>Services</category>
+ <version>0.1</version>
+ <status>Beta</status>
+ <required_version>2.2</required_version>
+ <config_file>http://www.pfsense.com/packages/config/urlsnarf/urlsnarf.xml</config_file>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <configurationfile>urlsnarf.xml</configurationfile>
+ <build_pbi>
+ <port>security/dsniff</port>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>dsniff-2.3_4-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <!-- This does not exist yet, this is here to trigger a PBI build -->
+ <name>iftop</name>
+ <pkginfolink>http://forum.pfsense.org/</pkginfolink>
+ <descr><![CDATA[Realtime interface monitor (console only)]]></descr>
+ <category>Services</category>
+ <version>0.1</version>
+ <status>Beta</status>
+ <required_version>2.2</required_version>
+ <config_file>http://www.pfsense.com/packages/config/iftop/iftop.xml</config_file>
+ <maintainer>jimp@pfsense.org</maintainer>
+ <configurationfile>iftop.xml</configurationfile>
+ <build_pbi>
+ <port>net-mgmt/iftop</port>
+ </build_pbi>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>iftop-0.17-amd64.pbi</depends_on_package_pbi>
+ </package>
+ <package>
+ <name>tinc</name>
+ <website>http://www.tinc-vpn.org/</website>
+ <descr>tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private mesh network between hosts on the Internet.</descr>
+ <category>Network Management</category>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>tinc-1.0.19-amd64.pbi</depends_on_package_pbi>
+ <build_pbi>
+ <port>security/tinc</port>
+ </build_pbi>
+ <build_options></build_options>
+ <version>1.0.19</version>
+ <status>ALPHA</status>
+ <pkginfolink>http://doc.pfsense.org/index.php/tinc_package</pkginfolink>
+ <required_version>2.1</required_version>
+ <config_file>http://www.pfsense.com/packages/config/tinc/tinc.xml</config_file>
+ <configurationfile>tinc.xml</configurationfile>
+ <logging>
+ <facilityname>tinc</facilityname>
+ <logfilename>tinc.log</logfilename>
+ <logtab>tinc</logtab>
+ </logging>
+ </package>
+ <package>
+ <name>syslog-ng</name>
+ <website>http://www.balabit.com/network-security/syslog-ng/</website>
+ <descr>Syslog-ng syslog server. This service is not intended to replace the default pfSense syslog server but rather acts as an independent syslog server.</descr>
+ <category>Services</category>
+ <version>3.3.6_2</version>
+ <status>ALPHA</status>
+ <required_version>2.1</required_version>
+ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>
+ <depends_on_package_pbi>syslog-ng-3.3.6_2-amd64.pbi</depends_on_package_pbi>
+ <build_pbi>
+ <ports_before>sysutils/logrotate</ports_before>
+ <port>sysutils/syslog-ng</port>
+ </build_pbi>
+ <build_options></build_options>
+ <maintainer>laleger@gmail.com</maintainer>
+ <config_file>http://www.pfsense.com/packages/config/syslog-ng/syslog-ng.xml</config_file>
+ <configurationfile>syslog-ng.xml</configurationfile>
+ </package>
+</packages>
+</pfsensepkgs>