diff options
author | hubertf <hubertf> | 2002-08-25 22:44:19 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-08-25 22:44:19 +0000 |
commit | 1a367f054a1b05ec90eedf73130682229c7d751a (patch) | |
tree | c32f473d488af83d354808f08e65bb168be78496 /mail | |
parent | a76ce2af7e5c80b17e4e8f173f41f03b55b396da (diff) | |
download | pkgsrc-1a367f054a1b05ec90eedf73130682229c7d751a.tar.gz |
spamassassin is already present as p5-Mail-SpamAssassin
(how obvious... NOT!)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mail/spamassassin/DESCR | 13 | ||||
-rw-r--r-- | mail/spamassassin/Makefile | 21 | ||||
-rw-r--r-- | mail/spamassassin/PLIST | 28 | ||||
-rw-r--r-- | mail/spamassassin/distinfo | 4 |
5 files changed, 1 insertions, 68 deletions
diff --git a/mail/Makefile b/mail/Makefile index 89a2b90bf4b..8ed6a848306 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2002/08/24 19:47:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.141 2002/08/25 22:44:19 hubertf Exp $ # COMMENT= Electronic mail utilities @@ -100,7 +100,6 @@ SUBDIR+= sendmail SUBDIR+= sendmail88 SUBDIR+= smtpfeed SUBDIR+= solid-pop3d -SUBDIR+= spamassassin SUBDIR+= spruce SUBDIR+= squirrelmail SUBDIR+= sqwebmail diff --git a/mail/spamassassin/DESCR b/mail/spamassassin/DESCR deleted file mode 100644 index 6c4a6215c3e..00000000000 --- a/mail/spamassassin/DESCR +++ /dev/null @@ -1,13 +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. - -In its most recent test, SpamAssassin differentiated between spam and -non-spam mail correctly in 99.94% of cases. Since then, it's just been -getting better and better! diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile deleted file mode 100644 index 89344c896ca..00000000000 --- a/mail/spamassassin/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $ -# - -DISTNAME= Mail-SpamAssassin-2.31 -PKGNAME= spamassassin-2.31 -CATEGORIES= mail perl5 -MASTER_SITES= http://spamassassin.taint.org/released/ - -MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://spamassassin.taint.org/ -COMMENT= Spam identifier and blocker - -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes - -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/SpamAssassin/.packlist - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/mail/spamassassin/PLIST b/mail/spamassassin/PLIST deleted file mode 100644 index 1c4c3b85620..00000000000 --- a/mail/spamassassin/PLIST +++ /dev/null @@ -1,28 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $ -bin/spamassassin -bin/spamc -bin/spamd -bin/spamproxyd -man/man1/spamassassin.1 -man/man1/spamc.1 -man/man1/spamd.1 -man/man1/spamproxyd.1 -share/spamassassin/10_misc.cf -share/spamassassin/20_body_tests.cf -share/spamassassin/20_head_tests.cf -share/spamassassin/20_uri_tests.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_pl.cf -share/spamassassin/40_spam_phrases.cf -share/spamassassin/50_scores.cf -share/spamassassin/60_whitelist.cf -share/spamassassin/languages -share/spamassassin/triplets.txt -share/spamassassin/user_prefs.template -@dirrm share/spamassassin diff --git a/mail/spamassassin/distinfo b/mail/spamassassin/distinfo deleted file mode 100644 index 863032791d0..00000000000 --- a/mail/spamassassin/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $ - -SHA1 (Mail-SpamAssassin-2.31.tar.gz) = d43295b0e3e49c60e8f91f7f7645a40db04965f1 -Size (Mail-SpamAssassin-2.31.tar.gz) = 370237 bytes |