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-Builder Added time/p5-DateTime...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04b0ba317ff3
branches:  trunk
changeset: 514042:04b0ba317ff3
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jun 07 11:49:46 2006 +0000

description:
Added time/p5-DateTime-Format-Builder-0.7807

DateTime::Format::Builder creates DateTime parsers. Many string
formats of dates and times are simple and just require a basic
regular expression to extract the relevant information. Builder
provides a simple way to do this without writing reams of structural
code.

Builder provides a number of methods, most of which you'll never
need, or at least rarely need. They're provided more for exposing
of the module's innards to any subclasses, or for when you need to
do something slightly beyond what I expected.

diffstat:

 time/p5-DateTime-Format-Builder/DESCR    |  10 ++++++++++
 time/p5-DateTime-Format-Builder/Makefile |  18 ++++++++++++++++++
 time/p5-DateTime-Format-Builder/PLIST    |   1 +
 time/p5-DateTime-Format-Builder/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r bbdf593f3435 -r 04b0ba317ff3 time/p5-DateTime-Format-Builder/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Builder/DESCR     Wed Jun 07 11:49:46 2006 +0000
@@ -0,0 +1,10 @@
+DateTime::Format::Builder creates DateTime parsers. Many string
+formats of dates and times are simple and just require a basic
+regular expression to extract the relevant information. Builder
+provides a simple way to do this without writing reams of structural
+code.
+
+Builder provides a number of methods, most of which you'll never
+need, or at least rarely need. They're provided more for exposing
+of the module's innards to any subclasses, or for when you need to
+do something slightly beyond what I expected.
diff -r bbdf593f3435 -r 04b0ba317ff3 time/p5-DateTime-Format-Builder/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Builder/Makefile  Wed Jun 07 11:49:46 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:49:46 abs Exp $
+
+DISTNAME=      DateTime-Format-Builder-0.7807
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER=    abs%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~drolsky/DateTime-Format-Builder/
+COMMENT=       Create DateTime parser classes and objects
+
+DEPENDS+=      p5-DateTime>=0.12:../../time/p5-DateTime
+PERL5_MODULE_TYPE=   Module::Build
+
+PERL5_PACKLIST=                auto/DateTime/Format/Builder/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bbdf593f3435 -r 04b0ba317ff3 time/p5-DateTime-Format-Builder/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Builder/PLIST     Wed Jun 07 11:49:46 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:49:46 abs Exp $
diff -r bbdf593f3435 -r 04b0ba317ff3 time/p5-DateTime-Format-Builder/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Builder/distinfo  Wed Jun 07 11:49:46 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:49:46 abs Exp $
+
+SHA1 (DateTime-Format-Builder-0.7807.tar.gz) = 6267cf4118331296a0fbffd95adf1974203c437c
+RMD160 (DateTime-Format-Builder-0.7807.tar.gz) = 615de52bf372a2ccde8f4c80169abad67cf616ba
+Size (DateTime-Format-Builder-0.7807.tar.gz) = 48307 bytes



Home | Main Index | Thread Index | Old Index