diff options
author | abs <abs@pkgsrc.org> | 2006-06-07 11:48:28 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-06-07 11:48:28 +0000 |
commit | 637142fc6e5a2a162cfb3c125896a3bf47840bec (patch) | |
tree | 0dbd6d6a40a305f1c36ca91341a4e2c2baf8c7fd /time | |
parent | 786ee64ac5e22e394c007f337bbb910b411458b0 (diff) | |
download | pkgsrc-637142fc6e5a2a162cfb3c125896a3bf47840bec.tar.gz |
Added time/p5-DateTime-Format-ISO8601-0.0403
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals
will be supported in a later release.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-ISO8601/DESCR | 2 | ||||
-rw-r--r-- | time/p5-DateTime-Format-ISO8601/Makefile | 18 | ||||
-rw-r--r-- | time/p5-DateTime-Format-ISO8601/PLIST | 1 | ||||
-rw-r--r-- | time/p5-DateTime-Format-ISO8601/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/time/p5-DateTime-Format-ISO8601/DESCR b/time/p5-DateTime-Format-ISO8601/DESCR new file mode 100644 index 00000000000..ec8ec6c3622 --- /dev/null +++ b/time/p5-DateTime-Format-ISO8601/DESCR @@ -0,0 +1,2 @@ +Parses almost all ISO8601 date and time formats. ISO8601 time-intervals +will be supported in a later release. diff --git a/time/p5-DateTime-Format-ISO8601/Makefile b/time/p5-DateTime-Format-ISO8601/Makefile new file mode 100644 index 00000000000..c3c14df397a --- /dev/null +++ b/time/p5-DateTime-Format-ISO8601/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:48:28 abs Exp $ + +DISTNAME= DateTime-Format-ISO8601-0.0403 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= abs@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jhoblitt/DateTime-Format-ISO8601/ +COMMENT= Parses ISO8601 formats + +DEPENDS+= p5-DateTime>=0.18:../../time/p5-DateTime +PERL5_MODULE_TYPE= Module::Build + +PERL5_PACKLIST= auto/DateTime/Format/ISO8601/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Format-ISO8601/PLIST b/time/p5-DateTime-Format-ISO8601/PLIST new file mode 100644 index 00000000000..ff2e32beb14 --- /dev/null +++ b/time/p5-DateTime-Format-ISO8601/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:48:28 abs Exp $ diff --git a/time/p5-DateTime-Format-ISO8601/distinfo b/time/p5-DateTime-Format-ISO8601/distinfo new file mode 100644 index 00000000000..0b48471a893 --- /dev/null +++ b/time/p5-DateTime-Format-ISO8601/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:48:28 abs Exp $ + +SHA1 (DateTime-Format-ISO8601-0.0403.tar.gz) = 57e30546604a9b2896b6242dc04f5bd9305875e8 +RMD160 (DateTime-Format-ISO8601-0.0403.tar.gz) = 78799931526386331ce9384a0b2ee45a5fd996cc +Size (DateTime-Format-ISO8601-0.0403.tar.gz) = 19776 bytes |