[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/55: gnu: Add perl-text-reform.
From: |
guix-commits |
Subject: |
37/55: gnu: Add perl-text-reform. |
Date: |
Sun, 22 Dec 2024 07:32:59 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 10f90b9d027d5662a9e6e15548983a70b2e04d5a
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Sun Jun 4 17:42:32 2023 +0000
gnu: Add perl-text-reform.
* gnu/packages/perl.scm (perl-text-reform): New variable.
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
---
gnu/packages/perl.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4072279012..ba2ebb3cff 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11827,6 +11827,31 @@ interface for handling sequential records in a file
however they may be
delimited.")
(license license:gpl2)))
+(define-public perl-text-reform
+ (package
+ (name "perl-text-reform")
+ (version "1.20")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/C/CH/CHORNY/Text-Reform-" version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0qdfnhfn8frnkbpkkw64fhnnxsbb6mmb6dr30c0p1jdaq7c2syd8"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build))
+ (home-page "https://metacpan.org/release/Text-Reform")
+ (synopsis "Manual text wrapping and reformatting")
+ (description
+ "The @code{form()} subroutine may be exported from the module. It takes
+a series of format (or \"picture\") strings followed by replacement values,
+interpolates those values into each picture string, and returns the result.
+The effect is similar to the inbuilt perl format mechanism, although the
+field specification syntax is simpler and some of the formatting behaviour is
+more sophisticated.")
+ (license license:perl-license)))
+
(define-public perl-text-roman
(package
(name "perl-text-roman")
- 07/55: gnu: Add perl-sql-translator., (continued)
- 07/55: gnu: Add perl-sql-translator., guix-commits, 2024/12/22
- 12/55: gnu: Add perl-test-mockrandom., guix-commits, 2024/12/22
- 13/55: gnu: Add perl-config-simple., guix-commits, 2024/12/22
- 08/55: gnu: Add perl-test-postgresql., guix-commits, 2024/12/22
- 20/55: gnu: Add perl-exporter-declare., guix-commits, 2024/12/22
- 18/55: gnu: Add perl-datetime-format-sqlite., guix-commits, 2024/12/22
- 19/55: gnu: Add perl-datetime-format-pg., guix-commits, 2024/12/22
- 21/55: gnu: Add perl-file-libmagic., guix-commits, 2024/12/22
- 17/55: gnu: Add perl-datetime-format-mysql., guix-commits, 2024/12/22
- 25/55: gnu: Add perl-log-contextual., guix-commits, 2024/12/22
- 37/55: gnu: Add perl-text-reform.,
guix-commits <=
- 34/55: gnu: Add perl-text-brew., guix-commits, 2024/12/22
- 32/55: gnu: perl-sub-quote: Update to 2.006008., guix-commits, 2024/12/22
- 40/55: gnu: Add perl-time-warp., guix-commits, 2024/12/22
- 24/55: gnu: Add perl-graphviz., guix-commits, 2024/12/22
- 48/55: gnu: Add perl-net-smtps., guix-commits, 2024/12/22
- 54/55: gnu: Add spamassassin., guix-commits, 2024/12/22
- 49/55: gnu: Add perl-net-ip., guix-commits, 2024/12/22
- 06/55: gnu: Add perl-dbix-class-timestamp., guix-commits, 2024/12/22
- 36/55: gnu: Add perl-text-recordparser., guix-commits, 2024/12/22
- 38/55: gnu: Add perl-text-tabulardisplay., guix-commits, 2024/12/22