Port details |
- p5-Mutex Various locking implementations supporting processes and threads
- 1.011 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2025-07-22 17:39:08
- Last Update: 2025-07-22 17:36:40
- Commit Hash: 7ab2bd1
- Also Listed In: perl5
- License: ART10
- WWW:
- https://metacpan.org/pod/Mutex
- Description:
- This module, a standalone version of MCE::Mutex, implements locking methods
that can be used to coordinate access to shared data from multiple workers
spawned as processes or threads.
The inspiration for this module came from reading Mutex for Ruby.
$m1 = Mutex->new( );
$m1->impl(); # Channel
$m2 = Mutex->new( path => /tmp/my.lock );
$m2->impl(); # Flock
$m3 = Mutex->new( impl => "Channel" );
$m3->impl(); # Channel
$m4 = Mutex->new( impl => "Flock" );
$m4->impl(); # Flock
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Mutex>0:devel/p5-Mutex
- To install the port:
- cd /usr/ports/devel/p5-Mutex/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Mutex
- pkg install p5-Mutex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Mutex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1752859539
SHA256 (Mutex-1.011.tar.gz) = c9aad8b6ebafbdd1de8404d87c5ac1e455d84dca6eb55fa506e3ce3365cb3369
SIZE (Mutex-1.011.tar.gz) = 17447
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:
-
- perl5>=5.40.r<5.41 : lang/perl5.40
- Runtime dependencies:
-
- p5-ExtUtils-MakeMaker>0 : devel/p5-ExtUtils-MakeMaker
- perl5>=5.40.r<5.41 : lang/perl5.40
- This port is required by:
- for Run
-
- sysutils/p5-OpenTelemetry
- sysutils/p5-OpenTelemetry-SDK
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Mutex
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.011 22 Jul 2025 17:36:40
    |
Dan Langille (dvl)  |
devel/p5-Mutex: Add new port
This module, a standalone version of MCE::Mutex, implements locking methods
that can be used to coordinate access to shared data from multiple workers
spawned as processes or threads. |
Number of commits found: 1
|