pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Sendmail-PMilter Sendmail::PMilter is a mail f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98bc0da16943
branches:  trunk
changeset: 471630:98bc0da16943
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 18:14:02 2004 +0000

description:
Sendmail::PMilter is a mail filtering API implementing the Sendmail
milter protocol in pure Perl.  This allows Sendmail servers (and perhaps
other MTAs implementing milter) to filter and modify mail in transit
during the SMTP connection, all in Perl.

This also includes a drop-in replacement for the Sendmail::Milter API,
making it possible for legacy perl milters to function as-is with the
PMilter engine.

diffstat:

 mail/p5-Sendmail-PMilter/DESCR    |  16 ++++++++++++++++
 mail/p5-Sendmail-PMilter/Makefile |  21 +++++++++++++++++++++
 mail/p5-Sendmail-PMilter/PLIST    |   1 +
 mail/p5-Sendmail-PMilter/distinfo |   4 ++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 23cb27f59a94 -r 98bc0da16943 mail/p5-Sendmail-PMilter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Sendmail-PMilter/DESCR    Mon Mar 29 18:14:02 2004 +0000
@@ -0,0 +1,16 @@
+Sendmail::PMilter is a mail filtering API implementing the Sendmail
+milter protocol in pure Perl.  This allows Sendmail servers (and perhaps
+other MTAs implementing milter) to filter and modify mail in transit
+during the SMTP connection, all in Perl.
+
+It should be noted that PMilter 0.90 and later is NOT compatible with
+scripts written for PMilter 0.5 and earlier.  The API has been reworked
+significantly, and the enhanced APIs and rule logic provided by PMilter
+0.5 and earlier has been factored out for inclusion in a separate package
+to be called Mail::Milter.
+
+So, in short, this package should be regarded as a drop-in replacement
+for Sendmail::Milter, with only some very minor API extensions related
+to the milter protocol itself.  (Sendmail::PMilter includes a wrapper
+module named Sendmail::Milter to allow old milter scripts to continue
+working as-is with this package.)
diff -r 23cb27f59a94 -r 98bc0da16943 mail/p5-Sendmail-PMilter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Sendmail-PMilter/Makefile Mon Mar 29 18:14:02 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $
+#
+
+DISTNAME=      Sendmail-PMilter-0.93
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pmilter/}
+
+MAINTAINER=    tv%duh.org@localhost
+HOMEPAGE=      http://pmilter.sourceforge.net/
+COMMENT=       Pure-Perl Milter protocol API
+
+# Though it doesn't exist yet, just in case:
+CONFLICTS+=    p5-Sendmail-Milter-[0-9]*
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Sendmail/PMilter/.packlist
+PERL5_REQD+=   5.6.0
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 23cb27f59a94 -r 98bc0da16943 mail/p5-Sendmail-PMilter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Sendmail-PMilter/PLIST    Mon Mar 29 18:14:02 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $
diff -r 23cb27f59a94 -r 98bc0da16943 mail/p5-Sendmail-PMilter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Sendmail-PMilter/distinfo Mon Mar 29 18:14:02 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $
+
+SHA1 (Sendmail-PMilter-0.93.tar.gz) = 1150a604c0cc14095f0fd1b678b47c36d76bbc83
+Size (Sendmail-PMilter-0.93.tar.gz) = 25535 bytes



Home | Main Index | Thread Index | Old Index