[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64486] [PATCH v2 05/22] gnu: Add perl-log-any-adapter-screen.
From: |
Bruno Victal |
Subject: |
[bug#64486] [PATCH v2 05/22] gnu: Add perl-log-any-adapter-screen. |
Date: |
Tue, 24 Oct 2023 16:15:25 +0100 |
* gnu/packages/perl.scm (perl-log-any-adapter-screen): New variable.
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 703fe382af..506b078da4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6246,6 +6246,26 @@ (define-public perl-log-any-adapter-log4perl
@code{Log::Any} adapter using @code{Log::Log4perl} for logging.")
(license (package-license perl))))
+(define-public perl-log-any-adapter-screen
+ (package
+ (name "perl-log-any-adapter-screen")
+ (version "0.140")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+
"mirror://cpan/authors/id/P/PE/PERLANCAR/Log-Any-Adapter-Screen-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1bl8n0d7wsfj3dijxi1bh65qfz75i1qbp14wkk3bsjv895fz6awr"))))
+ (build-system perl-build-system)
+ (propagated-inputs (list perl-log-any))
+ (home-page "https://metacpan.org/release/Log-Any-Adapter-Screen")
+ (synopsis "Send logs to screen, with colors and some other features")
+ (description "A @code{Log::Any} adapter to send log messages to screen,
+with colors and some other features.")
+ (license (package-license perl))))
+
(define-public perl-log-message
(package
(name "perl-log-message")
--
2.41.0
- [bug#64486] [PATCH v2 00/22] Update licensecheck to 3.3.9., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 12/22] gnu: perl-test2-suite: Update to 0.000155., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 01/22] gnu: Add perl-xs-parse-sublike., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 03/22] gnu: Add perl-feature-compat-class., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 06/22] gnu: Add perl-file-chdir., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 19/22] gnu: perl-regexp-pattern-license: Update to 3.11.0., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 04/22] gnu: Add perl-feature-compat-try., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 11/22] gnu: Add perl-extutils-cchecker., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 14/22] gnu: Add perl-string-trim-more., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 05/22] gnu: Add perl-log-any-adapter-screen.,
Bruno Victal <=
- [bug#64486] [PATCH v2 02/22] gnu: Add perl-object-pad., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 15/22] gnu: Add perl-regexp-pattern-defhash., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 20/22] gnu: perl-string-copyright: Update to 0.003014., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 08/22] gnu: Add perl-array-intspan., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 16/22] gnu: Add perl-hash-defhash., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 17/22] gnu: Add perl-test-regexp-pattern., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 22/22] gnu: licensecheck: Use G-Expressions. Refactor phases., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 10/22] gnu: perl-xs-parse-keyword: Update to 0.34., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 21/22] gnu: licensecheck: Update to 3.3.9., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 09/22] gnu: Add perl-string-license., Bruno Victal, 2023/10/24