capture standard error output, display in separate window. needed by
some upcoming port; jolan@ ok.
This commit is contained in:
parent
4befb03747
commit
fdc0b8852e
23
x11/p5-Tk-Stderr/Makefile
Normal file
23
x11/p5-Tk-Stderr/Makefile
Normal 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>
|
4
x11/p5-Tk-Stderr/distinfo
Normal file
4
x11/p5-Tk-Stderr/distinfo
Normal 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
|
4
x11/p5-Tk-Stderr/pkg/DESCR
Normal file
4
x11/p5-Tk-Stderr/pkg/DESCR
Normal 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.
|
4
x11/p5-Tk-Stderr/pkg/PLIST
Normal file
4
x11/p5-Tk-Stderr/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user