diff options
author | heinz <heinz@pkgsrc.org> | 2006-07-13 20:26:31 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-07-13 20:26:31 +0000 |
commit | b2203f297572353090351e8328ecd0f07f5be1db (patch) | |
tree | f45cbcff3530acd34354b8c4d4b1caa12e7bb11f /misc/p5-File-Tail | |
parent | 9932d1f3737c3fb702dc3a56027632771944a26a (diff) | |
download | pkgsrc-b2203f297572353090351e8328ecd0f07f5be1db.tar.gz |
Updated to version 0.99.3.
Pkgsrc changes:
- Set USE_LANGUAGES
- HOMEPAGE changed to search.cpan.org
Changes since version 0.99.1:
=============================
"Lyle D. Brooks" <brooks@deseret.com> reported there were instances
where interval was set to a negative value
Joe Smith <Joe.Smith@wcom.com> noted that one shouldn't declare
@ISA=qw(Autoloader) unless one is prepared to deal with it correctly.
Peter Allen <pgmppa@ibi.com> undef warnings when starting up on a
nonexistant file
Alain Fauconnet <alain@ait.ac.th> and Benjamin Zwittnig <beni@arnes.si>
provided test cases which helped me chase down another two cases where
File::Tail would spontaneously read too much.
Some operating systems sometimes return 0 for sysread on busy files.
This should now be handled correctly.
nowait can now be specified at object creation.
A callback is called on every file rotation, which can be used for
files that change their names with time.
Diffstat (limited to 'misc/p5-File-Tail')
-rw-r--r-- | misc/p5-File-Tail/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-File-Tail/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/p5-File-Tail/Makefile b/misc/p5-File-Tail/Makefile index 5ee82a0d87d..e3f2fbe5bab 100644 --- a/misc/p5-File-Tail/Makefile +++ b/misc/p5-File-Tail/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:12 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/13 20:26:31 heinz Exp $ -DISTNAME= File-Tail-0.99.1 +DISTNAME= File-Tail-0.99.3 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fit -PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/File-Tail/File/Tail.html +HOMEPAGE= http://search.cpan.org/dist/File-Tail/ COMMENT= Perl5 module for reading from continuously updated files DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/File/Tail/.packlist .include "../../lang/perl5/module.mk" diff --git a/misc/p5-File-Tail/distinfo b/misc/p5-File-Tail/distinfo index 17fc5c9ffa3..c902d5bc400 100644 --- a/misc/p5-File-Tail/distinfo +++ b/misc/p5-File-Tail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 11:02:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/07/13 20:26:31 heinz Exp $ -SHA1 (File-Tail-0.99.1.tar.gz) = bb00e67de8f4e7c9fc3a84ca9188704aa42d39e6 -RMD160 (File-Tail-0.99.1.tar.gz) = 708990e41dcf3306202a30591e2f8eb386574a46 -Size (File-Tail-0.99.1.tar.gz) = 21830 bytes +SHA1 (File-Tail-0.99.3.tar.gz) = 9b3780a314adaf3723ccc7e152f2e102fafa69bf +RMD160 (File-Tail-0.99.3.tar.gz) = 32a05f82bc80313fd5292d4a153b2c69ec4fb73f +Size (File-Tail-0.99.3.tar.gz) = 22800 bytes |