From 837268bef8380561b68d65459841666f7ea3d05d Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 7 Jun 2006 11:49:46 +0000 Subject: 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. --- 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(+) create mode 100644 time/p5-DateTime-Format-Builder/DESCR create mode 100644 time/p5-DateTime-Format-Builder/Makefile create mode 100644 time/p5-DateTime-Format-Builder/PLIST create mode 100644 time/p5-DateTime-Format-Builder/distinfo (limited to 'time') diff --git a/time/p5-DateTime-Format-Builder/DESCR b/time/p5-DateTime-Format-Builder/DESCR new file mode 100644 index 00000000000..7b27220f39c --- /dev/null +++ b/time/p5-DateTime-Format-Builder/DESCR @@ -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 --git a/time/p5-DateTime-Format-Builder/Makefile b/time/p5-DateTime-Format-Builder/Makefile new file mode 100644 index 00000000000..a58728473ac --- /dev/null +++ b/time/p5-DateTime-Format-Builder/Makefile @@ -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 +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 --git a/time/p5-DateTime-Format-Builder/PLIST b/time/p5-DateTime-Format-Builder/PLIST new file mode 100644 index 00000000000..73f13b1529b --- /dev/null +++ b/time/p5-DateTime-Format-Builder/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:49:46 abs Exp $ diff --git a/time/p5-DateTime-Format-Builder/distinfo b/time/p5-DateTime-Format-Builder/distinfo new file mode 100644 index 00000000000..48a977e9207 --- /dev/null +++ b/time/p5-DateTime-Format-Builder/distinfo @@ -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 -- cgit v1.2.3