From 6e5e3308a9f4b1540e21d1305baa946754c0822f Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 18 Feb 2007 03:05:39 +0000 Subject: Initial import of p5-DateTime-Format-Mail-0.30 from pkgsrc-wip. Packaged by Roman Kulik. RFC2822 introduces a slightly different format of date than that used by RFC822. The main correction is that the format is more limited, and thus easier to parse. --- time/p5-DateTime-Format-Mail/DESCR | 3 +++ time/p5-DateTime-Format-Mail/Makefile | 20 ++++++++++++++++++++ time/p5-DateTime-Format-Mail/PLIST | 1 + time/p5-DateTime-Format-Mail/distinfo | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 time/p5-DateTime-Format-Mail/DESCR create mode 100644 time/p5-DateTime-Format-Mail/Makefile create mode 100644 time/p5-DateTime-Format-Mail/PLIST create mode 100644 time/p5-DateTime-Format-Mail/distinfo (limited to 'time') diff --git a/time/p5-DateTime-Format-Mail/DESCR b/time/p5-DateTime-Format-Mail/DESCR new file mode 100644 index 00000000000..c18ec76a054 --- /dev/null +++ b/time/p5-DateTime-Format-Mail/DESCR @@ -0,0 +1,3 @@ +RFC2822 introduces a slightly different format of date than that used by +RFC822. The main correction is that the format is more limited, and thus easier +to parse. diff --git a/time/p5-DateTime-Format-Mail/Makefile b/time/p5-DateTime-Format-Mail/Makefile new file mode 100644 index 00000000000..4a7793fda36 --- /dev/null +++ b/time/p5-DateTime-Format-Mail/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/18 03:05:39 wiz Exp $ + +DISTNAME= DateTime-Format-Mail-0.30 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= kuli0020@umn.edu +HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Mail/ +COMMENT= Convert between DateTime and RFC2822/822 formats + +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +DEPENDS+= p5-Params-Validate>=0.67:../../devel/p5-Params-Validate + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/DateTime/Format/Mail/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Format-Mail/PLIST b/time/p5-DateTime-Format-Mail/PLIST new file mode 100644 index 00000000000..c2ad4d41f0c --- /dev/null +++ b/time/p5-DateTime-Format-Mail/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/18 03:05:39 wiz Exp $ diff --git a/time/p5-DateTime-Format-Mail/distinfo b/time/p5-DateTime-Format-Mail/distinfo new file mode 100644 index 00000000000..06efbffe4d4 --- /dev/null +++ b/time/p5-DateTime-Format-Mail/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/18 03:05:39 wiz Exp $ + +SHA1 (DateTime-Format-Mail-0.30.tar.gz) = f26368feb753779ca16aea6dd8aff1aa7d82746c +RMD160 (DateTime-Format-Mail-0.30.tar.gz) = df50513ee081811f0ca66a4c82f27fb89236630e +Size (DateTime-Format-Mail-0.30.tar.gz) = 181300 bytes -- cgit v1.2.3