Revision: 149756 https://trac.macports.org/changeset/149756 Author: devans@macports.org Date: 2016-06-29 13:32:30 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-file-sync: new port, perl access to fsync() and sync() function calls. Added Paths: ----------- trunk/dports/perl/p5-file-sync/ trunk/dports/perl/p5-file-sync/Portfile Added: trunk/dports/perl/p5-file-sync/Portfile =================================================================== --- trunk/dports/perl/p5-file-sync/Portfile (rev 0) +++ trunk/dports/perl/p5-file-sync/Portfile 2016-06-29 20:32:30 UTC (rev 149756) @@ -0,0 +1,17 @@ +# -*- 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.22 5.24 +perl5.setup File-Sync 0.11 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description File::Sync - Perl access to fsync() and sync() function calls +long_description ${description} + +platforms darwin + +checksums rmd160 4be7cc4611fa2d30e784ed76016d90f5d1816ec9 \ + sha256 786698225e5cb43e8f061b78cfac1e0e7d48d370034ffdc518255207741c0b2a Property changes on: trunk/dports/perl/p5-file-sync/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org