From ef53140e2c6aba441067f41e31591015d22020d5 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 27 Sep 2001 05:08:37 +0000 Subject: 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 . --- mail/p5-Mail-Audit/Makefile | 22 ++++++++++++++++++++++ mail/p5-Mail-Audit/distinfo | 4 ++++ mail/p5-Mail-Audit/pkg/DESCR | 5 +++++ mail/p5-Mail-Audit/pkg/PLIST | 1 + 4 files changed, 32 insertions(+) create mode 100644 mail/p5-Mail-Audit/Makefile create mode 100644 mail/p5-Mail-Audit/distinfo create mode 100644 mail/p5-Mail-Audit/pkg/DESCR create mode 100644 mail/p5-Mail-Audit/pkg/PLIST 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 $ -- cgit v1.2.3