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-W3CDTF Initial import of p5-Da...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50b91cc486ed
branches:  trunk
changeset: 525446:50b91cc486ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 18 03:09:52 2007 +0000

description:
Initial import of p5-DateTime-Format-W3CDTF-0.04:

This module understands the W3CDTF date/time format, an ISO 8601
profile, defined at http://www.w3.org/TR/NOTE-datetime. This format
as the native date format of RSS 1.0.

It can be used to parse these formats in order to create the
appropriate objects.

diffstat:

 time/p5-DateTime-Format-W3CDTF/DESCR    |   6 ++++++
 time/p5-DateTime-Format-W3CDTF/Makefile |  17 +++++++++++++++++
 time/p5-DateTime-Format-W3CDTF/PLIST    |   1 +
 time/p5-DateTime-Format-W3CDTF/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r cb21e48464f6 -r 50b91cc486ed time/p5-DateTime-Format-W3CDTF/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-W3CDTF/DESCR      Sun Feb 18 03:09:52 2007 +0000
@@ -0,0 +1,6 @@
+This module understands the W3CDTF date/time format, an ISO 8601
+profile, defined at http://www.w3.org/TR/NOTE-datetime. This format
+as the native date format of RSS 1.0.
+
+It can be used to parse these formats in order to create the
+appropriate objects.
diff -r cb21e48464f6 -r 50b91cc486ed time/p5-DateTime-Format-W3CDTF/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-W3CDTF/Makefile   Sun Feb 18 03:09:52 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/18 03:09:52 wiz Exp $
+
+DISTNAME=      DateTime-Format-W3CDTF-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/DateTime-Format-W3CDTF/
+COMMENT=       Convert between DateTime and W3CDTF date/time format
+
+DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
+
+PERL5_PACKLIST= auto/DateTime/Format/W3CDTF/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb21e48464f6 -r 50b91cc486ed time/p5-DateTime-Format-W3CDTF/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-W3CDTF/PLIST      Sun Feb 18 03:09:52 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/18 03:09:52 wiz Exp $
diff -r cb21e48464f6 -r 50b91cc486ed time/p5-DateTime-Format-W3CDTF/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-W3CDTF/distinfo   Sun Feb 18 03:09:52 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/02/18 03:09:52 wiz Exp $
+
+SHA1 (DateTime-Format-W3CDTF-0.04.tar.gz) = b1f2c3b02f25946b72c9a1f34a6b90ff3a213788
+RMD160 (DateTime-Format-W3CDTF-0.04.tar.gz) = 1d004569cc6d978e1c037a02d6dc2986379ccae7
+Size (DateTime-Format-W3CDTF-0.04.tar.gz) = 11142 bytes



Home | Main Index | Thread Index | Old Index