Add p5-AnyEvent-1.02:

This module offers a simple API for io, timer and completion callbacks,
independent of the event loop in use. This allows module authors to use
those events internally without forcing users of the module on a specific
event loop. Currently supported are Event, Coro::Event, Glib and Tk.
This commit is contained in:
xtraeme 2006-08-24 08:33:29 +00:00
parent 46d2f6960e
commit f35b6742c2
5 changed files with 30 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.778 2006/08/20 20:04:57 xtraeme Exp $
# $NetBSD: Makefile,v 1.779 2006/08/24 08:33:29 xtraeme Exp $
#
COMMENT= Development utilities
@ -335,6 +335,7 @@ SUBDIR+= p5-Algorithm-Annotate
SUBDIR+= p5-Algorithm-Dependency
SUBDIR+= p5-Algorithm-Diff
SUBDIR+= p5-Algorithm-Merge
SUBDIR+= p5-AnyEvent
SUBDIR+= p5-AppConfig
SUBDIR+= p5-Array-Compare
SUBDIR+= p5-AtExit

4
devel/p5-AnyEvent/DESCR Normal file
View file

@ -0,0 +1,4 @@
This module offers a simple API for io, timer and completion callbacks,
independent of the event loop in use. This allows module authors to use
those events internally without forcing users of the module on a specific
event loop. Currently supported are Event, Coro::Event, Glib and Tk.

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2006/08/24 08:33:29 xtraeme Exp $
#
DISTNAME= AnyEvent-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html
COMMENT= Simple API for io, timer and completion callbacks
DEPENDS+= p5-glib2-[0-9]*:../../devel/p5-glib2
PERL5_PACKLIST= auto/AnyEvent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

1
devel/p5-AnyEvent/PLIST Normal file
View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1 2006/08/24 08:33:29 xtraeme Exp $

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2006/08/24 08:33:29 xtraeme Exp $
SHA1 (AnyEvent-1.02.tar.gz) = 3f60a4c0bbecb2c4bfb92c10c51874b8814568ea
RMD160 (AnyEvent-1.02.tar.gz) = 845b85cd71faa6d5fa8dd4429ca0e0a20f00e2af
Size (AnyEvent-1.02.tar.gz) = 7580 bytes