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 Updated to version 0.99.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5399a832d2a0
branches:  trunk
changeset: 516084:5399a832d2a0
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Jul 13 20:26:31 2006 +0000

description:
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@localhost> reported there were instances
        where interval was set to a negative value
        Joe Smith <Joe.Smith%wcom.com@localhost> noted that one shouldn't declare
        @ISA=qw(Autoloader) unless one is prepared to deal with it correctly.
        Peter Allen <pgmppa%ibi.com@localhost> undef warnings when starting up on a
        nonexistant file
        Alain Fauconnet <alain%ait.ac.th@localhost> and Benjamin Zwittnig <beni%arnes.si@localhost>
        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:

 misc/p5-File-Tail/Makefile |  8 ++++----
 misc/p5-File-Tail/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 5834e1855b6b -r 5399a832d2a0 misc/p5-File-Tail/Makefile
--- a/misc/p5-File-Tail/Makefile        Thu Jul 13 19:10:50 2006 +0000
+++ b/misc/p5-File-Tail/Makefile        Thu Jul 13 20:26:31 2006 +0000
@@ -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@localhost
-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 -r 5834e1855b6b -r 5399a832d2a0 misc/p5-File-Tail/distinfo
--- a/misc/p5-File-Tail/distinfo        Thu Jul 13 19:10:50 2006 +0000
+++ b/misc/p5-File-Tail/distinfo        Thu Jul 13 20:26:31 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index