pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-SQLite Importing package for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe031ec9d1d1
branches:  trunk
changeset: 395182:fe031ec9d1d1
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 17:45:42 2009 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (42 lines):

diff -r 91fd6c120156 -r fe031ec9d1d1 time/p5-DateTime-Format-SQLite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-SQLite/DESCR      Tue Jul 07 17:45:42 2009 +0000
@@ -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 -r 91fd6c120156 -r fe031ec9d1d1 time/p5-DateTime-Format-SQLite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-SQLite/Makefile   Tue Jul 07 17:45:42 2009 +0000
@@ -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@localhost
+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 -r 91fd6c120156 -r fe031ec9d1d1 time/p5-DateTime-Format-SQLite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-SQLite/distinfo   Tue Jul 07 17:45:42 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index