[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63894] [PATCH 34/55] gnu: perl-text-balanced: Update to 1.75.
From: |
Antero Mejr |
Subject: |
[bug#63894] [PATCH 34/55] gnu: perl-text-balanced: Update to 1.75. |
Date: |
Sun, 4 Jun 2023 17:42:28 +0000 |
* gnu/packages/perl.scm (perl-text-balanced): Update to 1.75.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4131164022..4ac46172db 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11075,6 +11075,32 @@ (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 fundamental task of the autoformat subroutine is to identify and
+rearrange independent paragraphs in a text. Paragraphs typically consist of a
+series of lines containing at least one non-whitespace character, followed by
+one or more lines containing only optional whitespace. This is a more liberal
+definition than many other formatters use: most require an empty line to
+terminate a paragraph. Paragraphs may also be denoted by bulleting, numbering,
+or quoting (see the following sections).")
+ (license license:perl-license)))
+
(define-public perl-text-balanced
(package
(name "perl-text-balanced")
--
2.39.2
- [bug#63894] [PATCH 19/55] gnu: Add perl-datetime-format-sqlite., (continued)
- [bug#63894] [PATCH 19/55] gnu: Add perl-datetime-format-sqlite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 22/55] gnu: Add perl-file-libmagic., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 54/55] gnu: Add perl-razor2-client-agent., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 30/55] gnu: Add perl-package-variant., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 33/55] gnu: perl-sub-quote: Update to 2.006008., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 25/55] gnu: Add perl-graphviz., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 10/55] gnu: Add perl-test-file-sharedir., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 15/55] gnu: Add perl-constant., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 44/55] gnu: Add perl-gravatar-url., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 55/55] gnu: Add spamassassin., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 34/55] gnu: perl-text-balanced: Update to 1.75.,
Antero Mejr <=
- [bug#63894] [PATCH 48/55] gnu: Add perl-geo-ip., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 35/55] gnu: Add perl-text-brew., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 49/55] gnu: Add perl-net-smtps., Antero Mejr, 2023/06/04