[2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-DateTime-Format-SQLite to latest version.
(HTML-FormFu-Model-DBIC related)

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile20 May 2009 06:41:36 -  1.5
+++ Makefile9 Jan 2010 13:03:52 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.5 2009/05/20 06:41:36 pea Exp $
 
-COMMENT=   parse and create PostGresql date objects
+COMMENT=   Parse and format SQLite dates and times
 
 MODULES=   cpan
-DISTNAME=  DateTime-Format-Pg-0.16003
+DISTNAME=  DateTime-Format-SQLite-0.11
 CATEGORIES=devel converters
 
 # perl
@@ -16,4 +16,6 @@ RUN_DEPENDS=  ::devel/p5-DateTime-Format
 BUILD_DEPENDS= ${RUN_DEPENDS}
 MAKE_ENV=  TEST_POD=Yes
 
-.include bsd.port.mk 
+CPAN_AUTHOR =  CFAERBER
+
+.include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo20 May 2009 06:41:36 -  1.5
+++ distinfo9 Jan 2010 13:03:52 -
@@ -1,5 +1,5 @@
-MD5 (DateTime-Format-Pg-0.16003.tar.gz) = FgsZ6D4wTsB39PEvOfZdVw==
-RMD160 (DateTime-Format-Pg-0.16003.tar.gz) = Ozmtf3157MFXiZ2u39O2C4Lc5NE=
-SHA1 (DateTime-Format-Pg-0.16003.tar.gz) = VT+yPFFdsCIYW07chdO1MYHw2Jk=
-SHA256 (DateTime-Format-Pg-0.16003.tar.gz) = 
XcnUUHo6uD4UmHcYNteAADgSBz+2oTPsEgIMd/nlX3s=
-SIZE (DateTime-Format-Pg-0.16003.tar.gz) = 31781
+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
Index: pkg/DESCR
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   10 Dec 2006 11:07:14 -  1.1.1.1
+++ pkg/DESCR   9 Jan 2010 13:03:52 -
@@ -1,4 +0,0 @@
-This module understands the formats used by PostgreSQL for its DATE,
-TIME, and TIMESTAMP data types.  It can be used to parse these formats
-in order to create DateTime objects, and it can take a CDateTime
-object and produce a string representing it in the PostgreSQL format.
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   10 Dec 2006 11:07:14 -  1.1.1.1
+++ pkg/PLIST   9 Jan 2010 13:03:52 -
@@ -1,3 +1,3 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/10 11:07:14 espie Exp $
-${P5SITE}/DateTime/Format/Pg.pm
-...@man man/man3p/DateTime::Format::Pg.3p
+...@comment $OpenBSD$
+${P5SITE}/DateTime/Format/SQLite.pm
+...@man man/man3p/DateTime::Format::SQLite.3p


Re: [2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Landry Breuil
On Sat, Jan 09, 2010 at 03:14:42PM +0100, Cesare Gargano wrote:
 Hi!
 This updates p5-DateTime-Format-SQLite to latest version.
 (HTML-FormFu-Model-DBIC related)

 -DISTNAME=DateTime-Format-Pg-0.16003
 +DISTNAME=DateTime-Format-SQLite-0.11

Err i suppose this was not intended ?

Landry



Re: [2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Cesare Gargano
On Sat, Jan 09, 2010 at 03:33:34PM +0100, Landry Breuil wrote:
 On Sat, Jan 09, 2010 at 03:14:42PM +0100, Cesare Gargano wrote:
  Hi!
  This updates p5-DateTime-Format-SQLite to latest version.
  (HTML-FormFu-Model-DBIC related)
 
  -DISTNAME=  DateTime-Format-Pg-0.16003
  +DISTNAME=  DateTime-Format-SQLite-0.11
 
 Err i suppose this was not intended ?
 
 Landry

Gasp! Sure...
There's no p5-DateTime-Format-SQLite in openbsd ports tree ;)
This is a _NEW_ port.

ShouldI resend it with a different subject line?

(Attached .tgz)

Saluti,
Cesare.



Re: [2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Cesare Gargano
On Sat, Jan 09, 2010 at 03:33:34PM +0100, Landry Breuil wrote:
 On Sat, Jan 09, 2010 at 03:14:42PM +0100, Cesare Gargano wrote:
  Hi!
  This updates p5-DateTime-Format-SQLite to latest version.
  (HTML-FormFu-Model-DBIC related)
 
  -DISTNAME=  DateTime-Format-Pg-0.16003
  +DISTNAME=  DateTime-Format-SQLite-0.11
 
 Err i suppose this was not intended ?
 
 Landry

And this is the tgz.

Cesare.


p5-DateTime-Format-SQLite-0.11.tgz
Description: application/tar-gz