[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: Add perl-string-formatter.
From: |
guix-commits |
Subject: |
06/17: gnu: Add perl-string-formatter. |
Date: |
Sun, 14 Apr 2019 05:47:55 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit e748fbe2acfc3cfc5a0d7e3bbcaefb0b01ac5880
Author: Christopher Baines <address@hidden>
Date: Sun Mar 24 18:09:38 2019 +0000
gnu: Add perl-string-formatter.
* gnu/packages/perl.scm (perl-string-formatter): New variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index fcd946f..f1131a0 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7669,6 +7669,32 @@ expanding standard C/Unix-style backslash escapes like
\n and \t, wrapping and
removing double-quotes, and truncating to fit within a desired length.")
(license (package-license perl))))
+(define-public perl-string-formatter
+ (package
+ (name "perl-string-formatter")
+ (version "0.102084")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/R/RJ/RJBS/String-Formatter-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0mlwm0rirv46gj4h072q8gdync5zxxsxy8p028gdyrhczl942dc3"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-params-util" ,perl-params-util)
+ ("perl-sub-exporter" ,perl-sub-exporter)))
+ (home-page "https://metacpan.org/release/String-Formatter")
+ (synopsis "Build your own sprintf-like functions")
+ (description
+ "@code{String::Formatter} is a tool for building sprintf-like formatting
+routines. It supports named or positional formatting, custom conversions,
+fixed string interpolation, and simple width-matching.")
+ (license gpl2)))
+
(define-public perl-string-rewriteprefix
(package
(name "perl-string-rewriteprefix")
- 17/17: gnu: Add sqitch., (continued)
- 17/17: gnu: Add sqitch., guix-commits, 2019/04/14
- 14/17: gnu: Add perl-test-version., guix-commits, 2019/04/14
- 15/17: gnu: Add perl-mysql-config., guix-commits, 2019/04/14
- 07/17: gnu: Add perl-template-tiny., guix-commits, 2019/04/14
- 10/17: gnu: Add perl-test-checkdeps., guix-commits, 2019/04/14
- 09/17: gnu: Add perl-uri-db., guix-commits, 2019/04/14
- 12/17: gnu: Add perl-test-file., guix-commits, 2019/04/14
- 11/17: gnu: Add perl-test-dir., guix-commits, 2019/04/14
- 08/17: gnu: Add perl-uri-nested., guix-commits, 2019/04/14
- 13/17: gnu: Add perl-test-file-contents., guix-commits, 2019/04/14
- 06/17: gnu: Add perl-string-formatter.,
guix-commits <=
- 03/17: gnu: Add perl-cpan-distnameinfo., guix-commits, 2019/04/14
- 05/17: gnu: Add perl-io-pager., guix-commits, 2019/04/14
- 02/17: gnu: Add perl-config-gitlike., guix-commits, 2019/04/14
- 04/17: gnu: Add perl-tie-handle-offset., guix-commits, 2019/04/14
- 01/17: gnu: Add perl-http-tinyish., guix-commits, 2019/04/14