diff options
author | abs <abs> | 2009-02-14 00:14:25 +0000 |
---|---|---|
committer | abs <abs> | 2009-02-14 00:14:25 +0000 |
commit | 05e167001b73ca50ac2b2fd1f4819aa403a2ee60 (patch) | |
tree | ac24136dffd1528ba229fe1d1aeec190dfba047e /time | |
parent | b97ec7e1e134b1464cf3ee818fe12ccac1c1d228 (diff) | |
download | pkgsrc-05e167001b73ca50ac2b2fd1f4819aa403a2ee60.tar.gz |
Added time/p5-DateTimeX-Easy version 0.085
DateTimeX::Easy makes DateTime object creation quick and easy. It
uses a variety of DateTime::Format packages to do the bulk of the
parsing, with some custom tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTimeX-Easy/DESCR | 4 | ||||
-rw-r--r-- | time/p5-DateTimeX-Easy/Makefile | 27 | ||||
-rw-r--r-- | time/p5-DateTimeX-Easy/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/time/p5-DateTimeX-Easy/DESCR b/time/p5-DateTimeX-Easy/DESCR new file mode 100644 index 00000000000..5bb2bb673da --- /dev/null +++ b/time/p5-DateTimeX-Easy/DESCR @@ -0,0 +1,4 @@ +DateTimeX::Easy makes DateTime object creation quick and easy. It +uses a variety of DateTime::Format packages to do the bulk of the +parsing, with some custom tweaks to smooth out the rough edges +(mainly concerning timezone detection and selection). diff --git a/time/p5-DateTimeX-Easy/Makefile b/time/p5-DateTimeX-Easy/Makefile new file mode 100644 index 00000000000..b961d0e7f41 --- /dev/null +++ b/time/p5-DateTimeX-Easy/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/14 00:14:25 abs Exp $ + +DISTNAME= DateTimeX-Easy-0.085 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTimeX/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?DateTimeX::Easy +COMMENT= Parse a date/time string using the best method available + +DEPENDS+= p5-DateTime-Format-DateParse>0:../../time/p5-DateTime-Format-DateParse +DEPENDS+= p5-DateTime-Format-Natural>0:../../time/p5-DateTime-Format-Natural +DEPENDS+= p5-DateTime-Format-Flexible>0:../../time/p5-DateTime-Format-Flexible +DEPENDS+= p5-DateTime-Format-ICal>0:../../time/p5-DateTime-Format-ICal +DEPENDS+= p5-DateTime-Format-DateManip>0:../../time/p5-DateTime-Format-DateManip +DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils + +BUILD_DEPENDS+= p5-Test-Most>0:../../devel/p5-Test-Most + +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # + +PERL5_PACKLIST= auto/DateTimeX/Easy/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTimeX-Easy/distinfo b/time/p5-DateTimeX-Easy/distinfo new file mode 100644 index 00000000000..23466dc3eda --- /dev/null +++ b/time/p5-DateTimeX-Easy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/14 00:14:25 abs Exp $ + +SHA1 (DateTimeX-Easy-0.085.tar.gz) = ab676359a1e69a80853a393c2a52a4caa40fef56 +RMD160 (DateTimeX-Easy-0.085.tar.gz) = 8f5ee4f024e2fec6fcd7fa4b5d410d0f5d634fae +Size (DateTimeX-Easy-0.085.tar.gz) = 32726 bytes |