From 64a7f48e7c77de9b8ba79a50e5cd572ad4c8aef2 Mon Sep 17 00:00:00 2001 From: rhaen Date: Tue, 22 Jul 2008 12:28:30 +0000 Subject: added mail/p5-Email-Date-Format to fix pkg mail/Email-Date This module provides a simple means for generating an RFC 2822 compliant datetime string. (In case you care, they're not RFC 822 dates, because they use a four digit year, which is not allowed in RFC 822.) --- mail/p5-Email-Date-Format/DESCR | 3 +++ mail/p5-Email-Date-Format/Makefile | 18 ++++++++++++++++++ mail/p5-Email-Date-Format/distinfo | 5 +++++ 3 files changed, 26 insertions(+) create mode 100644 mail/p5-Email-Date-Format/DESCR create mode 100644 mail/p5-Email-Date-Format/Makefile create mode 100644 mail/p5-Email-Date-Format/distinfo diff --git a/mail/p5-Email-Date-Format/DESCR b/mail/p5-Email-Date-Format/DESCR new file mode 100644 index 00000000000..c192e997e2a --- /dev/null +++ b/mail/p5-Email-Date-Format/DESCR @@ -0,0 +1,3 @@ +This module provides a simple means for generating an RFC 2822 compliant +datetime string. (In case you care, they're not RFC 822 dates, because +they use a four digit year, which is not allowed in RFC 822.) diff --git a/mail/p5-Email-Date-Format/Makefile b/mail/p5-Email-Date-Format/Makefile new file mode 100644 index 00000000000..1679d5ada44 --- /dev/null +++ b/mail/p5-Email-Date-Format/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 12:28:30 rhaen Exp $ +# + +DISTNAME= Email-Date-Format-1.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} + +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Email-Date-Format/ +COMMENT= Perl Module to produce RFC 2822 date strings + +DEPENDS+= p5-Time-Local>=0.000:../../time/p5-Time-Local + +PERL5_PACKLIST= auto/Email/Date/Format/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-Date-Format/distinfo b/mail/p5-Email-Date-Format/distinfo new file mode 100644 index 00000000000..8fdc3f1df9b --- /dev/null +++ b/mail/p5-Email-Date-Format/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/22 12:28:30 rhaen Exp $ + +SHA1 (Email-Date-Format-1.002.tar.gz) = 0b6a5419118f7cf0d10150b701e2f26d70f2e331 +RMD160 (Email-Date-Format-1.002.tar.gz) = 9e0d93fe653a6aea98456efdc6e2eb3a9c1130ca +Size (Email-Date-Format-1.002.tar.gz) = 10150 bytes -- cgit v1.2.3