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
p5-MCE Many-Core Engine for Perl providing parallel processing capabilities
1.889 devel on this many watch lists=0 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 1.889Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-02-14 18:02:11
Last Update: 2023-09-22 03:17:43
Commit Hash: 148af34
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/MCE
Description:
Many-Core Engine (MCE) for Perl helps enable a new level of performance by maximizing all available cores. MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the input stream to the next available worker.
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 (78 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-MCE-1.889/catalog.mk
  2. /usr/local/share/licenses/p5-MCE-1.889/LICENSE
  3. /usr/local/share/licenses/p5-MCE-1.889/ART10
  4. /usr/local/share/licenses/p5-MCE-1.889/GPLv1+
  5. lib/perl5/site_perl/MCE.pm
  6. lib/perl5/site_perl/MCE.pod
  7. lib/perl5/site_perl/MCE/Candy.pm
  8. lib/perl5/site_perl/MCE/Channel.pm
  9. lib/perl5/site_perl/MCE/Channel/Mutex.pm
  10. lib/perl5/site_perl/MCE/Channel/MutexFast.pm
  11. lib/perl5/site_perl/MCE/Channel/Simple.pm
  12. lib/perl5/site_perl/MCE/Channel/SimpleFast.pm
  13. lib/perl5/site_perl/MCE/Channel/Threads.pm
  14. lib/perl5/site_perl/MCE/Channel/ThreadsFast.pm
  15. lib/perl5/site_perl/MCE/Child.pm
  16. lib/perl5/site_perl/MCE/Core.pod
  17. lib/perl5/site_perl/MCE/Core/Input/Generator.pm
  18. lib/perl5/site_perl/MCE/Core/Input/Handle.pm
  19. lib/perl5/site_perl/MCE/Core/Input/Iterator.pm
  20. lib/perl5/site_perl/MCE/Core/Input/Request.pm
  21. lib/perl5/site_perl/MCE/Core/Input/Sequence.pm
  22. lib/perl5/site_perl/MCE/Core/Manager.pm
  23. lib/perl5/site_perl/MCE/Core/Validation.pm
  24. lib/perl5/site_perl/MCE/Core/Worker.pm
  25. lib/perl5/site_perl/MCE/Examples.pod
  26. lib/perl5/site_perl/MCE/Flow.pm
  27. lib/perl5/site_perl/MCE/Grep.pm
  28. lib/perl5/site_perl/MCE/Loop.pm
  29. lib/perl5/site_perl/MCE/Map.pm
  30. lib/perl5/site_perl/MCE/Mutex.pm
  31. lib/perl5/site_perl/MCE/Mutex/Channel.pm
  32. lib/perl5/site_perl/MCE/Mutex/Channel2.pm
  33. lib/perl5/site_perl/MCE/Mutex/Flock.pm
  34. lib/perl5/site_perl/MCE/Queue.pm
  35. lib/perl5/site_perl/MCE/Relay.pm
  36. lib/perl5/site_perl/MCE/Signal.pm
  37. lib/perl5/site_perl/MCE/Step.pm
  38. lib/perl5/site_perl/MCE/Stream.pm
  39. lib/perl5/site_perl/MCE/Subs.pm
  40. lib/perl5/site_perl/MCE/Util.pm
  41. lib/perl5/site_perl/man/man3/MCE.3.gz
  42. lib/perl5/site_perl/man/man3/MCE::Candy.3.gz
  43. lib/perl5/site_perl/man/man3/MCE::Channel.3.gz
  44. lib/perl5/site_perl/man/man3/MCE::Channel::Mutex.3.gz
  45. lib/perl5/site_perl/man/man3/MCE::Channel::MutexFast.3.gz
  46. lib/perl5/site_perl/man/man3/MCE::Channel::Simple.3.gz
  47. lib/perl5/site_perl/man/man3/MCE::Channel::SimpleFast.3.gz
  48. lib/perl5/site_perl/man/man3/MCE::Channel::Threads.3.gz
  49. lib/perl5/site_perl/man/man3/MCE::Channel::ThreadsFast.3.gz
  50. lib/perl5/site_perl/man/man3/MCE::Child.3.gz
  51. lib/perl5/site_perl/man/man3/MCE::Core.3.gz
  52. lib/perl5/site_perl/man/man3/MCE::Core::Input::Generator.3.gz
  53. lib/perl5/site_perl/man/man3/MCE::Core::Input::Handle.3.gz
  54. lib/perl5/site_perl/man/man3/MCE::Core::Input::Iterator.3.gz
  55. lib/perl5/site_perl/man/man3/MCE::Core::Input::Request.3.gz
  56. lib/perl5/site_perl/man/man3/MCE::Core::Input::Sequence.3.gz
  57. lib/perl5/site_perl/man/man3/MCE::Core::Manager.3.gz
  58. lib/perl5/site_perl/man/man3/MCE::Core::Validation.3.gz
  59. lib/perl5/site_perl/man/man3/MCE::Core::Worker.3.gz
  60. lib/perl5/site_perl/man/man3/MCE::Examples.3.gz
  61. lib/perl5/site_perl/man/man3/MCE::Flow.3.gz
  62. lib/perl5/site_perl/man/man3/MCE::Grep.3.gz
  63. lib/perl5/site_perl/man/man3/MCE::Loop.3.gz
  64. lib/perl5/site_perl/man/man3/MCE::Map.3.gz
  65. lib/perl5/site_perl/man/man3/MCE::Mutex.3.gz
  66. lib/perl5/site_perl/man/man3/MCE::Mutex::Channel.3.gz
  67. lib/perl5/site_perl/man/man3/MCE::Mutex::Channel2.3.gz
  68. lib/perl5/site_perl/man/man3/MCE::Mutex::Flock.3.gz
  69. lib/perl5/site_perl/man/man3/MCE::Queue.3.gz
  70. lib/perl5/site_perl/man/man3/MCE::Relay.3.gz
  71. lib/perl5/site_perl/man/man3/MCE::Signal.3.gz
  72. lib/perl5/site_perl/man/man3/MCE::Step.3.gz
  73. lib/perl5/site_perl/man/man3/MCE::Stream.3.gz
  74. lib/perl5/site_perl/man/man3/MCE::Subs.3.gz
  75. lib/perl5/site_perl/man/man3/MCE::Util.3.gz
  76. @owner
  77. @group
  78. @mode
Collapse this list.
Dependency lines:
  • p5-MCE>0:devel/p5-MCE
To install the port:
cd /usr/ports/devel/p5-MCE/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-MCE
  • pkg install p5-MCE
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-MCE
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1695143269 SHA256 (MCE-1.889.tar.gz) = db6153e474d046fc253050bf53c54002d84cd4ca77d21c2b9df56feeb809bbed SIZE (MCE-1.889.tar.gz) = 230624

Packages (timestamps in pop-ups are UTC):
p5-MCE
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8891.8891.8741.8891.889-1.874-
FreeBSD:13:quarterly1.8891.8891.8871.8891.8891.8891.8891.889
FreeBSD:14:latest1.8891.8891.8811.8891.8891.885-1.885
FreeBSD:14:quarterly1.8891.889-1.8891.8891.8891.8891.889
FreeBSD:15:latest1.8891.889n/a1.889n/a1.8891.8891.889
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. perl5>=5.34<5.35 : lang/perl5.34
Runtime dependencies:
  1. perl5>=5.34<5.35 : lang/perl5.34
This port is required by:
for Build
  1. devel/p5-MCE-Shared
  2. net-mgmt/netdisco
  3. textproc/p5-Test-Perl-Critic
for Run
  1. devel/p5-MCE-Shared
  2. net-mgmt/netdisco
  3. textproc/p5-Test-Perl-Critic

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

Number of commits found: 84

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.889
22 Sep 2023 03:17:43
commit hash: 148af3488097e346ab52223ada40b67d41f1216acommit hash: 148af3488097e346ab52223ada40b67d41f1216acommit hash: 148af3488097e346ab52223ada40b67d41f1216acommit hash: 148af3488097e346ab52223ada40b67d41f1216a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.889

Changes:	https://metacpan.org/dist/MCE/changes
1.888
09 Jul 2023 10:18:22
commit hash: dcc662a4d9b9fe0c91f80771bf7b452f68703221commit hash: dcc662a4d9b9fe0c91f80771bf7b452f68703221commit hash: dcc662a4d9b9fe0c91f80771bf7b452f68703221commit hash: dcc662a4d9b9fe0c91f80771bf7b452f68703221 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.888

Changes:	https://metacpan.org/dist/MCE/changes
1.887
30 Jun 2023 07:02:29
commit hash: cb9f372d4e1d99c3ad8fd63bba24d5bf16bab1b4commit hash: cb9f372d4e1d99c3ad8fd63bba24d5bf16bab1b4commit hash: cb9f372d4e1d99c3ad8fd63bba24d5bf16bab1b4commit hash: cb9f372d4e1d99c3ad8fd63bba24d5bf16bab1b4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.887

Changes:	https://metacpan.org/dist/MCE/changes
1.885
05 Jun 2023 18:46:56
commit hash: 65639a3647964f787b3f3c682e98185a53bcd9aecommit hash: 65639a3647964f787b3f3c682e98185a53bcd9aecommit hash: 65639a3647964f787b3f3c682e98185a53bcd9aecommit hash: 65639a3647964f787b3f3c682e98185a53bcd9ae files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.885

Changes:	https://metacpan.org/dist/MCE/changes
1.884
30 Jan 2023 12:59:21
commit hash: 2de8ccefc0fe56d4903ca0a9ad869e9c30e3d329commit hash: 2de8ccefc0fe56d4903ca0a9ad869e9c30e3d329commit hash: 2de8ccefc0fe56d4903ca0a9ad869e9c30e3d329commit hash: 2de8ccefc0fe56d4903ca0a9ad869e9c30e3d329 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.884

Changes:	https://metacpan.org/dist/MCE/changes
1.881
30 Dec 2022 09:04:19
commit hash: 7d1eaf4c3cb54f324777ed6d9dad5beb5fb119e7commit hash: 7d1eaf4c3cb54f324777ed6d9dad5beb5fb119e7commit hash: 7d1eaf4c3cb54f324777ed6d9dad5beb5fb119e7commit hash: 7d1eaf4c3cb54f324777ed6d9dad5beb5fb119e7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.881

Changes:	https://metacpan.org/dist/MCE/changes
1.880
19 Nov 2022 08:11:43
commit hash: 03a0e68bac1831476d1f3854ca83aabc2a668d65commit hash: 03a0e68bac1831476d1f3854ca83aabc2a668d65commit hash: 03a0e68bac1831476d1f3854ca83aabc2a668d65commit hash: 03a0e68bac1831476d1f3854ca83aabc2a668d65 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.880

Changes:	https://metacpan.org/dist/MCE/changes
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.879
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.879
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.879
03 Jun 2022 09:00:28
commit hash: cd13a0b2551fcbb7389efb8ca50e26c724ef573fcommit hash: cd13a0b2551fcbb7389efb8ca50e26c724ef573fcommit hash: cd13a0b2551fcbb7389efb8ca50e26c724ef573fcommit hash: cd13a0b2551fcbb7389efb8ca50e26c724ef573f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.879

Changes:	https://metacpan.org/dist/MCE/changes
1.878
28 Feb 2022 23:47:07
commit hash: 9712b2371aaa96c77cb954331427df0f5ba7443acommit hash: 9712b2371aaa96c77cb954331427df0f5ba7443acommit hash: 9712b2371aaa96c77cb954331427df0f5ba7443acommit hash: 9712b2371aaa96c77cb954331427df0f5ba7443a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.878

Changes:	https://metacpan.org/dist/MCE/changes
1.876
21 Dec 2021 18:47:32
commit hash: 2406a908c03cc6082c47ad0751191abebbf9e78dcommit hash: 2406a908c03cc6082c47ad0751191abebbf9e78dcommit hash: 2406a908c03cc6082c47ad0751191abebbf9e78dcommit hash: 2406a908c03cc6082c47ad0751191abebbf9e78d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.876

Changes:	https://metacpan.org/dist/MCE/changes
1.875
21 Nov 2021 21:14:43
commit hash: 9a60b74ca3f81bae111f163bb50598eb7149e485commit hash: 9a60b74ca3f81bae111f163bb50598eb7149e485commit hash: 9a60b74ca3f81bae111f163bb50598eb7149e485commit hash: 9a60b74ca3f81bae111f163bb50598eb7149e485 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MCE: Update to 1.875

Changes:	https://metacpan.org/dist/MCE/changes
1.874
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.874
21 Aug 2020 21:22:46
Revision:545642Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.874

Changes:	https://metacpan.org/changes/distribution/MCE
1.873
15 Aug 2020 16:29:40
Revision:544964Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.873

Changes:	https://metacpan.org/changes/distribution/MCE
1.872
17 Jun 2020 18:00:20
Revision:539443Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.872

Changes:	https://metacpan.org/changes/distribution/MCE
1.868
12 May 2020 22:26:56
Revision:535017Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.868

Changes:	https://metacpan.org/changes/distribution/MCE
1.867
06 May 2020 05:12:09
Revision:534115Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.867

Changes:	https://metacpan.org/changes/distribution/MCE
1.866
10 Feb 2020 18:45:53
Revision:525731Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.866

Changes:	https://metacpan.org/changes/distribution/MCE
1.865
29 Dec 2019 12:53:12
Revision:521302Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.865

Changes:	https://metacpan.org/changes/distribution/MCE
1.864
10 Dec 2019 17:10:18
Revision:519692Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.864

Changes:	https://metacpan.org/changes/distribution/MCE
1.863
08 Dec 2019 16:58:01
Revision:519363Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.863

Changes:	https://metacpan.org/changes/distribution/MCE
1.862
26 Sep 2019 18:14:25
Revision:512925Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.862

Changes:	https://metacpan.org/changes/distribution/MCE
1.860
25 Sep 2019 20:40:50
Revision:512822Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.860

Changes:	https://metacpan.org/changes/distribution/MCE
1.850
11 Sep 2019 00:03:05
Revision:511781Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.850

Changes:	https://metacpan.org/changes/distribution/MCE
1.848
04 Sep 2019 17:18:56
Revision:511103Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.848

Changes:	https://metacpan.org/changes/distribution/MCE
1.847
03 Sep 2019 19:08:30
Revision:510976Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.847

Changes:	https://metacpan.org/changes/distribution/MCE
1.846
28 Aug 2019 23:51:38
Revision:510105Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.846

Changes:	https://metacpan.org/changes/distribution/MCE
1.845
26 Aug 2019 11:47:34
Revision:509913Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.845

Changes:	https://metacpan.org/changes/distribution/MCE
1.844
16 Aug 2019 18:09:52
Revision:509093Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.844

Changes:	https://metacpan.org/changes/distribution/MCE
1.843
24 Jul 2019 16:56:42
Revision:507279Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.843

Changes:	https://metacpan.org/changes/distribution/MCE
1.842
22 Jul 2019 19:03:09
Revision:507158Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.842

Changes:	https://metacpan.org/changes/distribution/MCE
1.841
09 Jul 2019 18:19:47
Revision:506294Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.841

Changes:	https://metacpan.org/changes/distribution/MCE
1.840
08 Jul 2019 18:47:56
Revision:506238Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.840

Changes:	https://metacpan.org/changes/distribution/MCE
1.839
07 Jul 2019 19:14:44
Revision:506175Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.839

- Take maintainership

Changes:	https://metacpan.org/changes/distribution/MCE
1.838
24 Jan 2019 17:50:18
Revision:491108Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.838

- Update WWW

Changes:	https://metacpan.org/changes/distribution/MCE
1.837
26 Aug 2018 18:42:03
Revision:478150Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.837

Changes:	https://metacpan.org/changes/distribution/MCE
1.836
27 Jun 2018 08:08:46
Revision:473422Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.836
Changes: https://metacpan.org/changes/distribution/MCE
1.835
14 Mar 2018 18:11:50
Revision:464519Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.835

Changes:	http://search.cpan.org/dist/MCE/Changes
1.834
24 Jan 2018 18:45:52
Revision:459866Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.834

Changes:	http://search.cpan.org/dist/MCE/Changes
1.833
29 Dec 2017 18:47:32
Revision:457526Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.833

Changes:	http://search.cpan.org/dist/MCE/Changes
1.832
22 Nov 2017 23:34:23
Revision:454708Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.832

Changes:	http://search.cpan.org/dist/MCE/Changes
1.831
09 Oct 2017 10:37:32
Revision:451595Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.831

Changes:	http://search.cpan.org/dist/MCE/Changes
1.830
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
1.830
14 Sep 2017 23:48:19
Revision:449862Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.830

Changes:	http://search.cpan.org/dist/MCE/Changes
1.829
03 May 2017 21:53:35
Revision:440052Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.829

Changes:	http://search.cpan.org/dist/MCE/Changes
1.828
29 Apr 2017 02:39:15
Revision:439715Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.828

Changes:	http://search.cpan.org/dist/MCE/Changes
1.827
06 Apr 2017 21:56:23
Revision:437886Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.827

Changes:	http://search.cpan.org/dist/MCE/Changes
1.826
04 Apr 2017 07:56:31
Revision:437706Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.826

Changes:	http://search.cpan.org/dist/MCE/Changes
1.824
03 Apr 2017 07:42:45
Revision:437597Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.824

Changes:	http://search.cpan.org/dist/MCE/Changes
1.823
01 Apr 2017 10:52:38
Revision:437414Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.823

Changes:	http://search.cpan.org/dist/MCE/Changes
1.821
21 Mar 2017 20:39:33
Revision:436640Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.821

Changes:	http://search.cpan.org/dist/MCE/Changes
1.820
10 Mar 2017 22:45:06
Revision:435852Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.820

Changes:	http://search.cpan.org/dist/MCE/Changes
1.819
05 Mar 2017 18:50:14
Revision:435495Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.819

Changes:	http://search.cpan.org/dist/MCE/Changes
1.818
03 Mar 2017 10:25:05
Revision:435335Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.818

Changes:	http://search.cpan.org/dist/MCE/Changes
1.817
26 Feb 2017 13:57:07
Revision:434873Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.817

Changes:	http://search.cpan.org/dist/MCE/Changes
1.816
25 Feb 2017 09:55:34
Revision:434780Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.816

Changes:	http://search.cpan.org/dist/MCE/Changes
1.814
21 Feb 2017 16:36:46
Revision:434545Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.814

Changes:	http://search.cpan.org/dist/MCE/Changes
1.813
16 Feb 2017 16:45:47
Revision:434226Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.813

Changes:	http://search.cpan.org/dist/MCE/Changes
1.812
15 Feb 2017 14:56:53
Revision:434170Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.812

Changes:	http://search.cpan.org/dist/MCE/Changes
1.810
12 Dec 2016 20:58:28
Revision:428444Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.810

Changes:	http://search.cpan.org/dist/MCE/Changes
1.809
24 Nov 2016 16:10:30
Revision:427048Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.809

Changes:	http://search.cpan.org/dist/MCE/Changes
1.808
19 Nov 2016 17:09:49
Revision:426482Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.808

Changes:	http://search.cpan.org/dist/MCE/Changes
1.806
12 Oct 2016 15:44:07
Revision:423869Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.806.

Changes: https://metacpan.org/changes/distribution/MCE
1.805
08 Oct 2016 17:02:58
Revision:423524Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.805.

Changes: https://metacpan.org/changes/distribution/MCE
1.802
05 Jul 2016 09:08:51
Revision:418075Original commit files touched by this commit
mat search for other commits by this committer
Update to 1.802.

Sponsored by:	Absolight
1.800
21 Jun 2016 15:07:37
Revision:417234Original commit files touched by this commit
mat search for other commits by this committer
Update to 1.800.

Sponsored by:	Absolight
1.707
28 May 2016 17:09:15
Revision:416028Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.707

Changes:	http://search.cpan.org/dist/MCE/Changes
1.706
25 Apr 2016 09:10:17
Revision:413979Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.706

Changes:	http://search.cpan.org/dist/MCE/Changes
1.705
15 Apr 2016 23:10:35
Revision:413391Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.705

Changes:	http://search.cpan.org/dist/MCE/Changes
1.703
21 Mar 2016 17:59:58
Revision:411587Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.703

Changes:	http://search.cpan.org/dist/MCE/Changes
1.702
20 Mar 2016 18:37:13
Revision:411490Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.702
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/MCE/Changes
1.700
10 Mar 2016 10:32:05
Revision:410746Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 1.700
1.608
13 Nov 2015 19:13:13
Revision:401538Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add PORTSCOUT
- Add NO_ARCH
1.608
10 Apr 2015 14:49:56
Revision:383731Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.608.

Changes: https://metacpan.org/changes/distribution/MCE
1.606
09 Apr 2015 16:05:06
Revision:383657Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.606.

Changes: https://metacpan.org/changes/distribution/MCE
1.605
06 Apr 2015 07:06:55
Revision:383411Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.605

Changes:	http://search.cpan.org/dist/MCE/CHANGES
1.604
22 Mar 2015 15:21:59
Revision:381928Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.604

Changes:	http://search.cpan.org/dist/MCE/CHANGES
1.603
18 Mar 2015 15:19:45
Revision:381561Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.603

Changes:	http://search.cpan.org/dist/MCE/CHANGES
1.602
17 Mar 2015 19:21:17
Revision:381510Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.602

Changes:	http://search.cpan.org/dist/MCE/CHANGES
1.601
16 Mar 2015 16:05:51
Revision:381421Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.601
- Add LICENSE

Changes:	http://search.cpan.org/dist/MCE/CHANGES
1.600
14 Feb 2015 18:02:05
Revision:378982Original commit files touched by this commit
adamw search for other commits by this committer
Add devel/p5-MCE, Many-Core Engine for Perl providing parallel processing
capabilities

WWW: https://metacpan.org/pod/MCE

Number of commits found: 84