diff options
author | abs <abs@pkgsrc.org> | 2006-06-07 11:49:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-06-07 11:49:46 +0000 |
commit | ab5176a74e864fe5983dd2aa18f4cfc29ef8ee74 (patch) | |
tree | 7afcb5abe2b55a3f3736902d4268ccc08c66961c /time | |
parent | f689ee1e6722f9a03f6c21a5ea3cd6ec96260598 (diff) | |
download | pkgsrc-ab5176a74e864fe5983dd2aa18f4cfc29ef8ee74.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Builder/DESCR | 10 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Builder/Makefile | 18 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Builder/PLIST | 1 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Builder/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
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 |