[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67963] [PATCH v2 28/37] gnu: Add perl-text-autoformat.
From: |
Felix Lechner |
Subject: |
[bug#67963] [PATCH v2 28/37] gnu: Add perl-text-autoformat. |
Date: |
Tue, 16 Jan 2024 14:13:06 -0800 |
* gnu/packages/perl.scm (perl-text-autoformat): New variable.
Change-Id: I5158392b76c9946a3d972f5837d1e6ba6c622742
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 921d8be1c2..22a240bf22 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10946,6 +10946,27 @@ (define-public perl-text-aligner
used to justify strings to various alignment styles.")
(license license:x11)))
+(define-public perl-text-autoformat
+ (package
+ (name "perl-text-autoformat")
+ (version "1.75")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/N/NE/NEILB/Text-Autoformat-" version
+ ".tar.gz"))
+ (sha256
+ (base32 "0wdpqq1cds68i1clx2y22bnnm558d12sr7dmypdv9i5f7p7g9m4x"))))
+ (build-system perl-build-system)
+ (propagated-inputs (list perl-text-reform))
+ (home-page "https://metacpan.org/release/Text-Autoformat")
+ (synopsis "Automatic text wrapping and reformatting")
+ (description "The Text::Autoformat module provides a subroutine that
+wraps text to specified margins. However, autoformat reformats its
+input by analysing the text's structure.")
+ (license license:perl-license)))
+
(define-public perl-text-balanced
(package
(name "perl-text-balanced")
--
2.41.0
- [bug#67963] [PATCH v2 01/37] gnu: perl.scm: Fix indentation (no functional changes)., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 02/37] Use only version 2 of Perl's Strictures., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 04/37] gnu: Add perl-devel-confess., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 03/37] Fix broken test in Perl's DBIx::Class., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 05/37] gnu: Add perl-mldbm., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 12/37] gnu: Add perl-dime-tools., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 06/37] gnu: Add perl-safe-hole., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 11/37] gnu: Add perl-datetime-format-sqlite., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 19/37] gnu: Add perl-xml-parser-lite., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 28/37] gnu: Add perl-text-autoformat.,
Felix Lechner <=
- [bug#67963] [PATCH v2 35/37] gnu: Add perl-io-sessiondata., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 32/37] gnu: Add perl-dbicx-testdatabase., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 08/37] gnu: Add perl-data-messagepack., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 21/37] gnu: Add perl-test-xml., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 25/37] gnu: Add perl-text-xslate., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 18/37] gnu: Add perl-spreadsheet-parseexcel., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 22/37] gnu: Add perl-time-warp., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 09/37] gnu: Add perl-datetime-format-mysql., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 07/37] gnu: Add perl-class-hash., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 13/37] gnu: Add perl-fcgi-client., Felix Lechner, 2024/01/16