mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-IO-Async 0.07, perl modules that implement asynchronous
filehandle IO. PR: ports/113505 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
5b5dc26aae
commit
be437ad5fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193429
@ -1205,6 +1205,7 @@
|
||||
SUBDIR += p5-IO
|
||||
SUBDIR += p5-IO-AIO
|
||||
SUBDIR += p5-IO-All
|
||||
SUBDIR += p5-IO-Async
|
||||
SUBDIR += p5-IO-Capture
|
||||
SUBDIR += p5-IO-CaptureOutput
|
||||
SUBDIR += p5-IO-Digest
|
||||
|
25
devel/p5-IO-Async/Makefile
Normal file
25
devel/p5-IO-Async/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-IO-Async
|
||||
# Date created: 2007-06-10
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Async
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Perl modules that implement asynchronous filehandle IO
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IO::Async.3 IO::Async::Buffer.3 IO::Async::ChildManager.3 \
|
||||
IO::Async::Notifier.3 IO::Async::Set.3 \
|
||||
IO::Async::Set::GMainLoop.3 IO::Async::Set::IO_Poll.3 \
|
||||
IO::Async::Set::Select.3 IO::Async::SignalProxy.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-IO-Async/distinfo
Normal file
3
devel/p5-IO-Async/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IO-Async-0.07.tar.gz) = d0addd5a98b59de0c15f6542937ec7f9
|
||||
SHA256 (IO-Async-0.07.tar.gz) = 133efb840a7d8d558de7c875aadc176b6dea4d786a6aa53b7eedfb2b223968d2
|
||||
SIZE (IO-Async-0.07.tar.gz) = 30647
|
10
devel/p5-IO-Async/pkg-descr
Normal file
10
devel/p5-IO-Async/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This collection of modules allows programs to be written that perform
|
||||
asynchronous filehandle IO operations. A typical program using them
|
||||
would consist of a single subclass of IO::Async::Set to act as a
|
||||
container for a number of IO::Async::Notifier objects (or subclasses
|
||||
thereof). The set itself is responsible for checking read- or
|
||||
write-readiness, and informing the notifiers of these conditions. The
|
||||
notifiers then perform whatever work is required on these conditions,
|
||||
by using subclass methods or callback functions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Async/
|
16
devel/p5-IO-Async/pkg-plist
Normal file
16
devel/p5-IO-Async/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/.packlist
|
||||
%%SITE_PERL%%/IO/Async.pod
|
||||
%%SITE_PERL%%/IO/Async/Buffer.pm
|
||||
%%SITE_PERL%%/IO/Async/ChildManager.pm
|
||||
%%SITE_PERL%%/IO/Async/Notifier.pm
|
||||
%%SITE_PERL%%/IO/Async/Set.pm
|
||||
%%SITE_PERL%%/IO/Async/Set/GMainLoop.pm
|
||||
%%SITE_PERL%%/IO/Async/Set/IO_Poll.pm
|
||||
%%SITE_PERL%%/IO/Async/Set/Select.pm
|
||||
%%SITE_PERL%%/IO/Async/SignalProxy.pm
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/IO/Async
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO/Async/Set
|
||||
@dirrmtry %%SITE_PERL%%/IO/Async
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
Loading…
Reference in New Issue
Block a user