pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Milter Mail::Milter is a set of modules u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c86ed32aaf1a
branches:  trunk
changeset: 471633:c86ed32aaf1a
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 18:30:59 2004 +0000

description:
Mail::Milter is a set of modules useful to mail filter writers who are
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface
directly to the SMTP transaction.

diffstat:

 mail/p5-Mail-Milter/DESCR    |   3 +++
 mail/p5-Mail-Milter/Makefile |  21 +++++++++++++++++++++
 mail/p5-Mail-Milter/PLIST    |   1 +
 mail/p5-Mail-Milter/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 6db6e1698482 -r c86ed32aaf1a mail/p5-Mail-Milter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Milter/DESCR Mon Mar 29 18:30:59 2004 +0000
@@ -0,0 +1,3 @@
+Mail::Milter is a set of modules useful to mail filter writers who are
+using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface
+directly to the SMTP transaction.
diff -r 6db6e1698482 -r c86ed32aaf1a mail/p5-Mail-Milter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Milter/Makefile      Mon Mar 29 18:30:59 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:30:59 tv Exp $
+#
+
+DISTNAME=      Mail-Milter-0.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/} \
+               ${MASTER_SITE_SOURCEFORGE:=pmilter/}
+
+MAINTAINER=    tv%duh.org@localhost
+HOMEPAGE=      http://pmilter.sourceforge.net/
+COMMENT=       Sendmail::Milter enhancement API modules
+
+DEPENDS+=      p5-Sendmail-PMilter>=0.90:../../mail/p5-Sendmail-PMilter
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Mail/Milter/.packlist
+PERL5_REQD+=   5.6.0
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6db6e1698482 -r c86ed32aaf1a mail/p5-Mail-Milter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Milter/PLIST Mon Mar 29 18:30:59 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 18:30:59 tv Exp $
diff -r 6db6e1698482 -r c86ed32aaf1a mail/p5-Mail-Milter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Milter/distinfo      Mon Mar 29 18:30:59 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:30:59 tv Exp $
+
+SHA1 (Mail-Milter-0.03.tar.gz) = da52209d536915628aa9f2010a0bd5dee7c66207
+Size (Mail-Milter-0.03.tar.gz) = 16810 bytes



Home | Main Index | Thread Index | Old Index