From: Christopher Baines <mail@cbaines.net>
To: 34980@debbugs.gnu.org
Subject: [bug#34980] [PATCH 05/17] gnu: Add perl-io-pager.
Date: Sun, 24 Mar 2019 20:46:20 +0000 [thread overview]
Message-ID: <20190324204632.17055-5-mail@cbaines.net> (raw)
In-Reply-To: <20190324204632.17055-1-mail@cbaines.net>
* gnu/packages/perl.scm (perl-io-pager): New variable.
---
gnu/packages/perl.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ddb7576e7d..094ef7269c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -49,6 +49,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages freedesktop)
+ #:use-module (gnu packages less)
#:use-module (gnu packages perl-check)
#:use-module (gnu packages perl-compression)
#:use-module (gnu packages perl-web)
@@ -4261,6 +4262,41 @@ easier to develop interactive applications: is_interactive(), interactive(),
and busy().")
(license (package-license perl))))
+(define-public perl-io-pager
+ (package
+ (name "perl-io-pager")
+ (version "0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/J/JP/JPIERCE/IO-Pager-"
+ version
+ "0.tgz"))
+ (sha256
+ (base32
+ "1vzdypsr7vkj8nnda9ccrksci6pqj5awwmi89l7x3mbpq36gad87"))))
+ (build-system perl-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-less
+ (lambda _
+ (substitute* "lib/IO/Pager.pm"
+ (("/usr/local/bin/less', '/usr/bin/less")
+ (which "less")))
+ #t)))))
+ (propagated-inputs
+ `(("perl-file-which" ,perl-file-which)))
+ (inputs
+ `(("less" ,less)))
+ (home-page "https://metacpan.org/release/IO-Pager")
+ (synopsis "Select a pager and pipe text to it")
+ (description
+ "@code{IO::Pager} can be used to locate an available pager and use it to
+display output if a TTY is in use.")
+ (license (package-license perl))))
+
(define-public perl-io-string
(package
(name "perl-io-string")
--
2.20.1
next prev parent reply other threads:[~2019-03-24 20:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-24 20:30 [bug#34980] [PATCH 00/17] Add sqitch, a database change management tool, and dependencies Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 01/17] gnu: Add perl-http-tinyish Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 02/17] gnu: Add perl-config-gitlike Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 03/17] gnu: Add perl-cpan-distnameinfo Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 04/17] gnu: Add perl-tie-handle-offset Christopher Baines
2019-03-24 20:46 ` Christopher Baines [this message]
2019-03-24 20:46 ` [bug#34980] [PATCH 06/17] gnu: Add perl-string-formatter Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 07/17] gnu: Add perl-template-tiny Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 08/17] gnu: Add perl-uri-nested Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 09/17] gnu: Add perl-uri-db Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 10/17] gnu: Add perl-test-checkdeps Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 11/17] gnu: Add perl-test-dir Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 12/17] gnu: Add perl-test-file Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 13/17] gnu: Add perl-test-file-contents Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 14/17] gnu: Add perl-test-version Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 15/17] gnu: Add perl-mysql-config Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 16/17] gnu: Add perl-string-shellquote Christopher Baines
2019-03-24 20:46 ` [bug#34980] [PATCH 17/17] gnu: Add sqitch Christopher Baines
2019-04-19 8:03 ` bug#34980: [PATCH 00/17] Add sqitch, a database change management tool, and dependencies Christopher Baines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190324204632.17055-5-mail@cbaines.net \
--to=mail@cbaines.net \
--cc=34980@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).