rose datetime utilities

This commit is contained in:
espie 2006-12-10 18:00:20 +00:00
parent 8c65cf3a1e
commit 70fd36781f
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/10 18:00:20 espie Exp $
COMMENT= "datetime helper functions for Rose"
MODULES= cpan
DISTNAME= Rose-DateTime-0.532
CATEGORIES= databases devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-DateTime
REGRESS_DEPENDS= ::databases/p5-Rose-Object
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Rose-DateTime-0.532.tar.gz) = 4b22b9178c28f267a4907b365ecfc35d
RMD160 (Rose-DateTime-0.532.tar.gz) = 0203dfc914a5e5cdd12c0c999177e61a2c4e423b
SHA1 (Rose-DateTime-0.532.tar.gz) = 4913cfc935ce2c0d33d86c7c400c1b88626be277
SIZE (Rose-DateTime-0.532.tar.gz) = 11900

View File

@ -0,0 +1,8 @@
The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.
Rose::DateTime::Util contains a simple date parser and a slightly
customized date formatter.
Rose::DateTime::Parser encapsulates a date parser with an associated
default time zone.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/10 18:00:20 espie Exp $
${P5SITE}/Rose/
${P5SITE}/Rose/DateTime/
${P5SITE}/Rose/DateTime.pm
${P5SITE}/Rose/DateTime/Parser.pm
${P5SITE}/Rose/DateTime/Util.pm
@man man/man3p/Rose::DateTime.3p
@man man/man3p/Rose::DateTime::Parser.3p
@man man/man3p/Rose::DateTime::Util.3p