import ports/devel/p5-DateTime-Format-SQLite, from Andreas Voegele, ok okan@

DateTime::Format::SQLite 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.
This commit is contained in:
sthen 2012-04-22 20:32:59 +00:00
parent 33d1f89f85
commit 5b6e924ae8
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/22 20:32:59 sthen Exp $
COMMENT = parse and format SQLite dates and times
MODULES = cpan
DISTNAME = DateTime-Format-SQLite-0.11
CATEGORIES = devel
# same as perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-DateTime \
devel/p5-DateTime-Format-Builder
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (DateTime-Format-SQLite-0.11.tar.gz) = nMnMhhQHobvGliJmBSeYQg==
RMD160 (DateTime-Format-SQLite-0.11.tar.gz) = rLHOzMobDqoKgJxPgQ6jC9QTRvc=
SHA1 (DateTime-Format-SQLite-0.11.tar.gz) = oE+IJo4sPN29wz1NIIJ3kBS4jqQ=
SHA256 (DateTime-Format-SQLite-0.11.tar.gz) = zB9OCuHTmw1MPd3M/XQjx3xnpwlQxLXsq/jKVTqylLQ=
SIZE (DateTime-Format-SQLite-0.11.tar.gz) = 13089

View File

@ -0,0 +1,4 @@
DateTime::Format::SQLite 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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/22 20:32:59 sthen Exp $
${P5SITE}/DateTime/Format/SQLite.pm
@man man/man3p/DateTime::Format::SQLite.3p