summaryrefslogtreecommitdiff
path: root/misc/p5-File-Tail
AgeCommit message (Collapse)AuthorFilesLines
2008-02-07The package supports installation to DESTDIR.heinz1-2/+4
Added correct version requirement for p5-Time-HiRes.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-07-13Updated to version 0.99.3.heinz2-8/+8
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.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-31Add p5-File-Tail 0.99.1kim4-0/+33
The primary purpose of File::Tail is reading and analysing log files while they are being written.