Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
time/p5-Time-Local/DESCR Normal file
View File

@@ -0,0 +1,7 @@
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.

View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:28 wiz Exp $
DISTNAME= Time-Local-1.1901
PKGNAME= p5-${DISTNAME:C/1901/19.1/}
PKGREVISION= 4
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
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"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2009/01/11 18:17:31 he Exp $
SHA1 (Time-Local-1.1901.tar.gz) = 0ef18e3ddef63ec1fe9d7c16555a831c5f6a3cc6
RMD160 (Time-Local-1.1901.tar.gz) = da37008e82e4b3a74bec248066778cfd554e1993
Size (Time-Local-1.1901.tar.gz) = 18623 bytes