From 3e5f59ecd116b4e863409d7b856381fb45730be0 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 21 May 2016 10:54:49 +0000 Subject: Import POSIX-strftime-Compiler-0.41 as time/p5-POSIX-strftime-Compiler. POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications. For generate same result strings on any locale, POSIX::strftime::Compiler wraps POSIX::strftime and converts some format characters to perl code. --- time/p5-POSIX-strftime-Compiler/DESCR | 6 ++++++ time/p5-POSIX-strftime-Compiler/Makefile | 18 ++++++++++++++++++ time/p5-POSIX-strftime-Compiler/distinfo | 6 ++++++ 3 files changed, 30 insertions(+) create mode 100644 time/p5-POSIX-strftime-Compiler/DESCR create mode 100644 time/p5-POSIX-strftime-Compiler/Makefile create mode 100644 time/p5-POSIX-strftime-Compiler/distinfo (limited to 'time/p5-POSIX-strftime-Compiler') diff --git a/time/p5-POSIX-strftime-Compiler/DESCR b/time/p5-POSIX-strftime-Compiler/DESCR new file mode 100644 index 00000000000..d45ec2559c1 --- /dev/null +++ b/time/p5-POSIX-strftime-Compiler/DESCR @@ -0,0 +1,6 @@ +POSIX::strftime::Compiler provides GNU C library compatible strftime(3). +But this module will not affected by the system locale. This feature is +useful when you want to write loggers, servers and portable applications. + +For generate same result strings on any locale, POSIX::strftime::Compiler +wraps POSIX::strftime and converts some format characters to perl code. diff --git a/time/p5-POSIX-strftime-Compiler/Makefile b/time/p5-POSIX-strftime-Compiler/Makefile new file mode 100644 index 00000000000..90a1e2aa979 --- /dev/null +++ b/time/p5-POSIX-strftime-Compiler/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/05/21 10:54:49 wen Exp $ + +DISTNAME= POSIX-strftime-Compiler-0.41 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POSIX/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POSIX-strftime-Compiler/ +COMMENT= Perl extension for glibc compatible strftime for loggers/servers +LICENSE= ${PERL5_LICENSE} + +PERL5_MODULE_TYPE= Module::Build + +PERL5_PACKLIST= auto/POSIX/strftime/Compiler/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-POSIX-strftime-Compiler/distinfo b/time/p5-POSIX-strftime-Compiler/distinfo new file mode 100644 index 00000000000..630c4097cf9 --- /dev/null +++ b/time/p5-POSIX-strftime-Compiler/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/21 10:54:49 wen Exp $ + +SHA1 (POSIX-strftime-Compiler-0.41.tar.gz) = 7d8814f39e60e1c190c15dd64cbaba70dd2740f9 +RMD160 (POSIX-strftime-Compiler-0.41.tar.gz) = e3c9cea46c50271ff131e202378dd27b1a64a1ac +SHA512 (POSIX-strftime-Compiler-0.41.tar.gz) = b613de3fb332313318cca8a6c8912b64e9dac702d5681d252dc8eb919c7b102354ad25f60b537cdfa66203e01826b34a5a349a2fac856a6affb40d5f160725fe +Size (POSIX-strftime-Compiler-0.41.tar.gz) = 17187 bytes -- cgit v1.2.3