summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Pg
AgeCommit message (Collapse)AuthorFilesLines
2009-07-08Updating package for p5 module DateTime::Format::Pg from 0.16003 to 0.16004sno2-7/+7
Set license to ${PERL5_LICENSE} according to META.yml Upstream changes: 0.16004 Mon Jul 06 12:00:00 2009 - Ship with proper META.yml (rt #47604)
2009-04-30PkgSrc changes:sno2-8/+8
- Updating package for p5 module of DateTime::Format::Pg from 1.6002 to 1.6003 - Setting license to gnu-gpl-v2 Upstream changes: 0.16003 Fri Mar 27 09:30:00 2009 - Fix handling of BC (rt #44594). Patch by Jonas Lijegren.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-17Update from version 0.16001 to 0.16002. Changes:he2-6/+6
0.16002 Tue Aug 13 08:00:00 2008 - Remove non-ascii byte sequence from Pg.pm (sorry, Claus). This fixes a failure report from CPAN testers - Updated Module::Install while we're at it
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-06-10Added time/p5-DateTime-Format-Pg version 0.16001abs4-0/+31
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.