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:
parent
555652c664
commit
de23297452
21
devel/p5-Time-Piece/Makefile
Normal file
21
devel/p5-Time-Piece/Makefile
Normal 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>
|
3
devel/p5-Time-Piece/distinfo
Normal file
3
devel/p5-Time-Piece/distinfo
Normal 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
|
4
devel/p5-Time-Piece/pkg/DESCR
Normal file
4
devel/p5-Time-Piece/pkg/DESCR
Normal 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.
|
8
devel/p5-Time-Piece/pkg/PLIST
Normal file
8
devel/p5-Time-Piece/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user