pkgsrc-WIP-changes archive

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

p5-Mail-DMARC-PurePerl: Add version 1.20211209



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Dec 14 12:56:38 2022 -0500
Changeset:	ba53f2620b204961d71fab4a450fde092c922a1e

Modified Files:
	Makefile
Added Files:
	p5-Mail-DMARC-PurePerl/DESCR
	p5-Mail-DMARC-PurePerl/Makefile
	p5-Mail-DMARC-PurePerl/distinfo

Log Message:
p5-Mail-DMARC-PurePerl: Add version 1.20211209

This is an implementation of DMARC in perl.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba53f2620b204961d71fab4a450fde092c922a1e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                        |  1 +
 p5-Mail-DMARC-PurePerl/DESCR    |  1 +
 p5-Mail-DMARC-PurePerl/Makefile | 63 +++++++++++++++++++++++++++++++++++++++++
 p5-Mail-DMARC-PurePerl/distinfo |  5 ++++
 4 files changed, 70 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index bc97b65894..e6c4bbb4df 100644
--- a/Makefile
+++ b/Makefile
@@ -2954,6 +2954,7 @@ SUBDIR+=	p5-Lingua-StopWords
 SUBDIR+=	p5-Lingua-Translate
 SUBDIR+=	p5-MKDoc-XML
 SUBDIR+=	p5-MMapDB
+SUBDIR+=	p5-Mail-DMARC-PurePerl
 SUBDIR+=	p5-MasonX-Apache2Handler
 SUBDIR+=	p5-Math-FixedPrecision
 SUBDIR+=	p5-Math-Gauss
diff --git a/p5-Mail-DMARC-PurePerl/DESCR b/p5-Mail-DMARC-PurePerl/DESCR
new file mode 100644
index 0000000000..8c1eb4ba3c
--- /dev/null
+++ b/p5-Mail-DMARC-PurePerl/DESCR
@@ -0,0 +1 @@
+DMARC::Mail::PurePerl is an implementation of the DMARC protocol in Perl.
diff --git a/p5-Mail-DMARC-PurePerl/Makefile b/p5-Mail-DMARC-PurePerl/Makefile
new file mode 100644
index 0000000000..3c64613de4
--- /dev/null
+++ b/p5-Mail-DMARC-PurePerl/Makefile
@@ -0,0 +1,63 @@
+# $NetBSD$
+
+DISTNAME=	Mail-DMARC-1.20211209
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	mail perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://metacpan.org/pod/Mail::DMARC
+COMMENT=	Perl implementation of DMARC
+LICENSE=	${PERL5_LICENSE}
+
+BUILD_DEPENDS+=	p5-Module-Build>=0.3601:../../devel/p5-Module-Build
+BUILD_DEPENDS+=	p5-File-ShareDir-Install>=0.06:../../devel/p5-File-ShareDir-Install
+BUILD_DEPENDS+=	p5-Module-Build>=0.3601:../../devel/p5-Module-Build
+DEPENDS+=	p5-Config-Tiny>=0:../../devel/p5-Config-Tiny
+DEPENDS+=	# TODO: p5-POSIX>=0
+DEPENDS+=	# TODO: p5-perl>=5.10.0
+DEPENDS+=	# TODO: p5-IO-Uncompress-Unzip>=0
+DEPENDS+=	p5-Net-IP>=0:../../net/p5-Net-IP
+DEPENDS+=	p5-Net-IDN-Encode>=0:../../textproc/p5-Net-IDN-Encode
+DEPENDS+=	# TODO: p5-Sys-Syslog>=0
+DEPENDS+=	# TODO: p5-IO-Compress-Zip>=0
+DEPENDS+=	# TODO: p5-IO-File>=0
+DEPENDS+=	# TODO: p5-Net-DNS-Resolver>=0
+DEPENDS+=	p5-Socket6>=0.23:../../net/p5-Socket6
+DEPENDS+=	# TODO: p5-Socket>=0
+DEPENDS+=	p5-URI>=0:../../www/p5-URI
+DEPENDS+=	# TODO: p5-Sys-Hostname>=0
+DEPENDS+=	# TODO: p5-HTTP-Tiny>=0
+DEPENDS+=	p5-Data-Dumper>=0:../../devel/p5-Data-Dumper
+DEPENDS+=	# TODO: p5-IO-Uncompress-Gunzip>=0
+DEPENDS+=	p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
+DEPENDS+=	p5-Test-File-ShareDir>=0:../../devel/p5-Test-File-ShareDir
+DEPENDS+=	p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
+DEPENDS+=	p5-Email-MIME>=0:../../mail/p5-Email-MIME
+DEPENDS+=	p5-Carp>=0:../../devel/p5-Carp
+DEPENDS+=	p5-DBD-SQLite>=1.31:../../databases/p5-DBD-SQLite
+DEPENDS+=	p5-Email-Sender>=0:../../mail/p5-Email-Sender
+DEPENDS+=	p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
+DEPENDS+=	p5-Regexp-Common>=2013031301:../../textproc/p5-Regexp-Common
+DEPENDS+=	# TODO: p5-English>=0
+DEPENDS+=	# TODO: p5-Getopt-Long>=0
+DEPENDS+=	# TODO: p5-IO-Compress-Gzip>=0
+DEPENDS+=	# TODO: p5-Encode>=0
+DEPENDS+=	# TODO: p5-Email-Sender-Simple>=1.300032
+DEPENDS+=	# TODO: p5-Pod-Usage>=0
+DEPENDS+=	p5-Email-Simple>=0:../../mail/p5-Email-Simple
+DEPENDS+=	p5-DBIx-Simple>=1.35:../../wip/p5-DBIx-Simple
+DEPENDS+=	p5-File-ShareDir>=0:../../devel/p5-File-ShareDir
+TEST_DEPENDS+=	p5-Test-Exception>=0:../../devel/p5-Test-Exception
+TEST_DEPENDS+=	p5-Test-Output>=0:../../devel/p5-Test-Output
+TEST_DEPENDS+=	p5-Test-File-ShareDir>=0:../../devel/p5-Test-File-ShareDir
+TEST_DEPENDS+=	# TODO: p5-Test-More>=0
+
+PERL5_MODULE_TYPE=	Module::Build
+PERL5_PACKLIST=		auto/Mail/DMARC/.packlist
+USE_LANGUAGES=		# none
+
+license_default=	# TODO: perl (from Build.PL)
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Mail-DMARC-PurePerl/distinfo b/p5-Mail-DMARC-PurePerl/distinfo
new file mode 100644
index 0000000000..12e57515bd
--- /dev/null
+++ b/p5-Mail-DMARC-PurePerl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Mail-DMARC-1.20211209.tar.gz) = b61d00f38f7d38c3a3e29e8dbf7c3022c6511eea4c023397200ac3b3bcd0268f
+SHA512 (Mail-DMARC-1.20211209.tar.gz) = a1d6fb0222970e568b8a9686d7fb65ae9d8eeb4b826df2d5aa56e957db03ea87ca03974199bc98b216fc96a8f2dc6d4e05f82b4675364b0cd09932165371ddb1
+Size (Mail-DMARC-1.20211209.tar.gz) = 794986 bytes


Home | Main Index | Thread Index | Old Index