From c1e0d55d72edec404821ce7b1abe837d8a1e1c44 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 Feb 2005 20:14:17 +0000 Subject: Say hello to the ASSP anti spam pacakge. --- packages/assp.xml | 25 +++++++++++++++++++++++++ pkg_config.xml | 12 ++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 packages/assp.xml 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 @@ + + + Services: ASSP + assp + 0.1.0 + + + ASSP + Access ASSP + http://$myurl:55555 +
Services
+
+ + http://www.pfsense.com/packages/All/assp-1.0.tgz + + + $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 &\n\n"); + fclose($fout); + system("chmod 555 /usr/local/etc/rc.d/assp.sh"); + +
\ 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 @@ -176,6 +176,18 @@ BETA pfflowd.xml + + assp + http://assp.sourceforge.net + + Network Management + http://www.pfsense.com/packages/config/assp.xml + http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/ + http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/perl-5.8.6_2.tbz + 0.1 + ALPHA + assp.xml + siproxd http://siproxd.sourceforge.net/ -- cgit v1.2.3