Updating x11/p5-Wx-Perl-ProcessStream from 0.24nb1 to 0.27
Upstream changes: 0.27 2010-02-28 00:00 Use param to Wx::Yield (Wx 0.9701+) to avoid recursive Yield calls and pass tests with debugging wxWidgets (e.g. pre-installed wxWidgets on OSX); 0.26 2010-02-26 00:00 Changed behaviour of $process->IsAlive will now return false if process has already returned an exit code. 0.25 2010-02-25 00:00 Continuous stream will hang app rt.cpan.org #54962 Fixed by adding SetMaxLines setting with default 1000 Added PeekStdErrBuffer, PeekStdOutBuffer Added GetStdErrBufferLineCount GetStdOutBufferLineCount Added EVT_WXP_PROCESS_STREAM_MAXLINES Stopped tests displaying frame (not necessary in this case)
This commit is contained in:
parent
18a751e657
commit
9d9d93bf00
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/02/03 11:14:32 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/03/02 14:27:25 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Wx-Perl-ProcessStream-0.24
|
||||
DISTNAME= Wx-Perl-ProcessStream-0.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= x11 perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/01/16 14:59:08 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/03/02 14:27:25 sno Exp $
|
||||
|
||||
SHA1 (Wx-Perl-ProcessStream-0.24.tar.gz) = 178b58c96d00fc8882b2ebaf278c276f12d8544e
|
||||
RMD160 (Wx-Perl-ProcessStream-0.24.tar.gz) = 9618014fbc0d7415c89c3fc4ec7c449d87da9492
|
||||
Size (Wx-Perl-ProcessStream-0.24.tar.gz) = 14190 bytes
|
||||
SHA1 (Wx-Perl-ProcessStream-0.27.tar.gz) = f500c11fdd05fae46fd41459791b72220da46bee
|
||||
RMD160 (Wx-Perl-ProcessStream-0.27.tar.gz) = 914fe5a2394fe3aeb01b16e6f98206d40681243d
|
||||
Size (Wx-Perl-ProcessStream-0.27.tar.gz) = 15523 bytes
|
||||
|
|
Loading…
Reference in a new issue