Path to this page:
./
sysutils/p5-Linux-Inotify2,
Scalable directory/file change notification
Branch: CURRENT,
Version: 2.2nb3,
Package name: p5-Linux-Inotify2-2.2nb3,
Maintainer: pkgsrc-usersThis module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.
It has a number of advantages over the Linux::Inotify module:
- it is portable (Linux::Inotify only works on x86)
- the equivalent of fullname works correctly
- it is better documented
- it has callback-style interface, which is better suited for
integration.
Required to run:[
lang/perl5] [
devel/p5-common-sense]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 10.031 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-Linux-Inotify2-2.2nb3
- (2022-06-28) Updated to version: p5-Linux-Inotify2-2.2nb2
- (2021-05-25) Updated to version: p5-Linux-Inotify2-2.2nb1
- (2020-10-09) Updated to version: p5-Linux-Inotify2-2.2
- (2020-09-01) Updated to version: p5-Linux-Inotify2-1.2.2nb9
- (2019-08-11) Updated to version: p5-Linux-Inotify2-1.2.2nb8
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-10-08 23:43:00 by Michael Forney | Files touched by this commit (2) | |
Log message:
p5-Linux-Inotify2: update to 2.2
2.2 Mon Dec 9 04:09:05 CET 2019
- define IN_EXCL_UNLINK to 0 if it is missing, for the benefit of
antique systems that lack this symbol.
2.1 Fri Oct 26 03:16:03 CEST 2018
- damn, left debugging code not caught by tests (reported by losyme).
2.0 Thu Oct 25 03:19:08 CEST 2018
- fix poll and read documentation w.r.t. errors - this changes the
documented API, but is how the module has always behaved.
- mention https://lwn.net/Articles/605128/ in the docs.
- new on_overflow callback, called for overflow events.
- new ->broadcast method that calls all watchers with some event.
- automatically broadcast overflow events to all watchers by default.
- read now returns all events (except ignored ones), not just ones
it has registered watchers for (e.g. overflow events).
- reduced dependencies (Mike Pomraning).
- add IN_EXCL_UNLINK flag.
- more efficient constant initialisation.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|