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-CLDR Import p5-DateTime-Format...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21847643ea64
branches:  trunk
changeset: 352583:21847643ea64
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 17 02:34:39 2016 +0000

description:
Import p5-DateTime-Format-CLDR-1.17 as time/p5-DateTime-Format-CLDR.

This module provides a parser (and also a formater) for datetime strings
using patterns as defined by the Unicode CLDR Project (Common Locale Data
Repository). http://unicode.org/cldr/.

CLDR format is supported by DateTime and DateTime::Locale starting with
version 0.40.

diffstat:

 time/p5-DateTime-Format-CLDR/DESCR    |   6 ++++++
 time/p5-DateTime-Format-CLDR/Makefile |  20 ++++++++++++++++++++
 time/p5-DateTime-Format-CLDR/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 98fd91de1e98 -r 21847643ea64 time/p5-DateTime-Format-CLDR/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-CLDR/DESCR        Sat Sep 17 02:34:39 2016 +0000
@@ -0,0 +1,6 @@
+This module provides a parser (and also a formater) for datetime strings
+using patterns as defined by the Unicode CLDR Project (Common Locale Data
+Repository). http://unicode.org/cldr/.
+
+CLDR format is supported by DateTime and DateTime::Locale starting with
+version 0.40.
diff -r 98fd91de1e98 -r 21847643ea64 time/p5-DateTime-Format-CLDR/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-CLDR/Makefile     Sat Sep 17 02:34:39 2016 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/09/17 02:34:39 mef Exp $
+
+DISTNAME=      DateTime-Format-CLDR-1.17
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/M/MA/MAROS/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/M/MA/MAROS/
+COMMENT=       Parse and format CLDR, Common Locale Date Repository, time patterns
+LICENSE=       ${PERL5_LICENSE}
+
+# for make test
+BUILD_DEPENDS+=        p5-DateTime-[0-9]*:../../time/p5-DateTime
+BUILD_DEPENDS+=        p5-DateTime-Incomplete-[0-9]*:../../time/p5-DateTime-Incomplete
+
+PERL5_PACKLIST= auto/DateTime/Format/CLDR/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 98fd91de1e98 -r 21847643ea64 time/p5-DateTime-Format-CLDR/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Format-CLDR/distinfo     Sat Sep 17 02:34:39 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/17 02:34:39 mef Exp $
+
+SHA1 (DateTime-Format-CLDR-1.17.tar.gz) = 93f011acd83bc8301c75ba62c0d70f2d8ad1feac
+RMD160 (DateTime-Format-CLDR-1.17.tar.gz) = 584e41a396d9e6fad9a6f756bf6d553026822e16
+SHA512 (DateTime-Format-CLDR-1.17.tar.gz) = d8ca5dd4047a15c8df8a628129f85bfa780eebecb121177c46f52779957c61f05b9eb9534f4a738566431d658187c2a7d5ab1a3965e3d6e380eea1c4bfa08ca8
+Size (DateTime-Format-CLDR-1.17.tar.gz) = 47352 bytes



Home | Main Index | Thread Index | Old Index