ea666e7232
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.
19 lines
543 B
Makefile
19 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/07/13 20:26:31 heinz Exp $
|
|
|
|
DISTNAME= File-Tail-0.99.3
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5fit
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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"
|
|
.include "../../mk/bsd.pkg.mk"
|