Thu Dec 2 15:47:42 2010 UTC ()
Update to 4.00:

4.00 Mon Oct 25 13:30:09 CEST 2010
	- many API changes, see the manual.
        - (libev) lots and lots of bugfixes, see the ev documentation.
	- fix a bug where inotify usage would parse the same event
          multiple times, causing various forms of breakage.
	- greatly reduce stack usage for inotify (8kb to <0.5kb).
        - expose ev_depth and ev_verify via the XS API.
        - implement ev_cleanup watchers.
        - (libev) ev_embed_stop did not correctly stop the watcher.
        - (libev) disable poll backend on AIX.
        - (libev) rename EV_TIMEOUT to EV_TIMER.
        - (libev) add section on accept() problems to the manpage.
        - (libev) no child watchers on win32.
        - make code more aliasing compliant, in case perl is ever
          translated to C.
        - document the EV::CHECK runtime unavailability.
        - ported to minix 3.1.7.


(wiz)
diff -r1.5 -r1.6 pkgsrc/devel/p5-EV/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-EV/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-EV/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-EV/Makefile 2010/08/21 16:33:38 1.5
+++ pkgsrc/devel/p5-EV/Makefile 2010/12/02 15:47:42 1.6
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/08/21 16:33:38 seb Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/02 15:47:42 wiz Exp $
 #
 
-DISTNAME=	EV-3.9
+DISTNAME=	EV-4.00
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
 

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-EV/distinfo (expand / switch to context diff)
--- pkgsrc/devel/p5-EV/distinfo 2010/03/16 22:16:09 1.3
+++ pkgsrc/devel/p5-EV/distinfo 2010/12/02 15:47:42 1.4
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/03/16 22:16:09 sno Exp $
+$NetBSD: distinfo,v 1.4 2010/12/02 15:47:42 wiz Exp $
 
-SHA1 (EV-3.9.tar.gz) = 5d1eadd4eb35fded06114edce7d0a5aad4fc5ddb
+SHA1 (EV-4.00.tar.gz) = 19df882831cab44dc0b16ff4047ca97bd6d9d1a3
-RMD160 (EV-3.9.tar.gz) = a57b94e91131e3f3d9885808123220a30c2ec6d5
+RMD160 (EV-4.00.tar.gz) = 27e047aee45f71d9af3aa6d07e512b42ff10b454
-Size (EV-3.9.tar.gz) = 153556 bytes
+Size (EV-4.00.tar.gz) = 167166 bytes