parses ISO8601 dates

This commit is contained in:
espie 2006-11-12 18:01:47 +00:00
parent 6232db21a9
commit 27aa2b7e68
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/12 18:01:47 espie Exp $
COMMENT= "DateTime parser for ISO8601 date formats"
MODULES= cpan
DISTNAME= DateTime-Format-ISO8601-0.0403
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-DateTime-Format-Builder
CONFIGURE_STYLE=modbuild
MAKE_ENV=TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (DateTime-Format-ISO8601-0.0403.tar.gz) = f9d72c2c71d940af9376eaf71571f8da
RMD160 (DateTime-Format-ISO8601-0.0403.tar.gz) = 78799931526386331ce9384a0b2ee45a5fd996cc
SHA1 (DateTime-Format-ISO8601-0.0403.tar.gz) = 57e30546604a9b2896b6242dc04f5bd9305875e8
SIZE (DateTime-Format-ISO8601-0.0403.tar.gz) = 19776

View File

@ -0,0 +1,2 @@
Parses almost all ISO8601 date and time formats. ISO8601
time-intervals are currently not supported.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/12 18:01:47 espie Exp $
${P5SITE}/DateTime/Format/ISO8601.pm
${P5SITE}/DateTime/Format/ISO8601.pod
@man man/man3p/DateTime::Format::ISO8601.3p