SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Watch for changes to files, cross-platform style via an API for creating
a File::ChangeNotify::Watcher subclass that will work on your platform.

View file

@ -0,0 +1,15 @@
${P5SITE}/File/
${P5SITE}/File/ChangeNotify/
${P5SITE}/File/ChangeNotify.pm
${P5SITE}/File/ChangeNotify/Event.pm
${P5SITE}/File/ChangeNotify/Watcher/
${P5SITE}/File/ChangeNotify/Watcher.pm
${P5SITE}/File/ChangeNotify/Watcher/Default.pm
${P5SITE}/File/ChangeNotify/Watcher/Inotify.pm
${P5SITE}/File/ChangeNotify/Watcher/KQueue.pm
@man man/man3p/File::ChangeNotify.3p
@man man/man3p/File::ChangeNotify::Event.3p
@man man/man3p/File::ChangeNotify::Watcher.3p
@man man/man3p/File::ChangeNotify::Watcher::Default.3p
@man man/man3p/File::ChangeNotify::Watcher::Inotify.3p
@man man/man3p/File::ChangeNotify::Watcher::KQueue.3p