aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-27 20:14:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-27 20:14:17 +0000
commitc1e0d55d72edec404821ce7b1abe837d8a1e1c44 (patch)
treecc2e0732466ebefbc51390e2bdef7625c3c73e2f
parentdc8eb6f6c53e1a1f6ecfea524b9c7e5d9b21333a (diff)
downloadpfsense-packages-c1e0d55d72edec404821ce7b1abe837d8a1e1c44.tar.gz
pfsense-packages-c1e0d55d72edec404821ce7b1abe837d8a1e1c44.tar.bz2
pfsense-packages-c1e0d55d72edec404821ce7b1abe837d8a1e1c44.zip
Say hello to the ASSP anti spam pacakge.
-rw-r--r--packages/assp.xml25
-rw-r--r--pkg_config.xml12
2 files changed, 37 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml
new file mode 100644
index 00000000..37de3548
--- /dev/null
+++ b/packages/assp.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<packagegui>
+ <title>Services: ASSP</title>
+ <name>assp</name>
+ <version>0.1.0</version>
+ <!-- Menu is where this packages menu will appear -->
+ <menu>
+ <name>ASSP</name>
+ <tooltiptext>Access ASSP</tooltiptext>
+ <url>http://$myurl:55555</url>
+ <section>Services</section>
+ </menu>
+ <additional_files_needed>
+ <item>http://www.pfsense.com/packages/All/assp-1.0.tgz</item>
+ </additional_files_needed>
+ <custom_php_install_command>
+ $fout = fopen("/usr/local/etc/rc.d/assp.sh","w");
+ fwrite($fout, "#!/bin/sh\n\n");
+ fwrite($fout, "\n# This file was automatically generated by the pfSense");
+ fwrite($fout, "\n# package management system");
+ fwrite($fout, "/usr/bin/perl /usr/local/assp/assp.pl &amp;\n\n");
+ fclose($fout);
+ system("chmod 555 /usr/local/etc/rc.d/assp.sh");
+ </custom_php_install_command>
+</packagegui> \ No newline at end of file
diff --git a/pkg_config.xml b/pkg_config.xml
index 56732c90..5de0d959 100644
--- a/pkg_config.xml
+++ b/pkg_config.xml
@@ -177,6 +177,18 @@
<configurationfile>pfflowd.xml</configurationfile>
</package>
<package>
+ <name>assp</name>
+ <website>http://assp.sourceforge.net</website>
+ <descr></descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/assp.xml</config_file>
+ <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/</depends_on_package_base_url>
+ <depends_on_package>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/perl-5.8.6_2.tbz</depends_on_package>
+ <version>0.1</version>
+ <status>ALPHA</status>
+ <configurationfile>assp.xml</configurationfile>
+ </package>
+ <package>
<name>siproxd</name>
<website>http://siproxd.sourceforge.net/</website>
<descr>Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections possible via a masquerading firewall. It allows SIP clients (like kphone, linphone) to work behind an IP masquerading firewall or router.</descr>