mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Remove the p5-Mail-SpamAssassin-snapshot port. At the time it was created
it served a useful purpose, but this is no longer the case, and it's still a cause of needless confusion.
This commit is contained in:
parent
a7ab11601b
commit
aa89e0730e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100959
1
MOVED
1
MOVED
@ -812,3 +812,4 @@ www/mozilla-firebird|www/firefox|2004-02-11|Project changed names
|
||||
x11-wm/mosfet-liquid||2004-02-13|obsolete
|
||||
mail/mozilla-thunderbird|mail/thunderbird|2004-02-14|Name change to fit the project
|
||||
devel/linux-p4v|devel/p4v|2004-02-14|FreeBSD native version of port now available
|
||||
mail/p5-Mail-SpamAssassin-snapshot||2004-02-14|No longer needed
|
||||
|
@ -243,7 +243,6 @@
|
||||
SUBDIR += p5-Mail-Sender
|
||||
SUBDIR += p5-Mail-Sendmail
|
||||
SUBDIR += p5-Mail-SpamAssassin
|
||||
SUBDIR += p5-Mail-SpamAssassin-snapshot
|
||||
SUBDIR += p5-Mail-Spool
|
||||
SUBDIR += p5-Mail-Tools
|
||||
SUBDIR += p5-Mail-Verify
|
||||
|
@ -1,80 +0,0 @@
|
||||
# New ports collection makefile for: p5-Mail-SpamAssassin-devel
|
||||
# Date created: Dec 5 2002
|
||||
# Whom: Brian Fundakowski Feldman
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# This port will eventually be converted to a cvs snapshot port
|
||||
|
||||
PORTNAME= Mail-SpamAssassin
|
||||
PORTVERSION= 2.60-rc3
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= http://spamassassin.org/released/ \
|
||||
${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= DougB@FreeBSD.org
|
||||
COMMENT= A highly efficient mail filter for identifying spam
|
||||
|
||||
IGNORE= Please use the 2.60 release version instead
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
razor-client:${PORTSDIR}/mail/razor-agents
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" \
|
||||
RUN_RAZOR1_TESTS="no" RUN_RAZOR2_TESTS="no"
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Mail::SpamAssassin.3 Mail::SpamAssassin::PerMsgStatus.3 \
|
||||
Mail::SpamAssassin::Conf.3 \
|
||||
Mail::SpamAssassin::PersistentAddrList.3 \
|
||||
Mail::SpamAssassin::PerMsgLearner.3 \
|
||||
Mail::SpamAssassin::Bayes.3 \
|
||||
Mail::SpamAssassin::AutoWhitelist.3 \
|
||||
Mail::SpamAssassin::ConfSourceSQL.3
|
||||
|
||||
MAN1PREFIX= ${PREFIX}
|
||||
MAN1= spamd.1 spamassassin.1 spamc.1 sa-learn.1
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name \*.orig -delete
|
||||
|
||||
@${MV} ${WRKSRC}/rules/local.cf ${WRKSRC}/rules/local.cf.sample
|
||||
@${SED} -e 's#local.cf#local.cf.sample#g' \
|
||||
${WRKSRC}/Makefile.PL > ${WRKSRC}/Makefile.PL.sed
|
||||
@${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/spamc
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/spamd.sh ${PREFIX}/etc/rc.d/spamd.sh-dist
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sql/README ${DOCSDIR}/README.sql
|
||||
cd ${WRKSRC} ; ${INSTALL_DATA} INSTALL USAGE \
|
||||
BUGS COPYRIGHT Changes README TRADEMARK procmailrc.example sample* \
|
||||
spamd/README* sql/spamassassin.sql ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
@${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (Mail-SpamAssassin-2.60-rc3.tar.gz) = 141a73b07d46324865ea7ead49375043
|
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
|
||||
echo "$0: Cannot determine the PREFIX" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
[ -x ${PREFIX}/bin/spamd ] && ${PREFIX}/bin/spamd -a -c -d && echo -n ' spamd'
|
||||
;;
|
||||
stop)
|
||||
;;
|
||||
*)
|
||||
echo "Usage: `basename $0` {start|stop}" >&2
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
@ -1,11 +0,0 @@
|
||||
SpamAssassin is a mail filter which attempts to identify spam using text
|
||||
analysis and several internet-based realtime blacklists.
|
||||
|
||||
Using its rule base, it uses a wide range of heuristic tests on mail
|
||||
headers and body text to identify "spam", also known as unsolicited
|
||||
commercial email.
|
||||
|
||||
Once identified, the mail can then be optionally tagged as spam for later
|
||||
filtering using the user's own mail user-agent application.
|
||||
|
||||
WWW: http://spamassassin.org/
|
@ -1,13 +0,0 @@
|
||||
*************************************************************************
|
||||
* _ _____ _____ _____ _ _ _____ ___ ___ _ _ *
|
||||
* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | *
|
||||
* / _ \ | | | | | _| | \| | | | | | | | | \| | *
|
||||
* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | *
|
||||
* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| *
|
||||
* *
|
||||
* See PREFIX/share/doc/p5-Mail-SpamAssassin/INSTALL, *
|
||||
* or http://spamassassin.org/dist/INSTALL BEFORE enabling *
|
||||
* this version of SpamAssassin for important information *
|
||||
* regarding changes in this version. *
|
||||
* *
|
||||
*************************************************************************
|
@ -1,91 +0,0 @@
|
||||
bin/sa-learn
|
||||
bin/spamassassin
|
||||
bin/spamc
|
||||
bin/spamd
|
||||
etc/mail/spamassassin/local.cf.sample
|
||||
etc/rc.d/spamd.sh-dist
|
||||
%%SITE_PERL%%/Mail/SpamAssassin.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/ArchiveIterator.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/AuditMessage.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/AutoWhitelist.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Bayes.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/BayesStore.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/CmdLearn.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Conf.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/ConfSourceSQL.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/DBBasedAddrList.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Dns.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/EncappedMIME.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/EncappedMessage.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/EvalTests.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/HTML.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Locales.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Locker.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/MailingList.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Message.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/NetSet.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/NoMailAudit.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/PerMsgLearner.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/PerMsgStatus.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/PersistentAddrList.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/PhraseFreqs.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Received.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Replier.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Reporter.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/SHA1.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/TextCat.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/UnixLocker.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Util.pm
|
||||
%%SITE_PERL%%/Mail/SpamAssassin/Win32Locker.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SpamAssassin/.packlist
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changes
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.spamd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.spamd-vpopmail
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.sql
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TRADEMARK
|
||||
%%PORTDOCS%%%%DOCSDIR%%/USAGE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/procmailrc.example
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sample-nonspam.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sample-spam.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/spamassassin.sql
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
share/spamassassin/10_misc.cf
|
||||
share/spamassassin/20_anti_ratware.cf
|
||||
share/spamassassin/20_body_tests.cf
|
||||
share/spamassassin/20_compensate.cf
|
||||
share/spamassassin/20_dnsbl_tests.cf
|
||||
share/spamassassin/20_fake_helo_tests.cf
|
||||
share/spamassassin/20_head_tests.cf
|
||||
share/spamassassin/20_html_tests.cf
|
||||
share/spamassassin/20_meta_tests.cf
|
||||
share/spamassassin/20_phrases.cf
|
||||
share/spamassassin/20_porn.cf
|
||||
share/spamassassin/20_ratware.cf
|
||||
share/spamassassin/20_uri_tests.cf
|
||||
share/spamassassin/23_bayes.cf
|
||||
share/spamassassin/25_body_tests_es.cf
|
||||
share/spamassassin/25_body_tests_pl.cf
|
||||
share/spamassassin/25_head_tests_es.cf
|
||||
share/spamassassin/25_head_tests_pl.cf
|
||||
share/spamassassin/30_text_de.cf
|
||||
share/spamassassin/30_text_es.cf
|
||||
share/spamassassin/30_text_fr.cf
|
||||
share/spamassassin/30_text_it.cf
|
||||
share/spamassassin/30_text_pl.cf
|
||||
share/spamassassin/30_text_sk.cf
|
||||
share/spamassassin/50_scores.cf
|
||||
share/spamassassin/60_whitelist.cf
|
||||
share/spamassassin/languages
|
||||
share/spamassassin/triplets.txt
|
||||
share/spamassassin/user_prefs.template
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SpamAssassin
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Mail/SpamAssassin
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/mail/spamassassin 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/mail 2>/dev/null || true
|
||||
@dirrm share/spamassassin
|
Loading…
Reference in New Issue
Block a user