diff options
author | seb <seb@pkgsrc.org> | 2010-03-16 22:48:31 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-03-16 22:48:31 +0000 |
commit | 0435cda5ec8c4e9ea93a6edd9eeac6c28006c145 (patch) | |
tree | 1fef58154a1d88ec5afc6c20272ab63cef9ebd2f /doc | |
parent | 4431be5e8b17fd1aab2c6f29afc0aae323a5a6f0 (diff) | |
download | pkgsrc-0435cda5ec8c4e9ea93a6edd9eeac6c28006c145.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 350bfa19808..05da1d8bfd0 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -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] |