Bug 79423 - [NEW PORT] devel/p5-IO-Pager: Select a pager, optionally pipe it output if destination is a TTY
Summary: [NEW PORT] devel/p5-IO-Pager: Select a pager, optionally pipe it output if de...
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: 2005-04-01 08:30 UTC by Rong-En Fan
Modified: 2005-04-04 08:01 UTC (History)
0 users

See Also:


Attachments
p5-IO-Pager-0.05.shar (2.54 KB, text/plain)
2005-04-01 08:30 UTC, Rong-En Fan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.