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.
This commit is contained in:
parent
1d2c506f92
commit
2728cce3e7
3 changed files with 32 additions and 0 deletions
6
time/p5-DateTime-Format-CLDR/DESCR
Normal file
6
time/p5-DateTime-Format-CLDR/DESCR
Normal file
|
@ -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.
|
20
time/p5-DateTime-Format-CLDR/Makefile
Normal file
20
time/p5-DateTime-Format-CLDR/Makefile
Normal file
|
@ -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
|
||||
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"
|
6
time/p5-DateTime-Format-CLDR/distinfo
Normal file
6
time/p5-DateTime-Format-CLDR/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue