[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49210] [PATCH v1 09/16] gnu: Add perl-term-ansicolor.
From: |
Raghav Gururajan |
Subject: |
[bug#49210] [PATCH v1 09/16] gnu: Add perl-term-ansicolor. |
Date: |
Thu, 24 Jun 2021 10:45:49 -0400 |
* gnu/packages/perl.scm (perl-term-ansicolor): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 97a7e14a69..dc681865ac 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9836,6 +9836,30 @@ situations, where you may need to upgrade to the full
feature set in the
future, or if you want the retain the familiarity of TT-style templates.")
(license license:perl-license)))
+(define-public perl-term-ansicolor
+ (package
+ (name "perl-term-ansicolor")
+ (version "5.01")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/R/RR/RRA/"
+ "Term-ANSIColor-" version ".tar.gz"))
+ (sha256
+ (base32 "0zgj329kfrwcyqn491v04x65yjydwfc4845a71f8hypdrj3vv0b2"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-warn" ,perl-test-warn)))
+ (home-page "https://metacpan.org/dist/Term-ANSIColor")
+ (synopsis "Interface to the ANSI terminal escape sequences for color")
+ (description "Term::ANSIColor provides constants and simple functions for
+setting ANSI text attributes, most notably colors. It can be used to set the
+current text attributes or to apply a set of attributes to a string and reset
+the current text attributes at the end of that string. Eight-color,
+sixteen-color, 256-color, and true color (24-bit color) escape sequences are
all
+supported.")
+ (license (package-license perl))))
+
(define-public perl-term-encoding
(package
(name "perl-term-encoding")
--
2.32.0
- [bug#49210] [PATCH v1 01/16] gnu: Add perl-exporter., (continued)
- [bug#49210] [PATCH v1 01/16] gnu: Add perl-exporter., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 02/16] gnu: perl-glib: Propagate glib., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 04/16] gnu: Add perl-cairo-gobject., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 08/16] gnu: Add perl-text-parsewords., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 03/16] gnu: perl-cairo: Propagate cairo., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 06/16] gnu: Add perl-gtk3., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 10/16] gnu: Add perl-test-portability-files., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 11/16] gnu: Add perl-xsloader., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 05/16] gnu: Add perl-glib-object-introspection., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 07/16] gnu: Add perl-text-tabs+wrap., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 09/16] gnu: Add perl-term-ansicolor.,
Raghav Gururajan <=
- [bug#49210] [PATCH v1 12/16] gnu: Add perl-storable., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 13/16] gnu: Add perl-encode., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 16/16] gnu: straw-viewer: Deprecate package., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 14/16] gnu: Add perl-mime-base64., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v1 15/16] gnu: Add pipe-viewer., Raghav Gururajan, 2021/06/24
- [bug#49210] [PATCH v2 01/16] gnu: Add perl-exporter., Raghav Gururajan, 2021/06/25