The File::Tail module is designed for reading files which are continously
appended to (the name comes from the tail -f directive). Usually such files are logfiles of some description. The module tries hard not to busy wait on the file, dynamicaly calcultaing how long it should wait before it pays to try reading the file again.
This commit is contained in:
parent
aef7738853
commit
1097f908f9
4 changed files with 30 additions and 0 deletions
6
p5-File-Tail/DESCR
Normal file
6
p5-File-Tail/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The File::Tail module is designed for reading files which are continously
|
||||
appended to (the name comes from the tail -f directive). Usually such files
|
||||
are logfiles of some description.
|
||||
|
||||
The module tries hard not to busy wait on the file, dynamicaly calcultaing
|
||||
how long it should wait before it pays to try reading the file again.
|
19
p5-File-Tail/Makefile
Normal file
19
p5-File-Tail/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 06:36:21 bradv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= File-Tail-0.98
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5fta
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= bradv@affectation.org
|
||||
COMMENT= perl5 functions for monitoring continuously appended files
|
||||
|
||||
DEPENDS+= p5-Time-HiRes:../../time/p5-Time-HiRes
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Tail/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-File-Tail/PLIST
Normal file
1
p5-File-Tail/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/05 06:36:21 bradv Exp $
|
4
p5-File-Tail/distinfo
Normal file
4
p5-File-Tail/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/06/05 06:36:21 bradv Exp $
|
||||
|
||||
SHA1 (File-Tail-0.98.tar.gz) = ace0146259d4f2826c147df3893c8fbcfdad6047
|
||||
Size (File-Tail-0.98.tar.gz) = 14149 bytes
|
Loading…
Reference in a new issue