SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-Parallel-Prefork/Makefile
Normal file
22
devel/p5-Parallel-Prefork/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = simple prefork server framework
|
||||
|
||||
DISTNAME = Parallel-Prefork-0.18
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
RUN_DEPENDS = devel/p5-Class-Accessor-Lite \
|
||||
devel/p5-List-MoreUtils \
|
||||
devel/p5-Scope-Guard \
|
||||
sysutils/p5-Proc-Wait3 \
|
||||
devel/p5-Signal-Mask
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
TEST_DEPENDS = devel/p5-Test-Requires \
|
||||
devel/p5-Test-SharedFork
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Parallel-Prefork/distinfo
Normal file
2
devel/p5-Parallel-Prefork/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Parallel-Prefork-0.18.tar.gz) = 8cH0jxrhR6WLyI+csvVw1rsV6kwNWJq9TDCE3clhWW4=
|
||||
SIZE (Parallel-Prefork-0.18.tar.gz) = 28226
|
9
devel/p5-Parallel-Prefork/patches/patch-Makefile_PL
Normal file
9
devel/p5-Parallel-Prefork/patches/patch-Makefile_PL
Normal file
|
@ -0,0 +1,9 @@
|
|||
Fix for perl 5.26.0+ (no . in @inc by default)
|
||||
Index: Makefile.PL
|
||||
--- Makefile.PL.orig
|
||||
+++ Makefile.PL
|
||||
@@ -1,3 +1,4 @@
|
||||
+BEGIN { push @INC, '.'; }
|
||||
use inc::Module::Install;
|
||||
|
||||
all_from 'lib/Parallel/Prefork.pm';
|
2
devel/p5-Parallel-Prefork/pkg/DESCR
Normal file
2
devel/p5-Parallel-Prefork/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Parallel::Prefork is much like Parallel::ForkManager,
|
||||
but supports graceful shutdown and run-time reconfiguration.
|
8
devel/p5-Parallel-Prefork/pkg/PLIST
Normal file
8
devel/p5-Parallel-Prefork/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/Parallel/
|
||||
${P5SITE}/Parallel/Prefork/
|
||||
${P5SITE}/Parallel/Prefork.pm
|
||||
${P5SITE}/Parallel/Prefork/SpareWorkers/
|
||||
${P5SITE}/Parallel/Prefork/SpareWorkers.pm
|
||||
${P5SITE}/Parallel/Prefork/SpareWorkers/Scoreboard.pm
|
||||
@man man/man3p/Parallel::Prefork.3p
|
||||
@man man/man3p/Parallel::Prefork::SpareWorkers.3p
|
Loading…
Add table
Add a link
Reference in a new issue