SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-IO-LockedFile/Makefile
Normal file
12
devel/p5-IO-LockedFile/Makefile
Normal 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>
|
2
devel/p5-IO-LockedFile/distinfo
Normal file
2
devel/p5-IO-LockedFile/distinfo
Normal 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
|
2
devel/p5-IO-LockedFile/pkg/DESCR
Normal file
2
devel/p5-IO-LockedFile/pkg/DESCR
Normal 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.
|
6
devel/p5-IO-LockedFile/pkg/PLIST
Normal file
6
devel/p5-IO-LockedFile/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue