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-Pg version 0.16001
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b9f153aadd5
branches: trunk
changeset: 529793:9b9f153aadd5
user: abs <abs%pkgsrc.org@localhost>
date: Sun Jun 10 11:23:14 2007 +0000
description:
Added time/p5-DateTime-Format-Pg version 0.16001
This module understands the formats used by PostgreSQL for its
DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
parse these formats in order to create DateTime or DateTime::Duration
objects, and it can take a DateTime or DateTime::Duration object
and produce a string representing it in a format accepted by
PostgreSQL.
diffstat:
doc/CHANGES-2007 | 3 ++-
time/p5-DateTime-Format-Pg/DESCR | 6 ++++++
time/p5-DateTime-Format-Pg/Makefile | 19 +++++++++++++++++++
time/p5-DateTime-Format-Pg/PLIST | 1 +
time/p5-DateTime-Format-Pg/distinfo | 5 +++++
5 files changed, 33 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r 7786494cf71a -r 9b9f153aadd5 doc/CHANGES-2007
--- a/doc/CHANGES-2007 Sun Jun 10 11:20:58 2007 +0000
+++ b/doc/CHANGES-2007 Sun Jun 10 11:23:14 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1323 2007/06/10 11:20:58 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1324 2007/06/10 11:23:47 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2534,3 +2534,4 @@
Updated misc/p5-Mac-Macbinary to 0.06 [obache 2007-06-10]
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]
diff -r 7786494cf71a -r 9b9f153aadd5 time/p5-DateTime-Format-Pg/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Pg/DESCR Sun Jun 10 11:23:14 2007 +0000
@@ -0,0 +1,6 @@
+This module understands the formats used by PostgreSQL for its
+DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
+parse these formats in order to create DateTime or DateTime::Duration
+objects, and it can take a DateTime or DateTime::Duration object
+and produce a string representing it in a format accepted by
+PostgreSQL.
diff -r 7786494cf71a -r 9b9f153aadd5 time/p5-DateTime-Format-Pg/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Pg/Makefile Sun Jun 10 11:23:14 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:23:14 abs Exp $
+
+DISTNAME= DateTime-Format-Pg-0.16001
+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-Pg/
+COMMENT= Parse and format PostgreSQL dates and times
+
+DEPENDS+= p5-DateTime-Format-Builder>=0.72:../../time/p5-DateTime-Format-Builder
+DEPENDS+= p5-DateTime-TimeZone>=0.05:../../time/p5-DateTime-TimeZone
+DEPENDS+= p5-DateTime>=0.10:../../time/p5-DateTime
+
+PERL5_PACKLIST= auto/DateTime/Format/Pg/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7786494cf71a -r 9b9f153aadd5 time/p5-DateTime-Format-Pg/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Pg/PLIST Sun Jun 10 11:23:14 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 11:23:14 abs Exp $
diff -r 7786494cf71a -r 9b9f153aadd5 time/p5-DateTime-Format-Pg/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Pg/distinfo Sun Jun 10 11:23:14 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:23:14 abs Exp $
+
+SHA1 (DateTime-Format-Pg-0.16001.tar.gz) = af92746f1924a2b2b06255f231d906d4effa7713
+RMD160 (DateTime-Format-Pg-0.16001.tar.gz) = a715bb8df568d508ae7881f89af5c92b1d429592
+Size (DateTime-Format-Pg-0.16001.tar.gz) = 36018 bytes
Home |
Main Index |
Thread Index |
Old Index