mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
This module provides the STDOUT, STDERR and exit codes of asynchronously running
processes via events. It may be used for long running or blocking processes that provide periodic updates on state via STDOUT. Simple IPC is possible via STDIN. WWW: http://search.cpan.org/dist/Wx-Perl-ProcessStream/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net>
This commit is contained in:
parent
57b4d85e4f
commit
bcf3924d07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230128
@ -174,6 +174,7 @@
|
||||
SUBDIR += p5-Tk-ResizeButton
|
||||
SUBDIR += p5-Tk-Splashscreen
|
||||
SUBDIR += p5-Tk-TableMatrix
|
||||
SUBDIR += p5-Wx-Perl-ProcessStream
|
||||
SUBDIR += pango
|
||||
SUBDIR += pango-reference
|
||||
SUBDIR += pangomm
|
||||
|
28
x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
Normal file
28
x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Wx-Perl-ProcessStream
|
||||
# Date created: March 8th 2009
|
||||
# Whom: Cezary Morga <cm@therek.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Wx-Perl-ProcessStream
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cm@therek.net
|
||||
COMMENT= Perl5 module to access IO of external processes via events
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Wx.pm:${PORTSDIR}/x11-toolkits/p5-Wx
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Wx.pm:${PORTSDIR}/x11-toolkits/p5-Wx
|
||||
|
||||
USE_WX= 2.6+
|
||||
WX_COMPS= wx contrib
|
||||
WX_UNICODE= yes
|
||||
USE_DISPLAY= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Wx::Perl::ProcessStream.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/p5-Wx-Perl-ProcessStream/distinfo
Normal file
3
x11-toolkits/p5-Wx-Perl-ProcessStream/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Wx-Perl-ProcessStream-0.11.tar.gz) = 7ffa12945306fc2322b791de4455b35a
|
||||
SHA256 (Wx-Perl-ProcessStream-0.11.tar.gz) = df1fa47e2f157c373e8b16bf6955764aedcf5216b5a64bdfb30dd941d4e2f3a6
|
||||
SIZE (Wx-Perl-ProcessStream-0.11.tar.gz) = 12002
|
5
x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-descr
Normal file
5
x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module provides the STDOUT, STDERR and exit codes of asynchronously running
|
||||
processes via events. It may be used for long running or blocking processes that
|
||||
provide periodic updates on state via STDOUT. Simple IPC is possible via STDIN.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Wx-Perl-ProcessStream/
|
6
x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-plist
Normal file
6
x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Wx/Perl/ProcessStream/.packlist
|
||||
%%SITE_PERL%%/Wx/Perl/ProcessStream.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Wx/Perl/ProcessStream
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Wx/Perl
|
||||
@dirrmtry %%SITE_PERL%%/Wx/Perl
|
||||
@dirrmtry %%SITE_PERL%%/Wx
|
Loading…
Reference in New Issue
Block a user