Bug 79423

Summary: [NEW PORT] devel/p5-IO-Pager: Select a pager, optionally pipe it output if destination is a TTY
Product: Ports & Packages Reporter: Rong-En Fan <rafan>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-IO-Pager-0.05.shar none

Description Rong-En Fan 2005-04-01 08:30:07 UTC
IO::Pager is lightweight and can be used to locate an available pager
and set $ENV{PAGER} sanely or as a factory for creating objects defined
elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered.

IO::Pager subclasses are designed to programmatically decide whether
or not to pipe a filehandle's output to a program specified in $ENV{PAGER}.
Subclasses are only required to support filehandle output methods and close,
namely

WWW: http://search.cpan.org/~jpierce/IO-Pager/
Author:	Jerrad Pierce

Generated with FreeBSD Port Tools 0.63
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-04-01 08:52:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Grab.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-04-04 08:01:37 UTC
State Changed
From-To: open->closed

New port added, Thank you.