Note initial addition of p5-Filesys-Notify-Simple version 0.05 as

devel/p5-Filesys-Notify-Simple into The NetBSD Packages Collection.

The Perl 5 module Filesys::Notify::Simple is a simple but unified
interface to get notifications of changes to a given filesystem
path. It utilizes inotify2 on Linux and fsevents on OS X if they're
installed, with a fallback to the full directory scan if they're
not available.
This commit is contained in:
seb 2010-03-16 22:48:31 +00:00
parent 2b0fe2bae9
commit 591e21dcb2

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2010,v 1.1320 2010/03/16 22:42:23 sno Exp $
$NetBSD: CHANGES-2010,v 1.1321 2010/03/16 22:48:31 seb Exp $
Changes to the packages collection and infrastructure in 2010:
@ -1566,3 +1566,4 @@ Changes to the packages collection and infrastructure in 2010:
Updated textproc/p5-Text-BibTeX to 0.42 [sno 2010-03-16]
Added textproc/py-4Suite version 1.0.2 [pettai 2010-03-16]
Updated math/p5-Spreadsheet-Read to 0.39 [sno 2010-03-16]
Added devel/p5-Filesys-Notify-Simple version 0.05 [seb 2010-03-16]