pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Added time/p5-DateTime-Format-MySQL version 0.04



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e129ad44483
branches:  trunk
changeset: 529794:3e129ad44483
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jun 10 11:24:36 2007 +0000

description:
Added time/p5-DateTime-Format-MySQL version 0.04

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.

diffstat:

 doc/CHANGES-2007                       |   3 ++-
 time/p5-DateTime-Format-MySQL/DESCR    |   5 +++++
 time/p5-DateTime-Format-MySQL/Makefile |  16 ++++++++++++++++
 time/p5-DateTime-Format-MySQL/PLIST    |   1 +
 time/p5-DateTime-Format-MySQL/distinfo |   5 +++++
 5 files changed, 29 insertions(+), 1 deletions(-)

diffs (57 lines):

diff -r 9b9f153aadd5 -r 3e129ad44483 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun Jun 10 11:23:14 2007 +0000
+++ b/doc/CHANGES-2007  Sun Jun 10 11:24:36 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1324 2007/06/10 11:23:47 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1325 2007/06/10 11:26:02 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2535,3 +2535,4 @@
        Updated textproc/p5-Pod-Simple to 3.05 [obache 2007-06-10]
        Added time/p5-Time-Clock version 0.11 [abs 2007-06-10]
        Added time/p5-DateTime-Format-Pg version 0.16001 [abs 2007-06-10]
+       Added time/p5-DateTime-Format-MySQL version 0.04 [abs 2007-06-10]
diff -r 9b9f153aadd5 -r 3e129ad44483 time/p5-DateTime-Format-MySQL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-MySQL/DESCR       Sun Jun 10 11:24:36 2007 +0000
@@ -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.
diff -r 9b9f153aadd5 -r 3e129ad44483 time/p5-DateTime-Format-MySQL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-MySQL/Makefile    Sun Jun 10 11:24:36 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:24:36 abs Exp $
+
+DISTNAME=      DateTime-Format-MySQL-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9b9f153aadd5 -r 3e129ad44483 time/p5-DateTime-Format-MySQL/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-MySQL/PLIST       Sun Jun 10 11:24:36 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 11:24:36 abs Exp $
diff -r 9b9f153aadd5 -r 3e129ad44483 time/p5-DateTime-Format-MySQL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-MySQL/distinfo    Sun Jun 10 11:24:36 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index