cvs commit: ports/devel Makefile ports/devel/p5-Path-Class-File-Lockable Makefile distinfo pkg-descr pkg-plist

Frederic Culot culot at FreeBSD.org
Mon Jan 23 10:25:40 UTC 2012


culot       2012-01-23 10:25:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Path-Class-File-Lockable Makefile distinfo pkg-descr 
                                      pkg-plist 
  Log:
  Path::Class::File::Lockable uses simple files to indicate
  whether a file is locked or not.
  
  It does not use flock(), since that is unstable over NFS.
  Effort has been made to avoid race conditions.
  
  Path::Class::File::Lockable is intended for long-standing locks,
  as in a Subversion workspace. See SVN::Class for example.
  
  WWW: http://search.cpan.org/dist/Path-Class-File-Lockable/
  
  PR:             ports/164368 (based on)
  Submitted by:   Tatsuya Ueda <ml+freebsd at tatsuya.info>
  
  Revision  Changes    Path
  1.4814    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-Path-Class-File-Lockable/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Path-Class-File-Lockable/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Path-Class-File-Lockable/pkg-descr (new)
  1.1       +9 -0      ports/devel/p5-Path-Class-File-Lockable/pkg-plist (new)


More information about the cvs-ports mailing list