These routines are the inverse of built-in perl functions localtime() and

gmtime(). They accept a date as a six-element array, and return the
corresponding time(2) value in seconds since the system epoch (Midnight,
January 1, 1970 UTC on Unix, for example). This value can be positive or
negative, though POSIX only requires support for positive values, so dates
before the system's epoch may not work on all operating systems.

WWW: http://search.cpan.org/dist/Time-Local/
This commit is contained in:
Roman Kulik 2005-08-29 15:39:03 +00:00 committed by Thomas Klausner
parent e132c918cd
commit 2e297705f8
4 changed files with 30 additions and 0 deletions

8
p5-Time-Local/DESCR Normal file
View file

@ -0,0 +1,8 @@
These routines are the inverse of built-in perl functions localtime() and
gmtime(). They accept a date as a six-element array, and return the
corresponding time(2) value in seconds since the system epoch (Midnight,
January 1, 1970 UTC on Unix, for example). This value can be positive or
negative, though POSIX only requires support for positive values, so dates
before the system's epoch may not work on all operating systems.
WWW: http://search.cpan.org/dist/Time-Local/

15
p5-Time-Local/Makefile Normal file
View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/08/29 15:39:03 kuli0020 Exp $
DISTNAME= Time-Local-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Time-Local/
COMMENT= Efficiently compute time from local and GMT time
PERL5_PACKLIST= auto/Time/Local/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

1
p5-Time-Local/PLIST Normal file
View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/29 15:39:03 kuli0020 Exp $

6
p5-Time-Local/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2005/08/29 15:39:03 kuli0020 Exp $
SHA1 (Time-Local-1.11.tar.gz) = a3a02c660b60cbf5a459f2542bfc1b12eab05feb
RMD160 (Time-Local-1.11.tar.gz) = 7ff26715127e11a53c8ebfbf048dc2f60fd0e881
MD5 (Time-Local-1.11.tar.gz) = da2d3bdda8c40c22db40533a8b8142af
Size (Time-Local-1.11.tar.gz) = 16803 bytes