Port details |
- p5-Coro Coroutine process abstraction for perl
- 6.570,1 devel =4 6.570,1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-01-27 09:54:06
- Last Update: 2024-03-23 14:30:54
- Commit Hash: 6dd3368
- People watching this port, also watch:: p5-DateTime-Format-Mail, p5-libwww, autoconf, p5-Event, sysconftool
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Coro
- Description:
- Coro started as a simple module that implemented a specific form of first class
continuations called Coroutines. These basically allow you to capture the
current point execution and jump to another point, while allowing you to return
at any time, as kind of non-local jump, not unlike C's setjmp/longjmp. This is
nowadays known as a Coro::State.
One natural application for these is to include a scheduler, resulting in
cooperative threads, which is the main use case for Coro today. Still, much of
the documentation and custom refers to these threads as "coroutines" or often
just "coros".
A thread is very much like a stripped-down perl interpreter, or a process:
Unlike a full interpreter process, a thread doesn't have its own variable or
code namespaces - everything is shared. That means that when one thread modifies
a variable (or any value, e.g. through a reference), then other threads
immediately see this change when they look at the same variable or location.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/p5-Coro/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Coro
- pkg install p5-Coro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Coro
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1598456555
SHA256 (Coro-6.57.tar.gz) = 1928e48033540e11ebf5506986dd101af78d2421d210f96599223b15d51714c6
SIZE (Coro-6.57.tar.gz) = 198128
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-AnyEvent>=7,1 : devel/p5-AnyEvent
- p5-AnyEvent-AIO>=1.0 : devel/p5-AnyEvent-AIO
- p5-EV>=4 : devel/p5-EV
- p5-Event>=1.08 : devel/p5-Event
- p5-Guard>=0.5 : devel/p5-Guard
- p5-IO-AIO>=3.1 : devel/p5-IO-AIO
- p5-common-sense>=0 : devel/p5-common-sense
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-AnyEvent>=7,1 : devel/p5-AnyEvent
- p5-AnyEvent-AIO>=1.0 : devel/p5-AnyEvent-AIO
- p5-EV>=4 : devel/p5-EV
- p5-Event>=1.08 : devel/p5-Event
- p5-Guard>=0.5 : devel/p5-Guard
- p5-IO-AIO>=3.1 : devel/p5-IO-AIO
- p5-common-sense>=0 : devel/p5-common-sense
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- mail/p5-Net-IMAP-Server
- net/p5-Net-RabbitFoot
- net/p5-Net-SSH-Mechanize
- net/p5-Net-Server-Coro
- www/p5-Continuity
- www/p5-Corona
- www/p5-FurlX-Coro
- for Run
-
- mail/p5-Net-IMAP-Server
- net/p5-Net-RabbitFoot
- net/p5-Net-SSH-Mechanize
- net/p5-Net-Server-Coro
- www/p5-Continuity
- www/p5-Corona
- www/p5-FurlX-Coro
Configuration Options:
- ===> The following configuration options are available for p5-Coro-6.570,1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_p5-Coro
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|