GNU bug report logs - #63866
[PATCH 00/16] Add tidyall and some tidiers.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Sat, 3 Jun 2023 05:03:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 63866 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>, gemmaro <gemmaro.dev <at> gmail.com>, Andrew Wong <brosasaki <at> gmail.com>
Subject: [bug#63866] [PATCH v3 01/13] gnu: Add perl-xstring.
Date: Wed,  5 Feb 2025 12:58:53 +0900
* gnu/packages/perl.scm (perl-xstring): New variable.
---
 gnu/packages/perl.scm | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 13d9db9959..c8d3192e2f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -33,7 +33,7 @@
 ;;; Copyright © 2021 Raghav Gururajan <rg <at> raghavgururajan.name>
 ;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
 ;;; Copyright © 2022, 2023 Evgeny Pisemsky <mail <at> pisemsky.site>
-;;; Copyright © 2022, 2023, 2024 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2022, 2023, 2024, 2025 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
 ;;; Copyright © 2023 Andreas Enge <andreas <at> enge.fr>
 ;;; Copyright © 2023 Jake Leporte <jakeleporte <at> outlook.com>
@@ -12767,6 +12767,25 @@ (define-public perl-xsloader
 to implement cheap automatic dynamic loading of Perl modules.")
     (license (package-license perl))))
 
+(define-public perl-xstring
+  (package
+    (name "perl-xstring")
+    (version "0.005")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/XString-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "117q718hlw6gi9zy16ssm0pf0lll4l20hg77395bmrmf35fgaizj"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/XString")
+    (synopsis "Isolated string helpers from @samp{B}")
+    (description
+     "XString provides the @samp{B} string helpers in one isolated
+package.  Right now only @code{cstring} and @code{perlstring} are available.")
+    (license license:perl-license)))
+
 (define-public perl-xs-object-magic
   (package
     (name "perl-xs-object-magic")
-- 
2.47.1





This bug report was last modified 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.