pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Natural Added time/p5-DateTime...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b39637e7ef1a
branches:  trunk
changeset: 554404:b39637e7ef1a
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Feb 13 23:48:50 2009 +0000

description:
Added time/p5-DateTime-Format-Natural version 0.74

DateTime::Format::Natural takes a string with a human readable
date/time and creates a machine readable one by applying natural
parsing logic.

diffstat:

 time/p5-DateTime-Format-Natural/DESCR    |   3 +++
 time/p5-DateTime-Format-Natural/Makefile |  26 ++++++++++++++++++++++++++
 time/p5-DateTime-Format-Natural/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 3ddd3d4a4698 -r b39637e7ef1a time/p5-DateTime-Format-Natural/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Natural/DESCR     Fri Feb 13 23:48:50 2009 +0000
@@ -0,0 +1,3 @@
+DateTime::Format::Natural takes a string with a human readable
+date/time and creates a machine readable one by applying natural
+parsing logic.
diff -r 3ddd3d4a4698 -r b39637e7ef1a time/p5-DateTime-Format-Natural/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Natural/Makefile  Fri Feb 13 23:48:50 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $
+
+DISTNAME=      DateTime-Format-Natural-0.74
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?DateTime::Format::Natural
+COMMENT=       Create machine readable date/time with natural parsing logic
+
+DEPENDS+=      p5-boolean>=0:../../devel/p5-boolean
+DEPENDS+=      p5-Date-Calc>=0:../../time/p5-Date-Calc
+DEPENDS+=      p5-DateTime>=0:../../time/p5-DateTime
+DEPENDS+=      p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
+DEPENDS+=      p5-Params-Validate>=0:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine
+
+PERL5_MODULE_TYPE=     Module::Build
+PKG_DESTDIR_SUPPORT=   user-destdir
+USE_LANGUAGES= #
+
+PERL5_PACKLIST=        auto/DateTime/Format/Natural/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3ddd3d4a4698 -r b39637e7ef1a time/p5-DateTime-Format-Natural/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-Natural/distinfo  Fri Feb 13 23:48:50 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $
+
+SHA1 (DateTime-Format-Natural-0.74.tar.gz) = 4ac80701f526f606be45bc4b9b0be32951fb02c6
+RMD160 (DateTime-Format-Natural-0.74.tar.gz) = 7214f715b78ccc967db522e2421a519553f1b777
+Size (DateTime-Format-Natural-0.74.tar.gz) = 25919 bytes



Home | Main Index | Thread Index | Old Index