ports/58499: New Port: mail/spamguard

Omer Faruk Sen ofsen at enderunix.org
Fri Oct 24 21:20:21 UTC 2003


>Number:         58499
>Category:       ports
>Synopsis:       New Port: mail/spamguard
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 24 14:20:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Omer Faruk Sen
>Release:        FreeBSD 4.9-RC i386
>Organization:
EnderUNIX SDT @ Turkey
>Environment:
System: FreeBSD istanbul.enderunix.org 4.9-RC FreeBSD 4.9-RC #0: Mon Oct 6 12:14:06 EEST 2003 root at istanbul.enderunix.org:/usr/src/sys/compile/EnderUNIX i386


	
>Description:
	New port mail/spamguard
>How-To-Repeat:
	
>Fix:

	

--- spamguard_diff begins here ---
diff -ruN mail.org/spamguard/Makefile mail/spamguard/Makefile
--- mail.org/spamguard/Makefile	Thu Jan  1 02:00:00 1970
+++ mail/spamguard/Makefile	Tue Oct 21 21:46:34 2003
@@ -0,0 +1,23 @@
+# New ports collection makefile for:  spamguard
+# Date created:                 21 Oct 2003
+# Whom:                         Omer Faruk Sen <ofsen at enderunix.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	spamguard
+PORTVERSION=	1.6
+CATEGORIES=	mail
+MASTER_SITES=	http://www.enderunix.org/spamguard/
+
+MAINTAINER=	ofsen at enderunix.org
+COMMENT=	MTA spam prevention program supporting qmail, postfix, sendmail
+
+GNU_CONFIGURE=	YES
+CONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GMAKE=	YES
+
+post-install:
+	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'
+
+.include <bsd.port.mk>
diff -ruN mail.org/spamguard/distinfo mail/spamguard/distinfo
--- mail.org/spamguard/distinfo	Thu Jan  1 02:00:00 1970
+++ mail/spamguard/distinfo	Tue Oct 21 21:44:45 2003
@@ -0,0 +1 @@
+MD5 (spamguard-1.6.tar.gz) = 9da4c2dec6fe9938a257bad0a7c0e801
diff -ruN mail.org/spamguard/pkg-descr mail/spamguard/pkg-descr
--- mail.org/spamguard/pkg-descr	Thu Jan  1 02:00:00 1970
+++ mail/spamguard/pkg-descr	Thu Sep 18 12:47:54 2003
@@ -0,0 +1,13 @@
+Nearly all of today's mail system administrators face spam as their
+first threat. Because of this, EnderUNIX team has written this small
+application to automagically monitor malicious spammer activity in
+your mail server logs.
+
+spamGuard is written purely in C, to stop spammers hanging around.
+The program supports nearly all mostly used MTAs; qmail (both
+multilog and splogger), sendmail and Postfix.
+
+
+WWW: http://www.enderunix.org/spamguard
+- EnderUNIX SDT @ Turkey
+core at enderunix.org
diff -ruN mail.org/spamguard/pkg-message mail/spamguard/pkg-message
--- mail.org/spamguard/pkg-message	Thu Jan  1 02:00:00 1970
+++ mail/spamguard/pkg-message	Tue Oct 21 21:25:36 2003
@@ -0,0 +1,9 @@
+
+Edit %%PREFIX%%/etc/spamguard.conf
+After that edit %%PREFIX%%/etc/spam-ignore.txt
+
+Finally you have to add a crontab entry in order to get spamguard work like:
+
+0/5 * * * * %%PREFIX%%/bin/spamguard 1>/dev/null 2>/dev/null
+
+
diff -ruN mail.org/spamguard/pkg-plist mail/spamguard/pkg-plist
--- mail.org/spamguard/pkg-plist	Thu Jan  1 02:00:00 1970
+++ mail/spamguard/pkg-plist	Thu Sep 18 13:08:37 2003
@@ -0,0 +1,26 @@
+bin/spamguard
+ at unexec if cmp -s %D/etc/spamguard.conf %D/etc/spamguard.conf.sample; then rm -f %D/etc/spamguard.conf; fi
+etc/spamguard.conf.sample
+ at exec [ -f %B/spamguard.conf ] || cp %B/%f %B/spamguard.conf
+ at unexec if cmp -s %D/etc/spam-ignore.txt %D/etc/spam-ignore.txt.sample; then rm -f %D/etc/spam-ignore.txt; fi
+etc/spam-ignore.txt.sample
+ at exec [ -f %B/spam-ignore.txt ] || cp %B/%f %B/spam-ignore.txt
+share/doc/spamguard/AUTHORS
+share/doc/spamguard/CHANGELOG
+share/doc/spamguard/COPYING
+share/doc/spamguard/INSTALL
+share/doc/spamguard/POST-INSTALL
+share/doc/spamguard/README
+share/doc/spamguard/README.DigitalUnix
+share/doc/spamguard/THANKS
+share/doc/spamguard/TODO
+share/doc/spamguard/tr/BENIOKU
+share/doc/spamguard/tr/BENIOKU.DigitalUnix
+share/doc/spamguard/tr/COPYING
+share/doc/spamguard/tr/DEGISIKLIKLER
+share/doc/spamguard/tr/KURULUM
+share/doc/spamguard/tr/KURULUM-SONRASI
+share/doc/spamguard/tr/YAPILACAKLAR
+share/doc/spamguard/tr/YAZARLAR
+ at dirrm share/doc/spamguard/tr
+ at dirrm share/doc/spamguard
--- spamguard_diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list