capture standard error output, display in separate window. needed by

some upcoming port; jolan@ ok.
This commit is contained in:
fgsch 2005-09-23 18:50:55 +00:00
parent 4befb03747
commit fdc0b8852e
4 changed files with 35 additions and 0 deletions

23
x11/p5-Tk-Stderr/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/23 18:50:55 fgsch Exp $
COMMENT= "capture standard error output, display in separate window"
DISTNAME= Tk-Stderr-1.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= x11 devel perl5
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
RUN_DEPENDS= ::x11/p5-Tk
CONFIGURE_STYLE= perl
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Tk-Stderr-1.2.tar.gz) = 86f0f85d24d2c1e72e1e5a039b0f0d72
RMD160 (Tk-Stderr-1.2.tar.gz) = 095a36591785bde22488cc4287d28fbfb3c94ad7
SHA1 (Tk-Stderr-1.2.tar.gz) = b40ce188e24910ff6260b08a12f071edb17b1e65
SIZE (Tk-Stderr-1.2.tar.gz) = 3702

View File

@ -0,0 +1,4 @@
This module captures that standard error of a program and redirects
it to a read only text widget, which doesn't appear until necessary.
When it does appear, the user can close it; it'll appear again when
there is more output.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/23 18:50:55 fgsch Exp $
${P5SITE}/Tk/
${P5SITE}/Tk/Stderr.pm
@man man/man3p/Tk::Stderr.3p