pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Format-CLDR



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 17 02:34:39 UTC 2016

Added Files:
        pkgsrc/time/p5-DateTime-Format-CLDR: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/p5-DateTime-Format-CLDR/DESCR \
    pkgsrc/time/p5-DateTime-Format-CLDR/Makefile \
    pkgsrc/time/p5-DateTime-Format-CLDR/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/time/p5-DateTime-Format-CLDR/DESCR
diff -u /dev/null pkgsrc/time/p5-DateTime-Format-CLDR/DESCR:1.1
--- /dev/null   Sat Sep 17 02:34:39 2016
+++ pkgsrc/time/p5-DateTime-Format-CLDR/DESCR   Sat Sep 17 02:34:39 2016
@@ -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.
Index: pkgsrc/time/p5-DateTime-Format-CLDR/Makefile
diff -u /dev/null pkgsrc/time/p5-DateTime-Format-CLDR/Makefile:1.1
--- /dev/null   Sat Sep 17 02:34:39 2016
+++ pkgsrc/time/p5-DateTime-Format-CLDR/Makefile        Sat Sep 17 02:34:39 2016
@@ -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"
Index: pkgsrc/time/p5-DateTime-Format-CLDR/distinfo
diff -u /dev/null pkgsrc/time/p5-DateTime-Format-CLDR/distinfo:1.1
--- /dev/null   Sat Sep 17 02:34:39 2016
+++ pkgsrc/time/p5-DateTime-Format-CLDR/distinfo        Sat Sep 17 02:34:39 2016
@@ -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