diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-14 18:38:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-14 18:38:57 +0000 |
commit | 8b13ac5833337b1717915e1842675d68a1a23eb0 (patch) | |
tree | 077e5c21e5f725d4a2bcb3afafb7aa95bd7f1833 /devel/p5-AnyEvent | |
parent | 1450a3e8d22a09138355b8be50c188cbafca25b0 (diff) | |
download | pkgsrc-8b13ac5833337b1717915e1842675d68a1a23eb0.tar.gz |
Update to 2.52:
2.52 Wed Mar 7 18:36:16 CET 2007
- child watchers stopped working permanently when
all current child wacthers were destroyed.
2.51 Mon Dec 11 21:33:24 CET 2006
- work around bugs in perl where eval "require Module" returns
true even if the module couldn't be loaded :/.
2.5 Mon Dec 11 02:15:28 CET 2006
- avoid $AUTOLOAD because many perls corrupt it.
- AnyEvent::detect forces autodetection.
- implement signal watchers (experimental)
(Tk does not support async signals (<= 804.027 at least),
so they might get delayed indefinitely on Tk).
- implement child watchers (experimental).
- moved default condvar implementation into base module, simplifying
most implementation modules.
2.1 Fri Nov 24 15:50:48 CET 2006
- better docs.
- simple testsuite.
- added AnyEvent->one_event method for special purposes.
2.0 Wed Nov 1 02:21:30 CET 2006
- INCOMPATIBLE CHANGE: poll can now either be "r" or "w" but not both.
- INCOMPATIBLE CHANGE: io watcher callbacks have no arguments anymore.
- EXPERIMENTAL:
new pure-perl model added, AnyEvent now always finds a suitable
event model.
- improved documentation.
- reduced cpu overhead.
Diffstat (limited to 'devel/p5-AnyEvent')
-rw-r--r-- | devel/p5-AnyEvent/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-AnyEvent/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile index a1048b81ba1..a3ea640cca0 100644 --- a/devel/p5-AnyEvent/Makefile +++ b/devel/p5-AnyEvent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2006/08/24 08:33:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/14 18:38:57 xtraeme Exp $ # -DISTNAME= AnyEvent-1.02 +DISTNAME= AnyEvent-2.52 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/ diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo index ec791f3bae1..ab87c09a4bd 100644 --- a/devel/p5-AnyEvent/distinfo +++ b/devel/p5-AnyEvent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2006/08/24 08:33:29 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2007/04/14 18:38:57 xtraeme Exp $ -SHA1 (AnyEvent-1.02.tar.gz) = 3f60a4c0bbecb2c4bfb92c10c51874b8814568ea -RMD160 (AnyEvent-1.02.tar.gz) = 845b85cd71faa6d5fa8dd4429ca0e0a20f00e2af -Size (AnyEvent-1.02.tar.gz) = 7580 bytes +SHA1 (AnyEvent-2.52.tar.gz) = 83a30b5e6337e3050a6111d77d041c2870ceba94 +RMD160 (AnyEvent-2.52.tar.gz) = 9c1a065590c4f4c2f0a517509edcfebfe8dc0fa4 +Size (AnyEvent-2.52.tar.gz) = 12714 bytes |