pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-File-Tail Add p5-File-Tail 0.99.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a078d1ebf56a
branches:  trunk
changeset: 486679:a078d1ebf56a
user:      kim <kim%pkgsrc.org@localhost>
date:      Fri Dec 31 21:35:05 2004 +0000

description:
Add p5-File-Tail 0.99.1

The primary purpose of File::Tail is reading and analysing log files while
they are being written.

diffstat:

 misc/p5-File-Tail/DESCR    |   8 ++++++++
 misc/p5-File-Tail/Makefile |  20 ++++++++++++++++++++
 misc/p5-File-Tail/PLIST    |   1 +
 misc/p5-File-Tail/distinfo |   4 ++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 0fc675888001 -r a078d1ebf56a misc/p5-File-Tail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-File-Tail/DESCR   Fri Dec 31 21:35:05 2004 +0000
@@ -0,0 +1,8 @@
+The primary purpose of File::Tail is reading and analysing log files while
+they are being written.
+
+The module tries very hard NOT to ``busy-wait'' on a file that has little
+traffic.  If the file does not get altered for a while, File::Tail gets
+suspicious and startschecking if the file was truncated, or moved and
+recreated. If anything like that had happened, File::Tail will quietly
+reopen the file, and continue reading.
diff -r 0fc675888001 -r a078d1ebf56a misc/p5-File-Tail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-File-Tail/Makefile        Fri Dec 31 21:35:05 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/31 21:35:05 kim Exp $
+
+DISTNAME=      File-Tail-0.99.1
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5fit
+PKGREVISION=   # empty
+CATEGORIES=    misc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://theory.uwinnipeg.ca/CPAN/data/File-Tail/File/Tail.html
+COMMENT=       Perl5 module for reading from continuously updated files
+
+DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/File/Tail/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0fc675888001 -r a078d1ebf56a misc/p5-File-Tail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-File-Tail/PLIST   Fri Dec 31 21:35:05 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/31 21:35:05 kim Exp $
diff -r 0fc675888001 -r a078d1ebf56a misc/p5-File-Tail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-File-Tail/distinfo        Fri Dec 31 21:35:05 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/31 21:35:05 kim Exp $
+
+SHA1 (File-Tail-0.99.1.tar.gz) = bb00e67de8f4e7c9fc3a84ca9188704aa42d39e6
+Size (File-Tail-0.99.1.tar.gz) = 21830 bytes



Home | Main Index | Thread Index | Old Index