diff options
author | jlam <jlam> | 2001-09-27 05:08:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-27 05:08:37 +0000 |
commit | 5a56c0325217a7cff5013d1f0563c4d5a0b59166 (patch) | |
tree | b15afc6d79e1dc748d35df8af4044cc202079f4d | |
parent | b78da5b40c1a0b924ad9011fa131c828682b0f10 (diff) | |
download | pkgsrc-5a56c0325217a7cff5013d1f0563c4d5a0b59166.tar.gz |
p5-Mail-Audit - perl5 module for filtering mail
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and
deliverlib programs. It allows a piece of email to be logged, examined,
accepted into a mailbox, filtered, resent elsewhere, rejected, and so
on. It's designed to allow you to easily create filter programs to stick
in a .forward file or similar.
Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
-rw-r--r-- | mail/p5-Mail-Audit/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-Mail-Audit/distinfo | 4 | ||||
-rw-r--r-- | mail/p5-Mail-Audit/pkg/DESCR | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Audit/pkg/PLIST | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile new file mode 100644 index 00000000000..6212dd924a5 --- /dev/null +++ b/mail/p5-Mail-Audit/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 05:08:37 jlam Exp $ + +DISTNAME= Mail-Audit-1.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module for filtering mail + +DEPENDS+= p5-MailTools-*:../../mail/p5-MailTools +DEPENDS+= p5-Mail-ListDetector-*:../../mail/p5-Mail-ListDetector +# We need Net::SMTP from p5-Net. +DEPENDS+= p5-Net>=1.0:../../net/p5-Net + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/Audit/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-Audit/distinfo b/mail/p5-Mail-Audit/distinfo new file mode 100644 index 00000000000..af8380dfe35 --- /dev/null +++ b/mail/p5-Mail-Audit/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/27 05:08:37 jlam Exp $ + +SHA1 (Mail-Audit-1.11.tar.gz) = 91a9a6ba2cad0905b5ff27d50932638d0d830ca8 +Size (Mail-Audit-1.11.tar.gz) = 11545 bytes diff --git a/mail/p5-Mail-Audit/pkg/DESCR b/mail/p5-Mail-Audit/pkg/DESCR new file mode 100644 index 00000000000..12457b000b2 --- /dev/null +++ b/mail/p5-Mail-Audit/pkg/DESCR @@ -0,0 +1,5 @@ +`Mail::Audit' was inspired by Tom Christiansen's audit_mail and +deliverlib programs. It allows a piece of email to be logged, examined, +accepted into a mailbox, filtered, resent elsewhere, rejected, and so +on. It's designed to allow you to easily create filter programs to stick +in a .forward file or similar. diff --git a/mail/p5-Mail-Audit/pkg/PLIST b/mail/p5-Mail-Audit/pkg/PLIST new file mode 100644 index 00000000000..f314cbca05e --- /dev/null +++ b/mail/p5-Mail-Audit/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/27 05:08:37 jlam Exp $ |