aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-AnyEvent
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.35clsung2009-04-242-4/+4
| | | | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes PR: ports/133603 Submitted by: leeym
* - Update to 4.33clsung2008-12-132-4/+4
|
* - Update to 4.32clsung2008-11-202-4/+4
|
* - Update to 4.31clsung2008-11-113-6/+7
| | | | | | | | | | - this version fix many bugs since 4.152 (http://search.cpan.org/src/MLEHMANN/AnyEvent-4.31/Changes) - 4.31 required to update www/p5-AnyEvent-HTTP to latest Changes: http://search.cpan.org/dist/AnyEvent/Changes PR: ports/128525 Submitted by: Vladimir Timofeev <vovkasm_AT_gmail dot com> Reviewed by: clsung
* - Update to 4.15.2 (4.152)clsung2008-06-243-10/+19
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* - Update to 3.1.1 (3.11)clsung2008-04-212-4/+5
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* - Update to 3.1clsung2008-04-182-5/+9
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* - Update to 3.0clsung2008-04-093-4/+5
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* - Update to 2.9clsung2008-01-302-4/+4
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* - Update to 2.8clsung2008-01-053-7/+8
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* Update to 2.5.4mat2007-10-302-5/+5
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+2
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - update to 2.5.2leeym2007-03-262-7/+7
|
* - Update to 2.5.1clsung2007-01-022-5/+6
| | | | | | | - Reset maintainership to perl@FreeBSD.org PR: ports/107373 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Fix Makefilemiwi2006-12-101-1/+1
| | | | | | PR: ports/106550 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: common sense
* AnyEvent provides an identical interface to multiple event loops.miwi2006-12-094-0/+59
This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). The interface itself is vaguely similar but not identical to the Event module. On the first call of any method, the module tries to detect the currently loaded event loop by probing wether any of the following modules is loaded: Coro::Event, Event, Glib, Tk. The first one found is used. If none is found, the module tries to load these modules in the order given. The first one that could be successfully loaded will be used. If still none could be found, AnyEvent will fall back to a pure-perl event loop, which is also not very efficient. WWW: http://search.cpan.org/dist/AnyEvent/ Noted: For index unbreak :( PR: ports/106527 Submitted by: Gea-Suan Lin <gslin at gslin.org>