pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-SPF-Query Initial import of Perl module M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edaf015c6788
branches:  trunk
changeset: 468925:edaf015c6788
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Feb 17 22:48:18 2004 +0000

description:
Initial import of Perl module Mail::SPF::Query.

The SPF (Sender Permitted From) protocol relies on sender domains to publish
a DNS whitelist of their designated outbound mailers. Given an envelope
sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.

diffstat:

 mail/p5-Mail-SPF-Query/DESCR    |   3 +++
 mail/p5-Mail-SPF-Query/Makefile |  23 +++++++++++++++++++++++
 mail/p5-Mail-SPF-Query/PLIST    |   1 +
 mail/p5-Mail-SPF-Query/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r db57a4a17d6b -r edaf015c6788 mail/p5-Mail-SPF-Query/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF-Query/DESCR      Tue Feb 17 22:48:18 2004 +0000
@@ -0,0 +1,3 @@
+The SPF (Sender Permitted From) protocol relies on sender domains to publish
+a DNS whitelist of their designated outbound mailers. Given an envelope
+sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
diff -r db57a4a17d6b -r edaf015c6788 mail/p5-Mail-SPF-Query/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF-Query/Makefile   Tue Feb 17 22:48:18 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $
+
+DISTNAME=              Mail-SPF-Query-1.991
+PKGNAME=                p5-${DISTNAME}
+SVR4_PKGNAME=          p5msq
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=            heinz%NetBSD.org@localhost
+HOMEPAGE=              http://spf.pobox.com/
+COMMENT=               Perl module for Sender-Permitted-From queries
+
+DEPENDS+=              p5-Net-DNS>=0.33:../../net/p5-Net-DNS
+DEPENDS+=              p5-Net-CIDR-Lite>=0.15:../../net/p5-Net-CIDR-Lite
+# needs URI::Escape >= 3.20
+DEPENDS+=              p5-URI>=1.18:../../www/p5-URI
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Mail/SPF/Query/.packlist
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r db57a4a17d6b -r edaf015c6788 mail/p5-Mail-SPF-Query/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF-Query/PLIST      Tue Feb 17 22:48:18 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $
diff -r db57a4a17d6b -r edaf015c6788 mail/p5-Mail-SPF-Query/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF-Query/distinfo   Tue Feb 17 22:48:18 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $
+
+SHA1 (Mail-SPF-Query-1.991.tar.gz) = 71a49ffbe2638bb613595c978a632318430b2a07
+Size (Mail-SPF-Query-1.991.tar.gz) = 37849 bytes



Home | Main Index | Thread Index | Old Index