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 unified 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,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2010/08/21 16:33:38 seb Exp $ 1# $NetBSD: Makefile,v 1.6 2010/12/02 15:47:42 wiz Exp $
2# 2#
3 3
4DISTNAME= EV-3.9 4DISTNAME= EV-4.00
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel 6CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/EV/ 10HOMEPAGE= http://search.cpan.org/dist/EV/
12COMMENT= Perl interface to libev, a high performance full-featured event loop 11COMMENT= Perl interface to libev, a high performance full-featured event loop
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense 14DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
16 15
17MAKE_ENV+= PERL_MM_USE_DEFAULT=1 16MAKE_ENV+= PERL_MM_USE_DEFAULT=1
18 17
19PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir

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