summaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-Pager/pkg-descr
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2005-04-04 07:01:21 +0000
committerclsung <clsung@FreeBSD.org>2005-04-04 07:01:21 +0000
commit5f90a57e54e3ecd40aa397477bbd8da579a20f81 (patch)
treebc4dd9a0f5483882255e7091d8d9b450fd16f359 /devel/p5-IO-Pager/pkg-descr
parenta0102af7516c1ea99da99e1e7506f960f54000c0 (diff)
downloadFreeBSD-ports-5f90a57e54e3ecd40aa397477bbd8da579a20f81.zip
FreeBSD-ports-5f90a57e54e3ecd40aa397477bbd8da579a20f81.tar.gz
- add p5-IO-Pager, which select a pager, optionally pipe it output
if destination is a TTY PR: 79423 Submitted by: Rong-En Fan (maintainer)
Diffstat (limited to 'devel/p5-IO-Pager/pkg-descr')
-rw-r--r--devel/p5-IO-Pager/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-IO-Pager/pkg-descr b/devel/p5-IO-Pager/pkg-descr
new file mode 100644
index 0000000..2f86b20
--- /dev/null
+++ b/devel/p5-IO-Pager/pkg-descr
@@ -0,0 +1,11 @@
+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
OpenPOWER on IntegriCloud