diff options
author | sno <sno> | 2009-07-07 17:45:42 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-07 17:45:42 +0000 |
commit | 3208844e26bd3653af2c7e34f22592ad3004fec0 (patch) | |
tree | c3f24b5458d7d387108ad2422939acea6e3a099e /time | |
parent | 25a559f56cf5062a08b04ecee21a1274a01fcecb (diff) | |
download | pkgsrc-3208844e26bd3653af2c7e34f22592ad3004fec0.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-SQLite/DESCR | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Format-SQLite/Makefile | 21 | ||||
-rw-r--r-- | time/p5-DateTime-Format-SQLite/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
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 |