pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTimeX-Easy Added time/p5-DateTimeX-Easy ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5c468dfd0e7
branches:  trunk
changeset: 554412:e5c468dfd0e7
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Feb 14 00:14:25 2009 +0000

description:
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:

 time/p5-DateTimeX-Easy/DESCR    |   4 ++++
 time/p5-DateTimeX-Easy/Makefile |  27 +++++++++++++++++++++++++++
 time/p5-DateTimeX-Easy/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 19b17cd599e7 -r e5c468dfd0e7 time/p5-DateTimeX-Easy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTimeX-Easy/DESCR      Sat Feb 14 00:14:25 2009 +0000
@@ -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 -r 19b17cd599e7 -r e5c468dfd0e7 time/p5-DateTimeX-Easy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTimeX-Easy/Makefile   Sat Feb 14 00:14:25 2009 +0000
@@ -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@localhost
+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 -r 19b17cd599e7 -r e5c468dfd0e7 time/p5-DateTimeX-Easy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTimeX-Easy/distinfo   Sat Feb 14 00:14:25 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index