SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This is a port of the Erlang process supervisor
(http://www.erlang.org/doc/design_principles/sup_princ.html).
This will monitor instances of children, restarting them as necessary
should they exit.

View file

@ -0,0 +1,23 @@
${P5SITE}/POE/Component/Supervisor/
${P5SITE}/POE/Component/Supervisor.pm
${P5SITE}/POE/Component/Supervisor/Handle/
${P5SITE}/POE/Component/Supervisor/Handle.pm
${P5SITE}/POE/Component/Supervisor/Handle/Interface.pm
${P5SITE}/POE/Component/Supervisor/Handle/Proc.pm
${P5SITE}/POE/Component/Supervisor/Handle/Session.pm
${P5SITE}/POE/Component/Supervisor/Interface.pm
${P5SITE}/POE/Component/Supervisor/LogDispatch.pm
${P5SITE}/POE/Component/Supervisor/Supervised/
${P5SITE}/POE/Component/Supervisor/Supervised.pm
${P5SITE}/POE/Component/Supervisor/Supervised/Interface.pm
${P5SITE}/POE/Component/Supervisor/Supervised/Proc.pm
${P5SITE}/POE/Component/Supervisor/Supervised/Session.pm
@man man/man3p/POE::Component::Supervisor.3p
@man man/man3p/POE::Component::Supervisor::Handle.3p
@man man/man3p/POE::Component::Supervisor::Handle::Proc.3p
@man man/man3p/POE::Component::Supervisor::Handle::Session.3p
@man man/man3p/POE::Component::Supervisor::Interface.3p
@man man/man3p/POE::Component::Supervisor::LogDispatch.3p
@man man/man3p/POE::Component::Supervisor::Supervised.3p
@man man/man3p/POE::Component::Supervisor::Supervised::Proc.3p
@man man/man3p/POE::Component::Supervisor::Supervised::Session.3p