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 Import p5-Mail-SPF-2.007 as mail/p5-M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2734f827cc1e
branches:  trunk
changeset: 585835:2734f827cc1e
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Feb 27 12:56:11 2011 +0000

description:
Import p5-Mail-SPF-2.007 as mail/p5-Mail-SPF from pkgsrc-wip.

Mail::SPF is an object-oriented Perl implementation of the Sender Policy
Framework (SPF) e-mail sender authentication system.

See <http://www.openspf.org> for more information about SPF.

diffstat:

 mail/p5-Mail-SPF/DESCR    |   4 ++++
 mail/p5-Mail-SPF/Makefile |  42 ++++++++++++++++++++++++++++++++++++++++++
 mail/p5-Mail-SPF/distinfo |   5 +++++
 3 files changed, 51 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 1d210869b063 -r 2734f827cc1e mail/p5-Mail-SPF/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF/DESCR    Sun Feb 27 12:56:11 2011 +0000
@@ -0,0 +1,4 @@
+Mail::SPF is an object-oriented Perl implementation of the Sender Policy
+Framework (SPF) e-mail sender authentication system.
+
+See <http://www.openspf.org> for more information about SPF.
diff -r 1d210869b063 -r 2734f827cc1e mail/p5-Mail-SPF/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF/Makefile Sun Feb 27 12:56:11 2011 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 12:56:11 obache Exp $
+#
+
+DISTNAME=      Mail-SPF-v2.007
+PKGNAME=       p5-${DISTNAME:S/-v/-/}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=    aniou%smutek.pl@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Mail-SPF/
+COMMENT=       Perl implementation of the Sender Policy Framework
+LICENSE=       modified-bsd
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+# sbin/spfd
+CONFLICTS+=    libspf2-[0-9]*
+CONFLICTS+=    libspf-alt-[0-9]*
+
+BUILD_DEPENDS+=                p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable
+BUILD_DEPENDS+=                {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple
+
+DEPENDS+=      {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version
+DEPENDS+=      p5-Error-[0-9]*:../../devel/p5-Error
+DEPENDS+=      p5-NetAddr-IP>=4.000:../../net/p5-NetAddr-IP
+DEPENDS+=      p5-Net-DNS>=0.58:../../net/p5-Net-DNS
+DEPENDS+=      p5-URI>=1.13:../../www/p5-URI
+
+SUBST_CLASSES+=                fix
+SUBST_STAGE.fix=       pre-configure
+SUBST_FILES.fix=       Build.PL
+SUBST_SED.fix=         -e "s,'/usr/sbin','${PREFIX}/sbin',"
+SUBST_MESSAGE.fix=     Fixing hardcoded spfd pathes
+
+REPLACE_PERL=  sbin/spfd bin/spfquery
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/Mail/SPF/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1d210869b063 -r 2734f827cc1e mail/p5-Mail-SPF/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-SPF/distinfo Sun Feb 27 12:56:11 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/02/27 12:56:11 obache Exp $
+
+SHA1 (Mail-SPF-v2.007.tar.gz) = df53baf018134481591317baf1b5d3a10702d4e7
+RMD160 (Mail-SPF-v2.007.tar.gz) = 343c57f2bb8202838d22bac8162793695ca57f55
+Size (Mail-SPF-v2.007.tar.gz) = 101722 bytes



Home | Main Index | Thread Index | Old Index