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).
This commit is contained in:
parent
542c78cc8e
commit
310264d5f4
3 changed files with 36 additions and 0 deletions
4
time/p5-DateTimeX-Easy/DESCR
Normal file
4
time/p5-DateTimeX-Easy/DESCR
Normal file
|
@ -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).
|
27
time/p5-DateTimeX-Easy/Makefile
Normal file
27
time/p5-DateTimeX-Easy/Makefile
Normal file
|
@ -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"
|
5
time/p5-DateTimeX-Easy/distinfo
Normal file
5
time/p5-DateTimeX-Easy/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue