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,25 @@
COMMENT = watch for changes to files, cross-platform style
DISTNAME = File-ChangeNotify-0.31
REVISION = 0
CATEGORIES = devel
# Artistic 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Module-Pluggable \
devel/p5-Module-Runtime \
devel/p5-Moo>=1.006 \
devel/p5-Type-Tiny \
devel/p5-namespace-autoclean
TEST_DEPENDS = devel/p5-Test-Requires \
devel/p5-Test-Without-Module \
devel/p5-Test2-Suite
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-ChangeNotify-0.31.tar.gz) = GSvbHOdiZsamlKjpYtA5463uuCm2rB4j9QV/K1Bjkr0=
SIZE (File-ChangeNotify-0.31.tar.gz) = 41447

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