import p5-File-Tail-0.96

reviewed by brad@
--

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, dynamically
calcultaing how long it should wait before it pays to try reading
the file again.

The module should handle normal log truncations ("close; move; open"
or "cat /dev/null >file") transparently, without losing any input.
This commit is contained in:
avsm 2000-09-16 14:57:29 +00:00
parent c4d6f79f8a
commit 96bd16fc03
5 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/16 14:57:29 avsm Exp $
DISTNAME= File-Tail-0.96
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.330
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd
BUILD_DEPENDS= ${PERL_MODULES}/Time/HiRes.pm::devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= avsm@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
ALL_TARGET= test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-Tail-0.96.tar.gz) = aad2b724c8ae21589961796b50095401
RMD160 (File-Tail-0.96.tar.gz) = c61eef9ae795aa7fda818c6453b653950a20eb4e
SHA1 (File-Tail-0.96.tar.gz) = e02c8afe82d6205ed7a7061be66c913c4120b683

View File

@ -0,0 +1 @@
library for reading from continously updated files

View File

@ -0,0 +1,10 @@
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, dynamically
calcultaing how long it should wait before it pays to try reading
the file again.
The module should handle normal log truncations ("close; move; open"
or "cat /dev/null >file") transparently, without losing any input.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/16 14:57:29 avsm Exp $
libdata/perl5/site_perl/File/Tail.pm
libdata/perl5/site_perl/auto/File/Tail/autosplit.ix
libdata/perl5/site_perl/${ARCH}-openbsd/auto/File/Tail/.packlist
man/man3/File::Tail.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/File/Tail
@dirrm libdata/perl5/site_perl/auto/File/Tail