From 6838ad28c7c1f3089384698a8ea70dc64d2bdf9a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 18 Feb 2007 03:09:52 +0000 Subject: 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. --- 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(+) create mode 100644 time/p5-DateTime-Format-W3CDTF/DESCR create mode 100644 time/p5-DateTime-Format-W3CDTF/Makefile create mode 100644 time/p5-DateTime-Format-W3CDTF/PLIST create mode 100644 time/p5-DateTime-Format-W3CDTF/distinfo (limited to 'time') diff --git a/time/p5-DateTime-Format-W3CDTF/DESCR b/time/p5-DateTime-Format-W3CDTF/DESCR new file mode 100644 index 00000000000..ae77c367242 --- /dev/null +++ b/time/p5-DateTime-Format-W3CDTF/DESCR @@ -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 --git a/time/p5-DateTime-Format-W3CDTF/Makefile b/time/p5-DateTime-Format-W3CDTF/Makefile new file mode 100644 index 00000000000..0edba3fc943 --- /dev/null +++ b/time/p5-DateTime-Format-W3CDTF/Makefile @@ -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 +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 --git a/time/p5-DateTime-Format-W3CDTF/PLIST b/time/p5-DateTime-Format-W3CDTF/PLIST new file mode 100644 index 00000000000..5b523253d70 --- /dev/null +++ b/time/p5-DateTime-Format-W3CDTF/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/18 03:09:52 wiz Exp $ diff --git a/time/p5-DateTime-Format-W3CDTF/distinfo b/time/p5-DateTime-Format-W3CDTF/distinfo new file mode 100644 index 00000000000..6e4e83bd77a --- /dev/null +++ b/time/p5-DateTime-Format-W3CDTF/distinfo @@ -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 -- cgit v1.2.3