pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Mail Initial import of p5-Date...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26044113c6fd
branches:  trunk
changeset: 525444:26044113c6fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 18 03:05:39 2007 +0000

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

diffstat:

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

diffs (45 lines):

diff -r bec3f79f4850 -r 26044113c6fd time/p5-DateTime-Format-Mail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Mail/DESCR        Sun Feb 18 03:05:39 2007 +0000
@@ -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 -r bec3f79f4850 -r 26044113c6fd time/p5-DateTime-Format-Mail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Mail/Makefile     Sun Feb 18 03:05:39 2007 +0000
@@ -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@localhost
+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 -r bec3f79f4850 -r 26044113c6fd time/p5-DateTime-Format-Mail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Mail/PLIST        Sun Feb 18 03:05:39 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/18 03:05:39 wiz Exp $
diff -r bec3f79f4850 -r 26044113c6fd time/p5-DateTime-Format-Mail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Mail/distinfo     Sun Feb 18 03:05:39 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index