View | Details | Raw Unified | Return to bug 149445 | Differences between
and this patch

Collapse All | Expand All

(-)assp.new/Makefile (-4 / +3 lines)
Lines 2-15 Link Here
2
# Date created:				16 May 2005
2
# Date created:				16 May 2005
3
# Whom:					J.R. Oldroyd <fbsd@opal.com>
3
# Whom:					J.R. Oldroyd <fbsd@opal.com>
4
#
4
#
5
# $FreeBSD: ports/mail/assp/Makefile,v 1.25 2010/08/09 08:54:34 nemoliu Exp $
5
# $FreeBSD: ports/mail/assp/Makefile,v 1.24 2010/03/27 06:13:59 dougb Exp $
6
#
6
#
7
7
8
PORTNAME=	assp
8
PORTNAME=	assp
9
PORTVERSION=	1.5.1.2
9
PORTVERSION=	1.7.5.7
10
PORTREVISION=	4
11
CATEGORIES=	mail
10
CATEGORIES=	mail
12
MASTER_SITES=	SF/${PORTNAME}/OldFiles
11
MASTER_SITES=	SF/${PORTNAME}/ASSP%20Installation/${PORTNAME:U}%20${PORTVERSION}/
13
DISTNAME=	${PORTNAME:U}_${PORTVERSION}-Install
12
DISTNAME=	${PORTNAME:U}_${PORTVERSION}-Install
14
13
15
MAINTAINER=	fbsd@opal.com
14
MAINTAINER=	fbsd@opal.com
(-)assp.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ASSP_1.5.1.2-Install.zip) = fce32ceb7d440316e12e8e75e8772fad
1
MD5 (ASSP_1.7.5.7-Install.zip) = f3d86de7679133c25dc702dd3a094201
2
SHA256 (ASSP_1.5.1.2-Install.zip) = a41eba9c503a1aabf67223937ef6806188be48f37cfb8db1c311ef608db75fbe
2
SHA256 (ASSP_1.7.5.7-Install.zip) = 26baf8a5b9b3b8f2187985858f44df9308a6b91e1bc604534160147f84346994
3
SIZE (ASSP_1.5.1.2-Install.zip) = 488512
3
SIZE (ASSP_1.7.5.7-Install.zip) = 634584
(-)assp.new/files/patch-assp.pl (-22 / +6 lines)
Lines 1-25 Link Here
1
--- assp.pl.orig	2009-05-22 03:05:20.000000000 -0400
1
--- assp.pl.orig	2010-08-08 14:29:19.000000000 -0500
2
+++ assp.pl	2009-08-06 11:44:01.000000000 -0400
2
+++ assp.pl	2010-08-08 14:30:13.000000000 -0500
3
@@ -1,4 +1,4 @@
3
@@ -2029,11 +2029,11 @@
4
-#!/usr/bin/perl --
4
  'Set the characterset/codepage for the maillog output to your local needs. Default (and best) on non Windows systems is "UTF-8" if available or "System Default" - no conversion. On Windows systems set it to your local codepage or UTF-8 (chcp 65001). To display nonASCII characters in the subject line and maillog files names setup decodeMIME2UTF8 . <span class=\'negative\'>Restart is required!</span>'],
5
+#!/usr/local/bin/perl --
5
 ['decodeMIME2UTF8','Decode MIME Words To UTF-8',1,\&checkbox,'1','(.*)',undef,'If selected, ASSP decodes MIME encoded words to UTF8. This enables support for national languages to be used in Bombs , Scripts , Spamdb , Logging. If not selected, only US-ASCII characters will be used for this functions. This requires an installed <a href="http://search.cpan.org/search?query=Email::MIME::Modifier" rel="external">Email::MIME::Modifier</a> module in PERL.'],
6
 #use lib 'path/to/my/perlmods';
6
 ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the <a href="http://apps.sourceforge.net/mediawiki/assp/index.php?title=Win32">Quick Start for Win32</a> doku page.<br /> Information about the Win32::Daemon module which which is necessary can be found here: <a href="http://www.roth.net/perl/Daemon/">The Official Win32::Daemon Home Page</a><br /><span class="negative"> requires ASSP restart</span>'],
7
 # anti spam smtp proxy
8
 # (c) John Hanna, John Calvi, Robert Orso, AJ 2004 under the terms of the GPL
9
@@ -1016,8 +1016,7 @@
10
 ['ScanNP','Scan NoProcessing Messages',0,\&checkbox,'','(.*)',undef,''],
11
 ['ScanLocal','Scan Local Senders',0,\&checkbox,'','(.*)',undef,''],
12
 ['ScanCC','Scan Copied Spam Mails',0,\&checkbox,'','(.*)',undef,''],
13
-['AvError','Reply Code to Refuse Infected Messages',80,\&textinput,'554
14
-5.7.1 Mail appears infected with INFECTION.','([25]\d\d .*)',undef,'Reply
15
+['AvError','Reply Code to Refuse Infected Messages',80,\&textinput,'554 5.7.1 Mail appears infected with INFECTION.','([25]\d\d .*)',undef,'Reply
16
 code to refuse infected messages. The string $infection is replaced with
17
 the name of the detected virus.<br />  For example: 554 5.7.1 Mail appears
18
 infected with INFECTION -- disinfect and resend.'],
19
@@ -1654,11 +1653,11 @@
20
 
21
 [0,0,0,'heading','Server Setup'],
22
 ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the <a href="http://apps.sourceforge.net/mediawiki/assp/index.php?title=Win32">Quick Start for Win32</a> doku page.<br /> <span class="negative"> requires ASSP restart</span>'],
23
-['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &amp;", but better.<br />
7
-['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &amp;", but better.<br />
24
+['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,1,'(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &amp;", but better.<br />
8
+['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,1,'(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &amp;", but better.<br />
25
   <span class="negative"> requires ASSP restart</span>'],
9
   <span class="negative"> requires ASSP restart</span>'],

Return to bug 149445