Index: head/mail/Makefile =================================================================== --- head/mail/Makefile (revision 36368) +++ head/mail/Makefile (revision 36369) @@ -1,158 +1,159 @@ # $FreeBSD$ # SUBDIR += adcomplain SUBDIR += asmail SUBDIR += arrow SUBDIR += autorespond SUBDIR += balsa SUBDIR += bbmail SUBDIR += biffer SUBDIR += bsmtp SUBDIR += bulk_mailer SUBDIR += cclient SUBDIR += cmail SUBDIR += coolmail SUBDIR += courier-imap SUBDIR += cucipop SUBDIR += cvsmail SUBDIR += cyrus SUBDIR += distribute SUBDIR += elm SUBDIR += elm+ME SUBDIR += emil SUBDIR += evolution SUBDIR += exim SUBDIR += exmh2 SUBDIR += ezmlm SUBDIR += ezmlm-idx SUBDIR += ezmlm-web SUBDIR += faces SUBDIR += fetchmail SUBDIR += gbuffy SUBDIR += gensig SUBDIR += gkrellmmailwatch SUBDIR += glacier SUBDIR += glbiff SUBDIR += grepmail SUBDIR += hbiff SUBDIR += icqmail SUBDIR += im SUBDIR += imap-uw SUBDIR += junkfilter SUBDIR += kbiff SUBDIR += knewmail SUBDIR += lbdb SUBDIR += listar SUBDIR += listmanager SUBDIR += mahogany SUBDIR += mailagent SUBDIR += mailcrypt SUBDIR += maildrop SUBDIR += mailfilter SUBDIR += mailman SUBDIR += mailx SUBDIR += majorcool SUBDIR += majordomo SUBDIR += mbx2mbox SUBDIR += metamail SUBDIR += mew SUBDIR += mew-emacs20 SUBDIR += mew-mule SUBDIR += mew-xemacs SUBDIR += mew-xemacs20 SUBDIR += mew-xemacs21 SUBDIR += mew-xemacs21-mule SUBDIR += mh SUBDIR += minimalist SUBDIR += ml SUBDIR += mmc SUBDIR += mmr SUBDIR += movemail SUBDIR += mreport SUBDIR += mutt SUBDIR += muttzilla SUBDIR += nail SUBDIR += newmail SUBDIR += nmh SUBDIR += p5-IMAP-Admin SUBDIR += p5-MIME-Lite SUBDIR += p5-MIME-Tools SUBDIR += p5-Mail-CClient SUBDIR += p5-Mail-Ezmlm SUBDIR += p5-Mail-Folder SUBDIR += p5-Mail-IMAPClient SUBDIR += p5-Mail-POP3Client SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-Tools SUBDIR += pathalias SUBDIR += pgp4pine SUBDIR += pgpsendmail SUBDIR += pine4 SUBDIR += pine4-ssl SUBDIR += pmail SUBDIR += pop3gwd SUBDIR += popa3d SUBDIR += poppassd SUBDIR += popper SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postilion SUBDIR += premail SUBDIR += procmail SUBDIR += prom-mew SUBDIR += prom-wl SUBDIR += pygmy SUBDIR += qmail SUBDIR += qmail-contrib SUBDIR += qmail-ldap SUBDIR += qmailadmin SUBDIR += qmailanalog SUBDIR += qpopper SUBDIR += rblcheck SUBDIR += rblsmtpd SUBDIR += rftp SUBDIR += rlytest SUBDIR += ruby-tmail SUBDIR += sendmail SUBDIR += serialmail SUBDIR += sigrot SUBDIR += smail SUBDIR += smapi SUBDIR += smtpd SUBDIR += smtpfeed SUBDIR += smunge SUBDIR += solidpop3d SUBDIR += sonicmail + SUBDIR += spambnc SUBDIR += spruce SUBDIR += sqwebmail SUBDIR += stuphead SUBDIR += sylpheed SUBDIR += teapop SUBDIR += tkrat SUBDIR += tkrat2 SUBDIR += vpopmail SUBDIR += vrfy SUBDIR += wanderlust-emacs SUBDIR += wanderlust-emacs20 SUBDIR += wanderlust-mule SUBDIR += wanderlust-xemacs20 SUBDIR += wanderlust-xemacs21-mule SUBDIR += wmbiff SUBDIR += wmmail SUBDIR += wmpop3 SUBDIR += xbuffy SUBDIR += xc-mail SUBDIR += xfaces SUBDIR += xfmail SUBDIR += xlbiff SUBDIR += xmail SUBDIR += xmailbox SUBDIR += xpbiff SUBDIR += xpbiff-youbin SUBDIR += youbin SUBDIR += yuzu SUBDIR += zmailer .include Property changes on: head/mail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.178 \ No newline at end of property +1.179 \ No newline at end of property Index: head/mail/spambnc/Makefile =================================================================== --- head/mail/spambnc/Makefile (nonexistent) +++ head/mail/spambnc/Makefile (revision 36369) @@ -0,0 +1,37 @@ +# New ports collection makefile for: spambnc +# Date created: 25 December 2000 +# Whom: George Reid +# +# $FreeBSD$ +# + +PORTNAME= spambnc +PORTVERSION= 111500 +CATEGORIES= mail +MASTER_SITES= http://www.spambouncer.org/ +DISTFILES= spambnc.tar.Z index.shtml +EXTRACT_ONLY= spambnc.tar.Z + +MAINTAINER= greid@ukug.uk.freebsd.org + +IGNOREFILES= index.shtml +NO_WRKSUBDIR= yes +NO_BUILD= yes + +SBFILES= freemail legitlists notify procmail.rc sb-new.rc \ + sb-old.rc sb.rc spam + +do-install: + ${MKDIR} ${PREFIX}/share/spambnc/ +.for FILE in ${SBFILES} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/spambnc/ +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/spambnc/ + ${INSTALL_DATA} ${DISTDIR}/index.shtml ${PREFIX}/share/doc/spambnc/documentation.html +.endif + +post-install: + ${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE} + +.include Property changes on: head/mail/spambnc/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/mail/spambnc/distinfo =================================================================== --- head/mail/spambnc/distinfo (nonexistent) +++ head/mail/spambnc/distinfo (revision 36369) @@ -0,0 +1,2 @@ +MD5 (index.shtml) = IGNORE +MD5 (spambnc.tar.Z) = ed1cb1a24cadf02bebad19965165e751 Property changes on: head/mail/spambnc/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/spambnc/pkg-comment =================================================================== --- head/mail/spambnc/pkg-comment (nonexistent) +++ head/mail/spambnc/pkg-comment (revision 36369) @@ -0,0 +1 @@ +A set of procmail recipies which handle known/suspected spam Property changes on: head/mail/spambnc/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/spambnc/pkg-descr =================================================================== --- head/mail/spambnc/pkg-descr (nonexistent) +++ head/mail/spambnc/pkg-descr (revision 36369) @@ -0,0 +1,13 @@ +The Spam Bouncer is a set of procmail recipes, or instructions, which +search the headers and text of your incoming email to see if it meets +one or more of several categories (known addresses, rogue ISPs, bulk +mail software etc etc). + +The Spam Bouncer sorts suspected spam into two categories -- mail from +known spam sources which is definitely spam, and other mail which is +probably spam, but might also be legitimate. It then tags this email +with appropriate headers giving the spam classification, and responds +according to the parameters you have set. + +- George Reid +greid@ukug.uk.freebsd.org Property changes on: head/mail/spambnc/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/spambnc/pkg-message =================================================================== --- head/mail/spambnc/pkg-message (nonexistent) +++ head/mail/spambnc/pkg-message (revision 36369) @@ -0,0 +1,6 @@ + +The spambounce procmail rules have been installed in /usr/local/share/spambnc/. +Please read the section entitled "Configuring the Spam Bouncer" in the file +/usr/local/share/doc/spambnc/documentation.html for information on how to set +up your mailbox. + Property changes on: head/mail/spambnc/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/spambnc/pkg-plist =================================================================== --- head/mail/spambnc/pkg-plist (nonexistent) +++ head/mail/spambnc/pkg-plist (revision 36369) @@ -0,0 +1,11 @@ +share/spambnc/freemail +share/spambnc/legitlists +share/spambnc/notify +share/spambnc/procmail.rc +share/spambnc/sb-new.rc +share/spambnc/sb-old.rc +share/spambnc/sb.rc +share/spambnc/spam +share/doc/spambnc/documentation.html +@dirrm share/spambnc +@dirrm share/doc/spambnc Property changes on: head/mail/spambnc/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property