Commit graph

12 commits

Author SHA1 Message Date
Cheng-Lung Sung
0724756c3e - Update to 4.15.2 (4.152)
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2008-06-24 14:30:40 +00:00
Cheng-Lung Sung
d70145f2a6 - Update to 3.1.1 (3.11)
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2008-04-21 07:07:00 +00:00
Cheng-Lung Sung
d580269f61 - Update to 3.1
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2008-04-18 09:22:57 +00:00
Cheng-Lung Sung
f61c1b771c - Update to 3.0
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2008-04-09 03:37:12 +00:00
Cheng-Lung Sung
955099c7d8 - Update to 2.9
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2008-01-30 09:37:52 +00:00
Cheng-Lung Sung
58dcccd86a - Update to 2.8
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2008-01-05 14:10:39 +00:00
Mathieu Arnold
dda0ca01cf Update to 2.5.4 2007-10-29 17:12:50 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Yen-Ming Lee
a267131af9 - update to 2.5.2 2007-03-25 17:42:30 +00:00
Cheng-Lung Sung
971f7a919f - Update to 2.5.1
- Reset maintainership to perl@FreeBSD.org

PR:		ports/107373
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-01-02 02:35:32 +00:00
Martin Wilke
52ff871d1e - Fix Makefile
PR:             ports/106550
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by:    common sense
2006-12-10 08:43:44 +00:00
Martin Wilke
eecb982234 AnyEvent provides an identical interface to multiple event loops.
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>
2006-12-09 15:46:55 +00:00