Wed Feb 1 13:35:33 2017 UTC ()
Import p5-IO-Event-0.813 as devel/p5-IO-Event.

IO::Event provides a object-based callback system for handling nonblocking
IO. The design goal is to provide a system that just does the right thing
w/o the user needing to think about it much.

All APIs are kept as simple as possible yet at the same time, all
functionality is accesible if needed. Simple things are easy. Hard things
are possible.

Most of the time file handling syntax will work fine: <$filehandle> and
print $filehandle 'stuff'.

IO::Event provides automatic buffering of output (with a callback to
throttle). It provides automatic line-at-a-time input.

After initial setup, call IO::Event::loop().

IO::Event was originally written to use Event. IO::Event still defaults to
using Event but it can now use AnyEvent or its own event loop.


(mef)
diff -r0 -r1.1 pkgsrc/devel/p5-IO-Event/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-IO-Event/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-IO-Event/distinfo

File Added: pkgsrc/devel/p5-IO-Event/DESCR
IO::Event provides a object-based callback system for handling nonblocking
IO. The design goal is to provide a system that just does the right thing
w/o the user needing to think about it much.

All APIs are kept as simple as possible yet at the same time, all
functionality is accesible if needed. Simple things are easy. Hard things
are possible.

Most of the time file handling syntax will work fine: <$filehandle> and
print $filehandle 'stuff'.

IO::Event provides automatic buffering of output (with a callback to
throttle). It provides automatic line-at-a-time input.

After initial setup, call IO::Event::loop().

IO::Event was originally written to use Event. IO::Event still defaults to
using Event but it can now use AnyEvent or its own event loop.

File Added: pkgsrc/devel/p5-IO-Event/Makefile
# $NetBSD: Makefile,v 1.1 2017/02/01 13:35:33 mef Exp $

DISTNAME=	IO-Event-0.813
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/
COMMENT=	Tied Filehandles for Nonblocking IO with Object Callbacks
LICENSE=	${PERL5_LICENSE}

USE_LANGUAGES=  # empty
PERL5_PACKLIST= auto/IO/Event/.packlist
.include "../../lang/perl5/module.mk"

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-IO-Event/distinfo
$NetBSD: distinfo,v 1.1 2017/02/01 13:35:33 mef Exp $

SHA1 (IO-Event-0.813.tar.gz) = a7d37fd9608419d107c30056916df2f4307f851a
RMD160 (IO-Event-0.813.tar.gz) = 523c97878f1ccb69a5637f5b9e6ee49c5e2f3dac
SHA512 (IO-Event-0.813.tar.gz) = 234fe3037e9600b843b7db094b2bb67ff6d573d5a8cf48cec813d5cf6a996ae32bfde0eb35f8593c0cfe4d2d56a56882183e5fa291498df845a3c9fcb0ba7293
Size (IO-Event-0.813.tar.gz) = 34477 bytes