pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Event Import p5-IO-Event-0.813 as devel/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddd36ddf82c0
branches:  trunk
changeset: 357936:ddd36ddf82c0
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Feb 01 13:35:33 2017 +0000

description:
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.

diffstat:

 devel/p5-IO-Event/DESCR    |  18 ++++++++++++++++++
 devel/p5-IO-Event/Makefile |  17 +++++++++++++++++
 devel/p5-IO-Event/distinfo |   6 ++++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 96f0d0740d59 -r ddd36ddf82c0 devel/p5-IO-Event/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Event/DESCR   Wed Feb 01 13:35:33 2017 +0000
@@ -0,0 +1,18 @@
+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.
diff -r 96f0d0740d59 -r ddd36ddf82c0 devel/p5-IO-Event/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Event/Makefile        Wed Feb 01 13:35:33 2017 +0000
@@ -0,0 +1,17 @@
+# $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@localhost
+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"
diff -r 96f0d0740d59 -r ddd36ddf82c0 devel/p5-IO-Event/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Event/distinfo        Wed Feb 01 13:35:33 2017 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index