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-Coro Coroutine process abstraction for perl
6.570,1 devel on this many watch lists=2 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 6.570,1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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:: ctags, p5-Archive-Zip, p5-IO-Multiplex, p5-Time-HiRes, autoconf
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.
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 (69 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Coro-6.570,1/catalog.mk
  2. /usr/local/share/licenses/p5-Coro-6.570,1/LICENSE
  3. /usr/local/share/licenses/p5-Coro-6.570,1/ART10
  4. /usr/local/share/licenses/p5-Coro-6.570,1/GPLv1+
  5. lib/perl5/site_perl/mach/5.36/Coro.pm
  6. lib/perl5/site_perl/mach/5.36/Coro/AIO.pm
  7. lib/perl5/site_perl/mach/5.36/Coro/AnyEvent.pm
  8. lib/perl5/site_perl/mach/5.36/Coro/BDB.pm
  9. lib/perl5/site_perl/mach/5.36/Coro/Channel.pm
  10. lib/perl5/site_perl/mach/5.36/Coro/CoroAPI.h
  11. lib/perl5/site_perl/mach/5.36/Coro/Debug.pm
  12. lib/perl5/site_perl/mach/5.36/Coro/EV.pm
  13. lib/perl5/site_perl/mach/5.36/Coro/Event.pm
  14. lib/perl5/site_perl/mach/5.36/Coro/Handle.pm
  15. lib/perl5/site_perl/mach/5.36/Coro/Intro.pod
  16. lib/perl5/site_perl/mach/5.36/Coro/LWP.pm
  17. lib/perl5/site_perl/mach/5.36/Coro/MakeMaker.pm
  18. lib/perl5/site_perl/mach/5.36/Coro/RWLock.pm
  19. lib/perl5/site_perl/mach/5.36/Coro/Select.pm
  20. lib/perl5/site_perl/mach/5.36/Coro/Semaphore.pm
  21. lib/perl5/site_perl/mach/5.36/Coro/SemaphoreSet.pm
  22. lib/perl5/site_perl/mach/5.36/Coro/Signal.pm
  23. lib/perl5/site_perl/mach/5.36/Coro/Socket.pm
  24. lib/perl5/site_perl/mach/5.36/Coro/Specific.pm
  25. lib/perl5/site_perl/mach/5.36/Coro/State.pm
  26. lib/perl5/site_perl/mach/5.36/Coro/Storable.pm
  27. lib/perl5/site_perl/mach/5.36/Coro/Timer.pm
  28. lib/perl5/site_perl/mach/5.36/Coro/Util.pm
  29. lib/perl5/site_perl/mach/5.36/Coro/jit-amd64-unix.pl
  30. lib/perl5/site_perl/mach/5.36/Coro/jit-x86-unix.pl
  31. lib/perl5/site_perl/mach/5.36/auto/Coro/EV/EV.so
  32. lib/perl5/site_perl/mach/5.36/auto/Coro/Event/Event.so
  33. lib/perl5/site_perl/mach/5.36/auto/Coro/State/State.so
  34. lib/perl5/site_perl/man/man3/Coro.3.gz
  35. lib/perl5/site_perl/man/man3/Coro::AIO.3.gz
  36. lib/perl5/site_perl/man/man3/Coro::AnyEvent.3.gz
  37. lib/perl5/site_perl/man/man3/Coro::BDB.3.gz
  38. lib/perl5/site_perl/man/man3/Coro::Channel.3.gz
  39. lib/perl5/site_perl/man/man3/Coro::Debug.3.gz
  40. lib/perl5/site_perl/man/man3/Coro::EV.3.gz
  41. lib/perl5/site_perl/man/man3/Coro::Event.3.gz
  42. lib/perl5/site_perl/man/man3/Coro::Handle.3.gz
  43. lib/perl5/site_perl/man/man3/Coro::Intro.3.gz
  44. lib/perl5/site_perl/man/man3/Coro::LWP.3.gz
  45. lib/perl5/site_perl/man/man3/Coro::MakeMaker.3.gz
  46. lib/perl5/site_perl/man/man3/Coro::RWLock.3.gz
  47. lib/perl5/site_perl/man/man3/Coro::Select.3.gz
  48. lib/perl5/site_perl/man/man3/Coro::Semaphore.3.gz
  49. lib/perl5/site_perl/man/man3/Coro::SemaphoreSet.3.gz
  50. lib/perl5/site_perl/man/man3/Coro::Signal.3.gz
  51. lib/perl5/site_perl/man/man3/Coro::Socket.3.gz
  52. lib/perl5/site_perl/man/man3/Coro::Specific.3.gz
  53. lib/perl5/site_perl/man/man3/Coro::State.3.gz
  54. lib/perl5/site_perl/man/man3/Coro::Storable.3.gz
  55. lib/perl5/site_perl/man/man3/Coro::Timer.3.gz
  56. lib/perl5/site_perl/man/man3/Coro::Util.3.gz
  57. share/doc/Coro/cede-vs-schedule
  58. share/examples/Coro/bench
  59. share/examples/Coro/dns
  60. share/examples/Coro/event
  61. share/examples/Coro/lwp
  62. share/examples/Coro/myhttpd
  63. share/examples/Coro/prodcons1
  64. share/examples/Coro/prodcons2
  65. share/examples/Coro/prodcons3
  66. share/examples/Coro/readline
  67. @owner
  68. @group
  69. @mode
Collapse this list.
Dependency lines:
  • p5-Coro>0:devel/p5-Coro
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):
p5-Coro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.570,16.570,16.570,16.570,16.570,1-6.570,1-
FreeBSD:13:quarterly6.570,16.570,16.570,16.570,16.570,16.570,16.570,16.570,1
FreeBSD:14:latest6.570,16.570,16.570,16.570,16.570,16.570,1-6.570,1
FreeBSD:14:quarterly6.570,16.570,1-6.570,16.570,16.570,16.570,16.570,1
FreeBSD:15:latest6.570,16.570,1n/a6.570,1n/a6.570,16.570,16.570,1
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-AnyEvent>=7,1 : devel/p5-AnyEvent
  2. p5-AnyEvent-AIO>=1.0 : devel/p5-AnyEvent-AIO
  3. p5-EV>=4 : devel/p5-EV
  4. p5-Event>=1.08 : devel/p5-Event
  5. p5-Guard>=0.5 : devel/p5-Guard
  6. p5-IO-AIO>=3.1 : devel/p5-IO-AIO
  7. p5-common-sense>=0 : devel/p5-common-sense
  8. perl5>=5.36<5.37 : lang/perl5.36
  9. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-AnyEvent>=7,1 : devel/p5-AnyEvent
  2. p5-AnyEvent-AIO>=1.0 : devel/p5-AnyEvent-AIO
  3. p5-EV>=4 : devel/p5-EV
  4. p5-Event>=1.08 : devel/p5-Event
  5. p5-Guard>=0.5 : devel/p5-Guard
  6. p5-IO-AIO>=3.1 : devel/p5-IO-AIO
  7. p5-common-sense>=0 : devel/p5-common-sense
  8. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. mail/p5-Net-IMAP-Server
  2. net/p5-Net-RabbitFoot
  3. net/p5-Net-SSH-Mechanize
  4. net/p5-Net-Server-Coro
  5. www/p5-Continuity
  6. www/p5-Corona
  7. www/p5-FurlX-Coro
Expand this list (8 items / 1 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/p5-Plack-Server-Coro
  3. Collapse this list.
for Run
  1. mail/p5-Net-IMAP-Server
  2. net/p5-Net-RabbitFoot
  3. net/p5-Net-SSH-Mechanize
  4. net/p5-Net-Server-Coro
  5. www/p5-Continuity
  6. www/p5-Corona
  7. www/p5-FurlX-Coro
Expand this list (8 items / 1 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/p5-Plack-Server-Coro
  3. Collapse this list.

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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Coro/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Coro/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Coro/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Coro/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Coro/
  7. http://backpan.perl.org/modules/by-module/Coro/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Coro/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Coro/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Coro/
  12. https://www.cpan.org/modules/by-module/Coro/
Collapse this list.

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.570,1
23 Mar 2024 14:30:54
commit hash: 6dd3368282c2d78ab87a3381ec4add1492b5a3cccommit hash: 6dd3368282c2d78ab87a3381ec4add1492b5a3cccommit hash: 6dd3368282c2d78ab87a3381ec4add1492b5a3cccommit hash: 6dd3368282c2d78ab87a3381ec4add1492b5a3cc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Coro: Remove unnecessary substitution
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)
6.570,1
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)
6.570,1
17 Apr 2022 23:58:08
commit hash: 55253b309a9caa8db0fdbf5464998092353a0815commit hash: 55253b309a9caa8db0fdbf5464998092353a0815commit hash: 55253b309a9caa8db0fdbf5464998092353a0815commit hash: 55253b309a9caa8db0fdbf5464998092353a0815 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Coro: Update version requirement of *_DEPENDS
6.570,1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
6.570,1
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.
6.570,1
10 Dec 2020 21:32:08
Revision:557502Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
6.570,1
27 Aug 2020 18:43:41
Revision:546406Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.57

Changes:	https://metacpan.org/changes/distribution/Coro
6.550,1
08 May 2020 20:51:19
Revision:534433Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove p5-Canary-Stability from BUILD_DEPENDS
6.550,1
11 Aug 2019 11:28:22
Revision:508609Original commit files touched by this commit
sunpoet search for other commits by this committer
Convert PORTDOCS and PORTEXAMPLES to PLIST entries
6.550,1
21 Jul 2019 20:47:03
Revision:507080Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.55

Changes:	https://metacpan.org/changes/distribution/Coro
6.540,1
21 Apr 2019 19:06:33
Revision:499557Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.54

- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Coro
6.514,1
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
6.514,1
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
6.514,1
08 Jan 2018 16:51:59
Revision:458443Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.514

Changes:	http://search.cpan.org/dist/Coro/Changes
6.513,1
07 Jan 2018 12:12:33
Revision:458321Original commit files touched by this commit
sunpoet search for other commits by this committer
Use real PORTVERSION and update dependent port
6.51.3,1
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
6.51.3,1
15 Jul 2017 17:23:48
Revision:445904Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.513

- Remove BROKEN for Perl 5.22

Changes:	http://search.cpan.org/dist/Coro/Changes
6.51.1_1,1
03 Nov 2016 22:58:27
Revision:425278Original commit files touched by this commit
pi search for other commits by this committer
devel/p5-Coro: add patch to work with perl 5.24 and up

- Patch from debian as described in
  https://rt.cpan.org/Public/Bug/Display.html?id=114708

PR:		214168
Reported by:	tom
Approved by:	mat
6.51.1,1
27 Jun 2016 19:37:02
Revision:417678Original commit files touched by this commit
adamw search for other commits by this committer
Update to 6.511.

Changes: https://metacpan.org/changes/distribution/Coro
6.49,1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
6.49,1
17 Oct 2015 18:08:37
Revision:399568Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.49

Changes:	http://search.cpan.org/dist/Coro/Changes
6.48,1
08 Oct 2015 18:44:59
Revision:398864Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.48
- Strip shared library
- Convert to new options target helper
- Sort PLIST

Changes:	http://search.cpan.org/dist/Coro/Changes
6.47,1
11 Jul 2015 15:27:59
Revision:391751Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.47

Changes:	http://search.cpan.org/dist/Coro/Changes
6.46,1
01 Jul 2015 17:46:03
Revision:391094Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.46
- Regenerate patch files with makepatch:

Changes:	http://search.cpan.org/dist/Coro/Changes
6.43,1
08 Jun 2015 15:44:12
Revision:388842Original commit files touched by this commit
sunpoet search for other commits by this committer
- Restore PORTEPOCH
6.43
08 Jun 2015 13:32:17
Revision:388840Original commit files touched by this commit
mat search for other commits by this committer
Updte to 6.43.

Sponsored by:	Absolight
6.42,1
01 Jun 2015 13:10:56
Revision:388224Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark BROKEN with perl 5.22

State.xs:562:3: error: assignment to cast is illegal, lvalue casts are not
supported

Approved by:	portmgr blanket
6.42,1
14 Feb 2015 20:15:49
Revision:379012Original commit files touched by this commit
adamw search for other commits by this committer
Update to 6.42.

Changes: https://metacpan.org/changes/distribution/Coro
6.41,1
01 Jan 2015 16:21:25
Revision:375960Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.41
- Use PORTDOCS and PORTEXAMPLES
- Cleanup Makefile

Changes:	http://search.cpan.org/dist/Coro/Changes
6.37_1,1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.37,1
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
6.37,1
10 Jun 2014 12:14:14
Revision:357300Original commit files touched by this commit
mat search for other commits by this committer
Remove all the bootstrap files (.bs) from the plists.

Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
6.37,1
22 Mar 2014 13:00:55
Revision:348793Original commit files touched by this commit
az search for other commits by this committer
- update to 6.37

Changes: http://search.cpan.org/dist/Coro/Changes
6.33,1
19 Nov 2013 20:00:28
Revision:334346Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.33
- Simplify shebang fix

Changes:	http://search.cpan.org/dist/Coro/Changes
6.32,1
05 Nov 2013 19:33:28
Revision:332901Original commit files touched by this commit
sunpoet search for other commits by this committer
- Set perl2_CMD as perl_CMD in case it changes

Suggested by:	mat
6.32,1
05 Nov 2013 19:07:12
Revision:332899Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.32
- Convert to new options framework
- Use USES=shebangfix

Changes:	http://search.cpan.org/dist/Coro/Changes
6.31,1
28 Oct 2013 13:46:26
Revision:331856Original commit files touched by this commit
vanilla search for other commits by this committer
support STAGEDIR.
6.31,1
22 Oct 2013 16:57:45
Revision:331301Original commit files touched by this commit
mat search for other commits by this committer
Try and be consistent with what commands are silent and not in *install.

- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
6.31,1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
6.31,1
29 Aug 2013 17:16:53
Revision:325610Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add WWW
- Use single space after WWW:
- Remove Author line
6.31,1
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
6.31,1
09 May 2013 10:15:26
Revision:317732Original commit files touched by this commit
tobez search for other commits by this committer
Update to 6.31.

Changes:	http://search.cpan.org/dist/Coro/Changes
6.29,1
08 May 2013 11:24:14
Revision:317650Original commit files touched by this commit
tobez search for other commits by this committer
Update to 6.29.

Changes:	http://search.cpan.org/dist/Coro/Changes
6.23,1
21 Dec 2012 09:50:57
Revision:309349Original commit files touched by this commit
tobez search for other commits by this committer
Update to 6.23.

Changes: http://search.cpan.org/dist/Coro/Changes
6.10,1
04 Dec 2012 10:30:46
Revision:308231Original commit files touched by this commit
tobez search for other commits by this committer
Update to 6.10.

Changes: http://cpansearch.perl.org/src/MLEHMANN/Coro-6.10/Changes

Feature safe:	yes
6.08,1
03 May 2012 01:35:07
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 6.08
- Add LICENSE
- Sort *_DEPENDS and MAN3
- Respect PORTEXAMPLES

Changes:        http://search.cpan.org/dist/Coro/Changes
6.07,1
01 May 2012 01:47:10
Original commit files touched by this commit
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
6.07,1
12 Nov 2011 07:20:02
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 6.07

Feature safe:   yes
5.372,1
11 Nov 2011 07:52:17
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 5.372
- preparing to update to 6.0, grab maintainership
- 'make test'-ed with www/p5-Continuity, www/p5-Plack-Server-Coro, www/p5-Corona

Feature safe:   yes
5.25,1
17 Sep 2011 07:06:45
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
5.25,1
12 Nov 2010 00:11:19
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 5.25
Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes
5.24,1
01 Nov 2010 08:15:04
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 5.24
Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.24/Changes
5.23_1,1
24 Sep 2010 00:44:29
Original commit files touched by this commit
pgollucci search for other commits by this committer
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
5.23,1
18 May 2010 08:25:45
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 5.23
5.22,1
14 Apr 2010 13:39:22
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.22.

Changes:        http://search.cpan.org/dist/Coro/Changes
5.21_1,1
29 Jan 2010 03:01:29
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 16).

Approved by:    portmgr (itetcu)
5.21,1
16 Dec 2009 12:46:26
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 5.21
5.200,1
04 Oct 2009 16:23:27
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.2(00).

Changes:        http://search.cpan.org/dist/Coro/Changes
5.170_1,1
04 Sep 2009 12:06:20
Original commit files touched by this commit
tobez search for other commits by this committer
Remove a patch I forgot to remove during the previous commit.
Bump PORTREVISION.

Reported by:    pointyhat via erwin
5.170,1
03 Sep 2009 12:27:24
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.17(0).

Changes:        http://search.cpan.org/dist/Coro/Changes
5.162,1
31 Jul 2009 08:07:47
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.162.

Changes:        http://search.cpan.org/dist/Coro/Changes
5.161,1
28 Jul 2009 17:15:22
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 5.161

PR:             137176
Submitted by:   TERAMOTO Masahiro <markun@onohara.to>
5.151,1
07 Jul 2009 12:59:57
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.151.

Changes:        http://search.cpan.org/dist/Coro/Changes
5.150,1
03 Jul 2009 10:03:25
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.15(0).

Changes:        http://search.cpan.org/dist/Coro/Changes
5.132,1
16 Jun 2009 06:18:03
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 5.132
5.131,1
28 Apr 2009 10:18:49
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 5.131.  Add a missing dependency.

Changes: http://search.cpan.org/dist/Coro/Changes
5.13,1
11 Mar 2009 17:29:15
Original commit files touched by this commit
erwin search for other commits by this committer
Update to 5.13

PR:             132549
Submitted by:   Wen Heping <wenheping@gmail.com>
4.74.8,1
27 Sep 2008 15:04:44
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.74.8

Changes:        http://search.cpan.org/dist/Coro/Changes
4.74.7,1
24 Sep 2008 11:34:31
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 4.74.7.

Changes: http://search.cpan.org/dist/Coro/Changes
4.74.3,1
25 Jun 2008 07:08:31
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.74.3 (4.743)

Changes:        http://search.cpan.org/dist/Coro/Changes
4.5.1,1
23 May 2008 21:18:39
Original commit files touched by this commit
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
4.5.1,1
19 May 2008 13:12:08
Original commit files touched by this commit
araujo search for other commits by this committer
- Include some ports in perl5 category.

PR:             ports/123530
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    flz (portmgr)
4.5.1,1
15 Apr 2008 02:30:53
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.5.1 (4.51)

Changes:        http://search.cpan.org/dist/Coro/Changes
3.6.3,1
08 Sep 2007 00:56:04
Original commit files touched by this commit
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
3.6.3,1
16 Jun 2007 18:00:20
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 3.6.3
3.6.2,1
01 May 2007 07:38:10
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 3.6.2 (3.62)
3.6.1,1
19 Apr 2007 20:09:39
Original commit files touched by this commit
mat search for other commits by this committer
Update to 3.6.1
3.5.5,1
19 Apr 2007 12:56:07
Original commit files touched by this commit
erwin search for other commits by this committer
cleanup non-supported FreeBSD versions

PR:             111859
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
3.5.5,1
26 Mar 2007 08:43:31
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 3.55.
3.5.1,1
07 Mar 2007 09:04:00
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 3.5.1.
3.4.1,1
23 Jan 2007 20:49:25
Original commit files touched by this commit
mat search for other commits by this committer
Update to 3.4.1
3.4,1
23 Jan 2007 11:51:19
Original commit files touched by this commit
mat search for other commits by this committer
Update to 3.4
3.3,1
09 Jan 2007 00:25:27
Original commit files touched by this commit
mat search for other commits by this committer
Update to 3.3
Restrict to perl >= 5.8 and FreeBSD >= 5
3.2,1
05 Jan 2007 15:10:36
Original commit files touched by this commit
mat search for other commits by this committer
Update to 3.2
3.1.1,1
09 Dec 2006 16:05:43
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix pkg-plist
- Add manpages to Makefile
3.1.1,1
09 Dec 2006 13:35:41
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.1.1

PR:             106528
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
1.9,1
06 Feb 2006 08:11:21
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.9.
1.7,1
11 Jan 2006 13:17:31
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.7 (which is >1.11, strangely enough, so PORTEPOCH++).
1.11
14 Nov 2005 15:05:17
Original commit files touched by this commit
mat search for other commits by this committer
Take a perl@ hat and add SHA256 checksums
1.11
21 Sep 2005 19:31:43
Original commit files touched by this commit
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
1.11
04 Mar 2005 14:20:27
Original commit files touched by this commit
mat search for other commits by this committer
Update to 1.11
1.1
23 Feb 2005 17:58:25
Original commit files touched by this commit
mat search for other commits by this committer
Update to 1.1
Add some doc and examples
1.0a
10 Aug 2004 14:27:14
Original commit files touched by this commit
mat search for other commits by this committer
Update to 1.0a
0.97
14 Jul 2004 10:53:04
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.97.  Assign maintainership to perl@.
0.9
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.9
16 Dec 2003 10:20:16
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.9.
0.6
15 Dec 2003 22:59:18
Original commit files touched by this commit
tobez search for other commits by this committer
This port requires perl 5.6.  Really.

Use IGNORE instead of BROKEN in order not to tempt bento into trying to
build it with 5.005_03.

Reported by:    bento via kris
0.6
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
0.6
07 Mar 2003 06:01:16
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »