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

View File

@@ -0,0 +1,5 @@
This module understands the formats used by MySQL for its DATE,
DATETIME, TIME, and TIMESTAMP data types. It can be used to parse
these formats in order to create DateTime objects, and it can take
a DateTime object and produce a string representing it in the MySQL
format.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:26 wiz Exp $
DISTNAME= DateTime-Format-MySQL-0.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-MySQL/
COMMENT= Parse and format MySQL dates and times
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist
DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:24:36 abs Exp $
SHA1 (DateTime-Format-MySQL-0.04.tar.gz) = 5d960e7250dc9122267d5ce95e88d434cc232d59
RMD160 (DateTime-Format-MySQL-0.04.tar.gz) = 47a47ee37ae3bbfae1fc9c46c6fd4f4a2b2b86c9
Size (DateTime-Format-MySQL-0.04.tar.gz) = 11539 bytes