Bug 128970 - [NEW PORT] devel/p5-IO-BufferedSelect: Line-buffered select interface
Summary: [NEW PORT] devel/p5-IO-BufferedSelect: Line-buffered select interface
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 20:10 UTC by Yi-Jheng Lin
Modified: 2008-11-19 20:40 UTC (History)
0 users

See Also:


Attachments
p5-IO-BufferedSelect-1.0.shar (2.38 KB, text/plain)
2008-11-18 20:10 UTC, Yi-Jheng Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Jheng Lin 2008-11-18 20:10:01 UTC
IO::BufferedSelect - Line-buffered select interface

The purpose of this module is to implement a buffered version of the
select interface that operates on lines, rather than characters.
Given a set of filehandles, it will block until a full line is
available on one or more of them.

WWW:	http://search.cpan.org/dist/IO-BufferedSelect/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-18 20:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

lwhsu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-19 20:30:48 UTC
lwhsu       2008-11-19 20:30:33 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-IO-BufferedSelect Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Add p5-IO-BufferedSelect 1.0, line-buffered select interface.
  
  PR:             ports/128970
  Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
  
  Revision  Changes    Path
  1.3257    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/p5-IO-BufferedSelect/Makefile (new)
  1.1       +3 -0      ports/devel/p5-IO-BufferedSelect/distinfo (new)
  1.1       +8 -0      ports/devel/p5-IO-BufferedSelect/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-IO-BufferedSelect/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 Li-Wen Hsu freebsd_committer freebsd_triage 2008-11-19 20:31:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!