diff options
author | abs <abs@pkgsrc.org> | 2007-06-10 13:42:34 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-10 13:42:34 +0000 |
commit | 02842869904113c1b53ccd1f457b970fb99d1d3f (patch) | |
tree | dfd7e15f62f76f85c4505c51927cbb4e1b989319 /time | |
parent | dff9fbb0c67fcdcffab374da89e9457acca22736 (diff) | |
download | pkgsrc-02842869904113c1b53ccd1f457b970fb99d1d3f.tar.gz |
Added time/p5-Rose-DateTime version 0.532
The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.
Rose::DateTime::Util contains a simple date parser and a slightly
customized date formatter.
Rose::DateTime::Parser encapsulates a date parser with an associated
default time zone.
This module (Rose::DateTime) exists mostly to provide a version
number for CPAN. See the individual modules for some actual
documentation.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Rose-DateTime/DESCR | 12 | ||||
-rw-r--r-- | time/p5-Rose-DateTime/Makefile | 18 | ||||
-rw-r--r-- | time/p5-Rose-DateTime/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Rose-DateTime/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/time/p5-Rose-DateTime/DESCR b/time/p5-Rose-DateTime/DESCR new file mode 100644 index 00000000000..176184f6e20 --- /dev/null +++ b/time/p5-Rose-DateTime/DESCR @@ -0,0 +1,12 @@ +The Rose::DateTime::* modules provide a few convenience functions +and objects for use with DateTime dates. + +Rose::DateTime::Util contains a simple date parser and a slightly +customized date formatter. + +Rose::DateTime::Parser encapsulates a date parser with an associated +default time zone. + +This module (Rose::DateTime) exists mostly to provide a version +number for CPAN. See the individual modules for some actual +documentation. diff --git a/time/p5-Rose-DateTime/Makefile b/time/p5-Rose-DateTime/Makefile new file mode 100644 index 00000000000..63dc02aebac --- /dev/null +++ b/time/p5-Rose-DateTime/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $ + +DISTNAME= Rose-DateTime-0.532 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} + +MAINTAINER= abs@absd.org +HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/ +COMMENT= DateTime helper functions and objects for Rose + +DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime + +PERL5_PACKLIST= auto/Rose/DateTime/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Rose-DateTime/PLIST b/time/p5-Rose-DateTime/PLIST new file mode 100644 index 00000000000..5fb06ea5363 --- /dev/null +++ b/time/p5-Rose-DateTime/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $ diff --git a/time/p5-Rose-DateTime/distinfo b/time/p5-Rose-DateTime/distinfo new file mode 100644 index 00000000000..236122f1a6f --- /dev/null +++ b/time/p5-Rose-DateTime/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $ + +SHA1 (Rose-DateTime-0.532.tar.gz) = 4913cfc935ce2c0d33d86c7c400c1b88626be277 +RMD160 (Rose-DateTime-0.532.tar.gz) = 0203dfc914a5e5cdd12c0c999177e61a2c4e423b +Size (Rose-DateTime-0.532.tar.gz) = 11900 bytes |