From unknown Sat Aug 16 16:06:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58006] [PATCH] gnu: Add texlive-generic-xstring. Resent-From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 22 Sep 2022 15:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58006 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58006@debbugs.gnu.org Cc: Wiktor =?UTF-8?Q?=C5=BBelazny?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16638587772734 (code B ref -1); Thu, 22 Sep 2022 15:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Sep 2022 14:59:37 +0000 Received: from localhost ([127.0.0.1]:38221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obNft-0000i2-6H for submit@debbugs.gnu.org; Thu, 22 Sep 2022 10:59:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:51278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obNfp-0000ht-Q9 for submit@debbugs.gnu.org; Thu, 22 Sep 2022 10:59:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obNfp-0002So-8i for guix-patches@gnu.org; Thu, 22 Sep 2022 10:59:33 -0400 Received: from freeshell.de ([116.202.128.144]:37734) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obNfn-00011u-C6 for guix-patches@gnu.org; Thu, 22 Sep 2022 10:59:33 -0400 Received: from localhost.localdomain (cst-prg-93-201.cust.vodafone.cz [46.135.93.201]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 2268DB360C87; Thu, 22 Sep 2022 16:59:23 +0200 (CEST) From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Thu, 22 Sep 2022 16:59:10 +0200 Message-Id: <20220922145910.19305-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-generic-xstring): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9be9f73137..89f5ff9f22 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11766,6 +11766,27 @@ (define-public texlive-generic-soul (PDF)LaTeX; some UTF-8 support is offered by package @code{soulutf8}.") (license license:lppl)))) +(define-public texlive-generic-xstring + (let ((template (simple-texlive-package + "texlive-generic-xstring" + (list "/doc/generic/xstring/" + "/tex/generic/xstring/") + (base32 + "1azpq855kq1l4686bjp8haxim5c8wycz1b6lcg5q7x8kb4g9sppn") + #:trivial? #t))) + (package + (inherit template) + (home-page "http://www.ctan.org/pkg/xstring") + (synopsis "String manipulation for (La)TeX") + (description + "@code{xstring} package provides macros for manipulating strings -- +testing a string's contents, extracting substrings, substitution of substrings +and providing numbers such as string length, position of, or number of +recurrences of, a substring. The package works equally in Plain TeX and LaTeX +(though e-TeX is always required). The strings to be processed may contain +(expandable) macros.") + (license license:lppl1.3c)))) + (define-public texlive-latex-totcount (package (inherit (simple-texlive-package base-commit: 3c4024e9f50a064d6458875623eb199a882feb53 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 17:21:04 2022 Received: (at control) by debbugs.gnu.org; 2 Oct 2022 21:21:04 +0000 Received: from localhost ([127.0.0.1]:48214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of6ON-0006YF-Vr for submit@debbugs.gnu.org; Sun, 02 Oct 2022 17:21:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of6OL-0006Y1-UN for control@debbugs.gnu.org; Sun, 02 Oct 2022 17:20:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45846) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of6OG-0004az-La for control@debbugs.gnu.org; Sun, 02 Oct 2022 17:20:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=JPqmxEJykNk9OmphdwdFLIPaXvJsH7GCIAUJmTTDIiU=; b=ofg7P9nY5GOKGu O6xyrA0M7d+U6kUxLeAYaeJUcQrycIjOl7fyJE+v/Q0zNLJlvbe48rkzzZoTsMPyaXysue8MDYB4o Is0a/aysKh0WUEaHVcLlLRUuLUfKSmVXtFRIJ4gh82JiD+S1V/SGiWSWE5gZpd9csanwfkGpzYQkd nKsJW3CeftxBAJNPyggOwf8Snj3LRd00v9L3Yx6MUWVvQX7ASVmgaOj8KohiVpcqdeT5CrBadjsUP hZMUb7q5VOu/gD9BShsZGROyEKaFPBwRuwWY5x4ualZBM1arazrqegZLaukEcjeSjDr9tv6JH/8uI Wij1RUtVljt/tmQnRLwQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54412 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of6OG-0007IH-3v for control@debbugs.gnu.org; Sun, 02 Oct 2022 17:20:48 -0400 Date: Sun, 02 Oct 2022 23:20:45 +0200 Message-Id: <87a66dapn6.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #58006 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 58006 quit