pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Date-Format added mail/p5-Email-Date-For...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edb5ccf9e884
branches:  trunk
changeset: 544905:edb5ccf9e884
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Jul 22 12:28:30 2008 +0000

description:
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.)

diffstat:

 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(+), 0 deletions(-)

diffs (38 lines):

diff -r 045ef4152602 -r edb5ccf9e884 mail/p5-Email-Date-Format/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Date-Format/DESCR   Tue Jul 22 12:28:30 2008 +0000
@@ -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 -r 045ef4152602 -r edb5ccf9e884 mail/p5-Email-Date-Format/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Date-Format/Makefile        Tue Jul 22 12:28:30 2008 +0000
@@ -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@localhost
+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 -r 045ef4152602 -r edb5ccf9e884 mail/p5-Email-Date-Format/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Date-Format/distinfo        Tue Jul 22 12:28:30 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index