diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-18 03:09:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-18 03:09:52 +0000 |
commit | ba54b7741266e893f4cbd7bb00559267140e5b71 (patch) | |
tree | 85826eaf3b1378e3b569559e05c9e78b48dc77ca /time | |
parent | 399c6eb7fd5c3848d512a91a7a6247e13d7eca4f (diff) | |
download | pkgsrc-ba54b7741266e893f4cbd7bb00559267140e5b71.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-W3CDTF/DESCR | 6 | ||||
-rw-r--r-- | time/p5-DateTime-Format-W3CDTF/Makefile | 17 | ||||
-rw-r--r-- | time/p5-DateTime-Format-W3CDTF/PLIST | 1 | ||||
-rw-r--r-- | time/p5-DateTime-Format-W3CDTF/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
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 |