guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67963] [PATCH v2 24/37] gnu: Add perl-text-tabulardisplay.


From: Felix Lechner
Subject: [bug#67963] [PATCH v2 24/37] gnu: Add perl-text-tabulardisplay.
Date: Tue, 16 Jan 2024 14:13:02 -0800

* gnu/packages/perl.scm (perl-text-tabulardisplay): New variable.

Change-Id: Ieaa15dd00a396e959cc6b538bad35541c5ae3357
---
 gnu/packages/perl.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ec02b25f8c..1074288dfe 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11299,6 +11299,26 @@ (define-public perl-text-tabs+wrap
 Text::Wrap will reformat lines into paragraphs.")
     (license (package-license perl))))
 
+(define-public perl-text-tabulardisplay
+  (package
+    (name "perl-text-tabulardisplay")
+    (version "1.38")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/D/DA/DARREN/Text-TabularDisplay-" 
version
+             ".tar.gz"))
+       (sha256
+        (base32 "1s46s4pg5mpfllx3icf4vnqz9iadbbdbsr5p7pr6gdjnzbx902gb"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/Text-TabularDisplay";)
+    (synopsis "Display text in formatted table output")
+    (description "Text::TabularDisplay simplifies displaying textual data
+in a table.  The output is identical to the columnar display of query
+results in the MySQL text monitor.")
+    (license license:gpl2)))
+
 (define-public perl-text-template
   (package
     (name "perl-text-template")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]