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,12 @@
COMMENT= object methods for locking files
MODULES= cpan
PKG_ARCH= *
DISTNAME= IO-LockedFile-0.23
REVISION= 4
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (IO-LockedFile-0.23.tar.gz) = sdt+amvxvh4GFabstc6+eLAOKHsSfVhW0/FrNd1H+LU=
SIZE (IO-LockedFile-0.23.tar.gz) = 7599

View file

@ -0,0 +1,2 @@
The IO::LockedFile class has the same interface as the IO::File class.
The only difference is that the files are locked with the Flock mechanism.

View file

@ -0,0 +1,6 @@
${P5SITE}/IO/
${P5SITE}/IO/LockedFile/
${P5SITE}/IO/LockedFile.pm
${P5SITE}/IO/LockedFile/Flock.pm
@man man/man3p/IO::LockedFile.3p
@man man/man3p/IO::LockedFile::Flock.3p