SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-IPC-Run-SafeHandles/Makefile
Normal file
21
devel/p5-IPC-Run-SafeHandles/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= safe guarding for IPC::Run
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = IPC-Run-SafeHandles-0.04
|
||||
CATEGORIES= devel
|
||||
REVISION = 1
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
CONFIGURE_STYLE = modinst
|
||||
|
||||
RUN_DEPENDS = devel/p5-List-MoreUtils
|
||||
|
||||
BUILD_DEPENDS += devel/p5-List-MoreUtils
|
||||
|
||||
TEST_DEPENDS= devel/p5-Test-Pod-Coverage \
|
||||
devel/p5-Test-Pod
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IPC-Run-SafeHandles/distinfo
Normal file
2
devel/p5-IPC-Run-SafeHandles/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IPC-Run-SafeHandles-0.04.tar.gz) = js0/heEyyoSjLm8bN0DQr2+XBZH9Kuac6BOqe0buv/w=
|
||||
SIZE (IPC-Run-SafeHandles-0.04.tar.gz) = 19431
|
10
devel/p5-IPC-Run-SafeHandles/pkg/DESCR
Normal file
10
devel/p5-IPC-Run-SafeHandles/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
IPC::Run and IPC::Run3 are both very upset when you try to use them
|
||||
under environments where you have STDOUT and/or STDERR tied to something
|
||||
else, such as under fastcgi.
|
||||
|
||||
The module adds safe-guarding code when you call IPC::Run or IPC::Run3
|
||||
under such environment to make sure it always works.
|
||||
|
||||
If you intend to release your code to work under normal environment as
|
||||
well as under fastcgi, simply use this module *after* the "IPC" modules
|
||||
are loaded in your code.
|
2
devel/p5-IPC-Run-SafeHandles/pkg/PLIST
Normal file
2
devel/p5-IPC-Run-SafeHandles/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/IPC/Run/SafeHandles.pm
|
||||
@man man/man3p/IPC::Run::SafeHandles.3p
|
Loading…
Add table
Add a link
Reference in a new issue