notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
p5-forks Drop-in replacement for Perl threads using fork()
0.36_2 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.36_2Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-11-07 03:02:54
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: p5-Net-HTTP, screen, rpm2cpio, p5-Net-Domain-TLD
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/forks
Description:
The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher. There were a number of goals that I am trying to reach with this implementation. The standard Perl 5.8.0 threads implementation is very memory consuming, which makes it basically impossible to use in a production environment, particularly with mod_perl and Apache. Because of the use of the standard Unix fork() capabilities, most operating systems will be able to use the Copy-On-Write (COW) memory sharing capabilities (whereas with the standard Perl 5.8.0 threads implementation, this is thwarted by the Perl interpreter cloning process that is used to create threads). The memory savings have been confirmed. You should be able to run threaded applications unchanged by simply making sure that the "forks" and "forks::shared" modules are loaded, e.g. by specifying them on the command line.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (26 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-forks-0.36_2/catalog.mk
  2. /usr/local/share/licenses/p5-forks-0.36_2/LICENSE
  3. /usr/local/share/licenses/p5-forks-0.36_2/ART10
  4. /usr/local/share/licenses/p5-forks-0.36_2/GPLv1+
  5. lib/perl5/site_perl/man/man3/forks.3.gz
  6. lib/perl5/site_perl/man/man3/forks::Devel::Symdump.3.gz
  7. lib/perl5/site_perl/man/man3/forks::shared.3.gz
  8. lib/perl5/site_perl/man/man3/forks::signals.3.gz
  9. lib/perl5/site_perl/man/man3/threads::shared::array.3.gz
  10. lib/perl5/site_perl/man/man3/threads::shared::handle.3.gz
  11. lib/perl5/site_perl/man/man3/threads::shared::hash.3.gz
  12. lib/perl5/site_perl/man/man3/threads::shared::scalar.3.gz
  13. lib/perl5/site_perl/mach/5.32/auto/forks/forks.so
  14. lib/perl5/site_perl/mach/5.32/forks.pm
  15. lib/perl5/site_perl/mach/5.32/forks/Devel/Symdump.pm
  16. lib/perl5/site_perl/mach/5.32/forks/shared.pm
  17. lib/perl5/site_perl/mach/5.32/forks/shared/attributes.pm
  18. lib/perl5/site_perl/mach/5.32/forks/shared/global_filter.pm
  19. lib/perl5/site_perl/mach/5.32/forks/signals.pm
  20. lib/perl5/site_perl/mach/5.32/threads/shared/array.pm
  21. lib/perl5/site_perl/mach/5.32/threads/shared/handle.pm
  22. lib/perl5/site_perl/mach/5.32/threads/shared/hash.pm
  23. lib/perl5/site_perl/mach/5.32/threads/shared/scalar.pm
  24. @owner
  25. @group
  26. @mode
Collapse this list.
Dependency lines:
  • p5-forks>0:devel/p5-forks
To install the port:
cd /usr/ports/devel/p5-forks/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-forks
  • pkg install p5-forks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-forks
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (forks-0.36.tar.gz) = 61be24e44f4c6fea230e8354678beb5b7adcfefd909a47db8f0a251b0ab65993 SIZE (forks-0.36.tar.gz) = 111143

Packages (timestamps in pop-ups are UTC):
p5-forks
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.36_20.36_20.36_20.36_20.36_2-0.36_2-
FreeBSD:13:quarterly0.36_20.36_20.36_20.36_20.36_20.36_20.36_20.36_2
FreeBSD:14:latest0.36_20.36_20.36_20.36_20.36_20.36_2-0.36_2
FreeBSD:14:quarterly0.36_20.36_2-0.36_20.36_20.36_20.36_20.36_2
FreeBSD:15:latest0.36_20.36_2n/a0.36_2n/a0.36_20.36_20.36_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Acme-Damn>=0 : devel/p5-Acme-Damn
  2. p5-Attribute-Handlers>=0 : devel/p5-Attribute-Handlers
  3. p5-Devel-Symdump>=0 : devel/p5-Devel-Symdump
  4. p5-List-MoreUtils>= : lang/p5-List-MoreUtils
  5. p5-Sys-SigAction>=0.11 : devel/p5-Sys-SigAction
  6. perl5>=5.32.r0<5.33 : lang/perl5.32
  7. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Acme-Damn>=0 : devel/p5-Acme-Damn
  2. p5-Attribute-Handlers>=0 : devel/p5-Attribute-Handlers
  3. p5-Devel-Symdump>=0 : devel/p5-Devel-Symdump
  4. p5-List-MoreUtils>= : lang/p5-List-MoreUtils
  5. p5-Sys-SigAction>=0.11 : devel/p5-Sys-SigAction
  6. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Run
  1. graphics/npretty
  2. security/maia

Configuration Options:
No options to configure
Options name:
devel_p5-forks
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/SOAP/RYBSKEJ/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/SOAP/RYBSKEJ/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/SOAP/RYBSKEJ/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/SOAP/RYBSKEJ/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/SOAP/RYBSKEJ/
  7. http://backpan.perl.org/modules/by-module/SOAP/RYBSKEJ/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/SOAP/RYBSKEJ/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/SOAP/RYBSKEJ/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/SOAP/RYBSKEJ/
  12. https://www.cpan.org/modules/by-module/SOAP/RYBSKEJ/
Collapse this list.

There are no commits on branch 2022Q2 for this port