From 328367d8fbd1bceb3f41e99524679626049e868c Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 7 Jul 2009 17:45:42 +0000 Subject: Importing package for p5 module DateTime::Format::SQLite 0.10 as dependency of scheduled updates of DBIx::Class plugins. This module understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite. --- time/p5-DateTime-Format-SQLite/DESCR | 4 ++++ time/p5-DateTime-Format-SQLite/Makefile | 21 +++++++++++++++++++++ time/p5-DateTime-Format-SQLite/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 time/p5-DateTime-Format-SQLite/DESCR create mode 100644 time/p5-DateTime-Format-SQLite/Makefile create mode 100644 time/p5-DateTime-Format-SQLite/distinfo diff --git a/time/p5-DateTime-Format-SQLite/DESCR b/time/p5-DateTime-Format-SQLite/DESCR new file mode 100644 index 00000000000..9250f81b0f3 --- /dev/null +++ b/time/p5-DateTime-Format-SQLite/DESCR @@ -0,0 +1,4 @@ +This module understands the formats used by SQLite for its date, datetime +and time functions. It can be used to parse these formats in order to +create DateTime objects, and it can take a DateTime object and produce +a timestring accepted by SQLite. diff --git a/time/p5-DateTime-Format-SQLite/Makefile b/time/p5-DateTime-Format-SQLite/Makefile new file mode 100644 index 00000000000..2a5a2804e72 --- /dev/null +++ b/time/p5-DateTime-Format-SQLite/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 17:45:42 sno Exp $ + +DISTNAME= DateTime-Format-SQLite-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-SQLite/ +COMMENT= Parse and format SQLite dates and times +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-DateTime>=0.10:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder + +PERL5_PACKLIST= auto/DateTime/Format/SQLite/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Format-SQLite/distinfo b/time/p5-DateTime-Format-SQLite/distinfo new file mode 100644 index 00000000000..06ab6353d7d --- /dev/null +++ b/time/p5-DateTime-Format-SQLite/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/07 17:45:42 sno Exp $ + +SHA1 (DateTime-Format-SQLite-0.10.tar.gz) = 0ec5881a3260262bdb9bab67befff8076e68633a +RMD160 (DateTime-Format-SQLite-0.10.tar.gz) = f7e458a0590b420d016440d4f4f37e1f052f15f8 +Size (DateTime-Format-SQLite-0.10.tar.gz) = 12942 bytes -- cgit v1.2.3