Bug 113505 - [NEW PORT] devel/p5-IO-Async: Perl modules that implement asynchronous filehandle IO
Summary: [NEW PORT] devel/p5-IO-Async: Perl modules that implement asynchronous fileha...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-10 01:00 UTC by gslin
Modified: 2007-06-14 03:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-IO-Async-0.07.shar (2.95 KB, text/plain)
2007-06-10 01:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-06-10 01:00:13 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-10 01:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-14 02:57:18 UTC
clsung      2007-06-14 01:57:12 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-IO-Async    Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2784    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-IO-Async/Makefile (new)
  1.1       +3 -0      ports/devel/p5-IO-Async/distinfo (new)
  1.1       +10 -0     ports/devel/p5-IO-Async/pkg-descr (new)
  1.1       +16 -0     ports/devel/p5-IO-Async/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-06-14 02:58:07 UTC
State Changed
From-To: open->closed

New port added. Thank You.