Revision: 128968 https://trac.macports.org/changeset/128968 Author: khindenburg@macports.org Date: 2014-12-01 07:19:16 -0800 (Mon, 01 Dec 2014) Log Message: ----------- p5-posix-strftime-compiler: new port #44819 Added Paths: ----------- trunk/dports/perl/p5-posix-strftime-compiler/ trunk/dports/perl/p5-posix-strftime-compiler/Portfile Added: trunk/dports/perl/p5-posix-strftime-compiler/Portfile =================================================================== --- trunk/dports/perl/p5-posix-strftime-compiler/Portfile (rev 0) +++ trunk/dports/perl/p5-posix-strftime-compiler/Portfile 2014-12-01 15:19:16 UTC (rev 128968) @@ -0,0 +1,27 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.16 5.18 5.20 +perl5.setup POSIX-strftime-Compiler 0.40 + +platforms darwin +maintainers khindenburg openmaintainer +license {Artistic-1 GPL} + +supported_archs noarch + +description GNU C library compatible strftime for loggers and servers +long_description \ + 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. + +checksums rmd160 f148b09411824df8321139b61eebc83a7883fae6 \ + sha256 7b4abbe793acc920b10ed14f9e430c69ef778e28fd59e4046d6c35d1c24b6c99 + +perl5.use_module_build + +test.run yes Property changes on: trunk/dports/perl/p5-posix-strftime-compiler/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native