initial import of p5-Time-Piece 1.07

submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>

This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc
will still return what you expect.

naddy@ OK
This commit is contained in:
sturm 2002-12-06 20:44:37 +00:00
parent 555652c664
commit de23297452
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/06 20:44:37 sturm Exp $
COMMENT= "object oriented time interface"
DISTNAME= Time-Piece-1.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Time-Piece-1.07.tar.gz) = 80676ecb69a25ed53505ff0c59df01f5
RMD160 (Time-Piece-1.07.tar.gz) = 15ffe2e1aa2e30fb812bb1ad8740b9fd4f35d5d4
SHA1 (Time-Piece-1.07.tar.gz) = 8f6cef6b0f8a161524b20ea744edb7133832550c

View File

@ -0,0 +1,4 @@
This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc
will still return what you expect.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/06 20:44:37 sturm Exp $
${P5ARCH}/Time/Piece.pm
${P5ARCH}/Time/Seconds.pm
${P5ARCH}/auto/Time/Piece/Piece.bs
${P5ARCH}/auto/Time/Piece/Piece.so
man/man3p/Time::Piece.3p
man/man3p/Time::Seconds.3p
@dirrm ${P5ARCH}/auto/Time/Piece