From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 08:59:59 2022 Received: (at submit) by debbugs.gnu.org; 3 Jul 2022 12:59:59 +0000 Received: from localhost ([127.0.0.1]:43575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zCg-0006pN-SF for submit@debbugs.gnu.org; Sun, 03 Jul 2022 08:59:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:40666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zCe-0006pD-A0 for submit@debbugs.gnu.org; Sun, 03 Jul 2022 08:59:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7zCd-00037n-3t for guix-patches@gnu.org; Sun, 03 Jul 2022 08:59:56 -0400 Received: from mail-4022.proton.ch ([185.70.40.22]:64522) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7zCa-0003V7-7k for guix-patches@gnu.org; Sun, 03 Jul 2022 08:59:54 -0400 Date: Sun, 03 Jul 2022 12:59:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656853188; x=1657112388; bh=lrKH8SUsNNx26E3IIIH/9J/Aj0d5qMvFbLXAmMTy/XE=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=hNEVJTApdZHpHLnEYmCHKXZRWQ5jIEsjWAhy97Z1qZxjfW/qh8tfJLIZf4/QqSTff w5PdmtEmKJo1V9Q7Qmww3c03WA8YPP9azGKylT6/bNplNFQXpcipYkUgYLX8+Nusfu rknGWv4L4XzhfP94dAFaDb9dJ/IMtVd4qmLYXiq7kYirrOiOy4SJ4T4a3KN5BHdDEi Kx64OiFVIwu5ZBnqgpJS2nZqZB83H71nRT+GYerzNGziIIvi51K6nGq9GxgI00fYOm 0zfBfYjoajw9EEKtGrj+hfmehuXu3+e1+5/aJ5SLPzILI8tVwpmhz077ILtEqcxw40 fnAyIRLSLI1Mw== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk). Message-ID: <20220703125918.879050-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.22; envelope-from=paul@apatience.com; helo=mail-4022.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix. (gawk, mawk)[license]: Prefix with 'license:'. --- gnu/packages/gawk.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 1935e73ab7..91252094b5 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -20,7 +20,7 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages gawk) - #:use-module (guix licenses) + #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module (gnu packages bash) #:use-module (gnu packages libsigsegv) @@ -93,7 +93,7 @@ (define-public gawk language for the easy manipulation of formatted text, such as tables of da= ta. Gawk features many extensions beyond the traditional implementation, including network access, sorting, and large libraries.") - (license gpl3+))) + (license license:gpl3+))) (define-public mawk (package @@ -120,4 +120,4 @@ (define-public mawk "@command{mawk} is an interpreter for the Awk programming language. This version aims to be smaller and faster than GNU Awk, at the expense of fewer features and extensions.") - (license gpl2))) ;version 2 only + (license license:gpl2))) ;version 2 only -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 09:02:16 2022 Received: (at 56368) by debbugs.gnu.org; 3 Jul 2022 13:02:17 +0000 Received: from localhost ([127.0.0.1]:43586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zEu-0006wR-MB for submit@debbugs.gnu.org; Sun, 03 Jul 2022 09:02:16 -0400 Received: from mail-4022.proton.ch ([185.70.40.22]:23547) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zEt-0006wC-7x for 56368@debbugs.gnu.org; Sun, 03 Jul 2022 09:02:15 -0400 Date: Sun, 03 Jul 2022 13:01:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656853329; x=1657112529; bh=CU9Z9gH6WaFRVqJ9vzLTahYoHTZt/UIZhg0Di6uoPYA=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=Ia20prRWl680E4eY1B1t/TGVSpHXrmM3uJ3xUw+GtHwcwBVOMlbdVCKdjixMeEkwG dXVetLFO+PU/WfK3GKp+EIULjRMXfwS23hjasftFIN0CzZQULf/Cfu5OkAwtWFuJwS mAgYSd2pA5U/QjkjkMbGxuRPaLMLC+UY+PkoRqf5zFDO7i8/Q0AyOvFNICjRiiC1P1 U5i/3zlpHJfirsZ6HuqJIZexK9/wnAUZwb6IazKwEmpkNMv3jCL3L6hdGfrcmyjxhp 5jl3qFvVG9UDXPlzycMYNHVtUUk7yjBN2SL+7hdXB2ISqjoxL/1gCHDtwR/3kmHUsl 7opEZJ24DyO9Q== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH 2/4] gnu: Add gawk-mpfr. Message-ID: <20220703130154.879277-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm (gawk-mpfr): New variable. --- gnu/packages/gawk.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 91252094b5..52ac66f9bb 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014, 2015 Mark H Weaver ;;; Copyright =C2=A9 2018 Efraim Flashner ;;; Copyright =C2=A9 2021 Marius Bakke +;;; Copyright =C2=A9 2022 Paul A. Patience ;;; ;;; This file is part of GNU Guix. ;;; @@ -24,6 +25,7 @@ (define-module (gnu packages gawk) #:use-module (gnu packages) #:use-module (gnu packages bash) #:use-module (gnu packages libsigsegv) + #:use-module (gnu packages multiprecision) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu)) @@ -95,6 +97,14 @@ (define-public gawk including network access, sorting, and large libraries.") (license license:gpl3+))) +;; Separate from gawk to facilitate bootstrapping. +(define-public gawk-mpfr + (package/inherit gawk + (name "gawk-mpfr") + (inputs + (modify-inputs (package-inputs gawk) + (prepend mpfr))))) + (define-public mawk (package (name "mawk") -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 09:02:25 2022 Received: (at 56368) by debbugs.gnu.org; 3 Jul 2022 13:02:25 +0000 Received: from localhost ([127.0.0.1]:43590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zF2-0006wq-UT for submit@debbugs.gnu.org; Sun, 03 Jul 2022 09:02:25 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]:11624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zEz-0006wP-UZ for 56368@debbugs.gnu.org; Sun, 03 Jul 2022 09:02:23 -0400 Date: Sun, 03 Jul 2022 13:02:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656853335; x=1657112535; bh=m5q8OEbCLic0Lv6S4BXlGamw0odLUqMIysZYSFgygGg=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=I/roBrEvoYUR2/bCcLK4pnnUZWT2Tqub3gAyf+qsza5mdDhGXR44tMdwahFHWxTFf 0rHEwXPW0teVCmd8kLtFPMCR0+ydCcJxiIkxuS31bO0OxtTdLxQ7I7cI1j6UsI0LPO KMjC+TnSLu+WNktnFuxsUICuXFumV4hoBuX2/MHZXt2Uydey14VQD661rUsZG616Tn j1xC8sVKEfbdn8yUxJJaj9LAyL5h/k5AzXMOdRkvhgblm/QgY7RBB++BYoSC8jcHza job4KxwUXOFBH5hYmO1i/v/gIH6GtgiC3/gL5T4yjbk+hEC55ks/J5gtPrvWnCZCmK BzHrNsagW/kuw== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH 3/4] gnu: Add egawk-next. Message-ID: <20220703130154.879277-2-paul@apatience.com> In-Reply-To: <20220703130154.879277-1-paul@apatience.com> References: <20220703130154.879277-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm (egawk-next): New variable. --- gnu/packages/gawk.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 52ac66f9bb..f0e034b750 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -28,6 +28,7 @@ (define-module (gnu packages gawk) #:use-module (gnu packages multiprecision) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu)) (define-public gawk @@ -105,6 +106,34 @@ (define-public gawk-mpfr (modify-inputs (package-inputs gawk) (prepend mpfr))))) +;; Suffixed with -next because, similarly to Emacs, development versions a= re +;; numbered x.y.60+z, and also there are no tagged versions of egawk yet. +;; (However, though egawk's --version lists 5.1.60, it is actually forked = from +;; a development version of gawk 5.1.1.) +(define-public egawk-next + (let ((commit "f00e74ffc73f6ba6fe74fb7a26319770b8c3792c") + (revision "0")) + (package + (inherit gawk-mpfr) + (name "egawk-next") + (version (git-version "5.1.60" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/git/egawk") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0bmfbw6k1aiyiardnk7ha5zlpkvavj013mm4n7wwj2vdcgrs6p1f"))= )) + (home-page "https://www.kylheku.com/git/egawk") + (synopsis "Enhanced GNU Awk") + (description + "@command{egawk} is Enhanced GNU Awk. It is a fork of GNU Awk with +some enhancements designed and implemented by Kaz Kylheku. In particular, +Enhanced GNU Awk provides the @code{@@let} statement for declaring +block-scoped lexical variables.")))) + (define-public mawk (package (name "mawk") -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 09:02:34 2022 Received: (at 56368) by debbugs.gnu.org; 3 Jul 2022 13:02:34 +0000 Received: from localhost ([127.0.0.1]:43594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zFC-0006xH-8D for submit@debbugs.gnu.org; Sun, 03 Jul 2022 09:02:34 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:42222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7zF9-0006x3-Qj for 56368@debbugs.gnu.org; Sun, 03 Jul 2022 09:02:33 -0400 Date: Sun, 03 Jul 2022 13:02:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656853345; x=1657112545; bh=fYGpWKlYkWFFyQqpSfYuyuq6PvptR6ptBkVzkzr5cM4=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=HdzO6z9SRTiilqE2Zj1MgDWnSquRA5Xm0AjoAg/anR1ecxcU77M/l53aDVetBDetk CVO1rcWP7Un70rsRKCQ1MDZLGon7pr+KQHFlIAdRdHtHYGNl/WaB235zkulHuJhyZR LzfKeTDqbqN8W7ksQ0caCdSeh4ldsbM+GpCmqirQqaqyDhUpb5a1vnBLVRLr9wsgtV 9lKtPaKIaKa8cUrP2cO5o9eFtyuXdRcrHdyAnPPojb1wr9VBOkQV5zjPQ8hQKtXeFO f11i/hrhTvAXRgbRz+tfS1dqQSQ5rsenuTOBF9IQDsDKZkUyvmB/WzIagFWMU/wj6Q 0XjP23yrEb7Qg== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH 4/4] gnu: Add cppawk and cppawk-egawk. Message-ID: <20220703130154.879277-3-paul@apatience.com> In-Reply-To: <20220703130154.879277-1-paul@apatience.com> References: <20220703130154.879277-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm (cppawk, cppawk-egawk): New variables. --- gnu/packages/gawk.scm | 94 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index f0e034b750..4d74f6d47e 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -23,12 +23,16 @@ (define-module (gnu packages gawk) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) + #:use-module (gnu packages base) #:use-module (gnu packages bash) + #:use-module (gnu packages gcc) #:use-module (gnu packages libsigsegv) #:use-module (gnu packages multiprecision) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix utils) + #:use-module (guix build-system copy) #:use-module (guix build-system gnu)) (define-public gawk @@ -160,3 +164,93 @@ (define-public mawk This version aims to be smaller and faster than GNU Awk, at the expense of fewer features and extensions.") (license license:gpl2))) ;version 2 only + +(define-public cppawk + (package + (name "cppawk") + (version "20220703") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/cgit/cppawk/") + ;; The version isn't tagged. + (commit "99fcf1f7e633bea1dcb678382a3adbd845920f69"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19g773aybvr2g02bw91v8ygmvqlrlv2bpp4bk3svqfrhxbrhr0fl")))) + (build-system copy-build-system) + (arguments + `(#:install-plan '(("bin/cppawk" "bin/cppawk") + ("share/cppawk/include" "share/cppawk/include") + ("./" "share/man/man1" #:include-regexp (".*\\.1$"= ))) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda _ + (substitute* "bin/cppawk" + (("/bin/bash") (which "bash")) + (("dirname") (which "dirname")) + (("mktemp") (which "mktemp")) + ;; Extra space to prevent matching Awk's printf. + (("printf ") (string-append (which "printf") " ")) + (("rm -f") (string-append (which "rm") " -f")) + (("prepro=3Dcpp") (string-append "prepro=3D" (which "cpp"))= ) + (("sed -e") (string-append (which "sed") " -e"))) + (substitute* "runtests" + (("--awk=3Dmawk") (string-append "--awk=3D" (which "mawk"))= ) + (("rm -f") (string-append (which "rm") " -f"))) + (substitute* "testcases" + (("grep") (which "grep"))) + (substitute* "testsuite.awk" + (("cat output") (string-append (which "cat") " output")) + (("sh script.sh") (string-append (which "bash") " script.sh= "))))) + (add-after 'fix-paths 'fix-awk-paths + (lambda _ + (substitute* "bin/cppawk" + (("awk=3Dgawk") (string-append "awk=3D" (which "gawk"))) + (("awk '") (string-append (which "gawk") " '"))))) + (add-after 'build 'check + (lambda _ + (invoke "./runtests")))))) + (native-inputs + ;; For tests + (list mawk)) + (inputs + (list coreutils ; For dirname, mktemp, printf, rm + gawk-mpfr ; Default variant, but supports ot= hers + gcc ; For cpp + sed)) + (home-page "https://www.kylheku.com/cgit/cppawk/") + (synopsis "Wrapper script that adds C preprocessing to Awk") + (description + "@command{cppawk} is a shell script that invokes the C preprocessor +(@command{cpp}) on Awk code and calls Awk (by default GNU Awk) on the resu= lt. + +@command{cppawk} understands the basic Awk options like @option{-F} and +@option{-v}, and also understands common @command{cpp} options like +@option{-I} and @option{-Dmacro=3Dvalue}. + +@command{cppawk} has no dependencies beyond Awk, @command{cpp}, @command{s= ed} +and some GNU core utilities (including @command{printf}). Preprocessed +programs can be captured and transferred to systems that have Awk but not +@command{cpp} or @command{cppawk}.") + (license license:bsd-2))) + +(define-public cppawk-egawk + (package/inherit cppawk + (name "cppawk-egawk") + (arguments + (substitute-keyword-arguments (package-arguments cppawk) + ((#:phases phases) + `(modify-phases ,phases + (replace 'fix-awk-paths + (lambda _ + (substitute* "bin/cppawk" + (("awk=3Dgawk") (string-append "awk=3D" (which "egawk"))) + (("awk '") (string-append (which "egawk") " '"))))))))) + (inputs + (modify-inputs (package-inputs cppawk) + (delete "gawk-mpfr") + (prepend egawk-next))) + (synopsis "cppawk that calls Enhanced GNU Awk by default"))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 00:59:42 2022 Received: (at 56368) by debbugs.gnu.org; 4 Jul 2022 04:59:42 +0000 Received: from localhost ([127.0.0.1]:45816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBP-0004LO-Pc for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:42 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:35951) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBN-0004Kv-Cy for 56368@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:38 -0400 Date: Mon, 04 Jul 2022 04:59:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656910770; x=1657169970; bh=shyfcQ6II3W99XYP65pFRp++LTLQh+eGui+w8K8yQm0=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=nJYYnjYrlpjj2aaLamKuxJ9qbbB4LINYOWMI6zM5pDYyzbErdpevGV5j75vbb/P1X B/0KpaxzdiG5kDCRTS1ewZeqHgNtm15FKeahpxev3KQmRCUMZSyD3vQ/vpeQMs3/Zm CYPUlwAtVn2xK49jEnB43TcSJVzhh2e7COCp/iSFVrpS7s7VfBnFN69Jm9enCwJd9N OvOC4HdT0LudZfYSV9qTBzvD1+JtdXbLJO+TqOa/vmPtGUG21sh8x7q0jK3RsiRaLm 1kSvqXw1yaaIVmBzvFTeK+fX/bUhxDWbXuWe3N0tyQ/0ipoQi8eUAXZenwmPk6m5AU UEOJhBCLA/JWA== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v2 0/4] gnu: Add cppawk and cppawk-egawk. Message-ID: <20220704045918.967590-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Updated to use the tagged version of cppawk which is now available. Also fixed the git url (which is slightly different from the homepage url). Paul A. Patience (4): gnu: Use 'license:' prefix in (gnu packages gawk). gnu: Add gawk-mpfr. gnu: Add egawk-next. gnu: Add cppawk and cppawk-egawk. gnu/packages/gawk.scm | 130 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 127 insertions(+), 3 deletions(-) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 00:59:42 2022 Received: (at 56368) by debbugs.gnu.org; 4 Jul 2022 04:59:42 +0000 Received: from localhost ([127.0.0.1]:45818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBS-0004LT-9i for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:42 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:36252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBO-0004Kx-2u for 56368@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:38 -0400 Date: Mon, 04 Jul 2022 04:59:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656910771; x=1657169971; bh=CU9Z9gH6WaFRVqJ9vzLTahYoHTZt/UIZhg0Di6uoPYA=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=emKPwmOW4Vubd0e0XyWLRf9+rmv9S9g9VrRfFkQca0WhPc2EUAHEPZIXUq8A1Qvtq /NkQmjyFJcGotdG+bcer46HtPKCMlPipzf9xwT0jU585BwaVq6UazrD4Jy8dCO6sZv aFumw/dRe0JexOdR1dJFAVr9D0O6jAfVvu+Yick/bqoEk4eWtS8ACt2E41gvrkrcAH A5GugRg8hYUVE2hv4pm6HhtMdVtATNMrpoWfX+H0i4DXvXx6K7Ygiof/eiWgWy2Bqp BtMIBMd3mVp1seAzcoW+3BXFK4N84A+Al2Q+1inQjXrETelIDy7jVRUtJsZNqTIdzP rcMO3rsDzzZEg== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v2 2/4] gnu: Add gawk-mpfr. Message-ID: <20220704045918.967590-3-paul@apatience.com> In-Reply-To: <20220704045918.967590-1-paul@apatience.com> References: <20220704045918.967590-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm (gawk-mpfr): New variable. --- gnu/packages/gawk.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 91252094b5..52ac66f9bb 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014, 2015 Mark H Weaver ;;; Copyright =C2=A9 2018 Efraim Flashner ;;; Copyright =C2=A9 2021 Marius Bakke +;;; Copyright =C2=A9 2022 Paul A. Patience ;;; ;;; This file is part of GNU Guix. ;;; @@ -24,6 +25,7 @@ (define-module (gnu packages gawk) #:use-module (gnu packages) #:use-module (gnu packages bash) #:use-module (gnu packages libsigsegv) + #:use-module (gnu packages multiprecision) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu)) @@ -95,6 +97,14 @@ (define-public gawk including network access, sorting, and large libraries.") (license license:gpl3+))) +;; Separate from gawk to facilitate bootstrapping. +(define-public gawk-mpfr + (package/inherit gawk + (name "gawk-mpfr") + (inputs + (modify-inputs (package-inputs gawk) + (prepend mpfr))))) + (define-public mawk (package (name "mawk") -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 00:59:42 2022 Received: (at 56368) by debbugs.gnu.org; 4 Jul 2022 04:59:42 +0000 Received: from localhost ([127.0.0.1]:45820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBS-0004La-Il for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:42 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:51777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBO-0004Ky-9C for 56368@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:39 -0400 Date: Mon, 04 Jul 2022 04:59:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656910772; x=1657169972; bh=lrKH8SUsNNx26E3IIIH/9J/Aj0d5qMvFbLXAmMTy/XE=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=DeIvvjUDGTn55eEGp4UUtPceThTeGlNRx5F0qagu+3GA1R/4EwdMuBjbWJTNh73ew 01iJJFLuZjpLpBgkD44LN357/XhM2stum0+/J706X1Fq/k+t+hoS8cgHagD23Rq1uD OokzXfSHL4OextThaBYSixbAdvAV99h7W7BWAyPIWakvWJPqXSDBFexw7ZI2NKltwF +rafo/vlI0OlKdjKtiSkWNtWrUvyZitKvDegQlv3eWKcQYHEpqrRQIUkw3Kiv1Oa6U RiFgC5SUl3DXTysVtzlWsWb9IiOLiuPF2ZUicCsn062iIytb812A3wtf2m+XllfIi1 wz0M+MR2FNGCQ== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v2 1/4] gnu: Use 'license:' prefix in (gnu packages gawk). Message-ID: <20220704045918.967590-2-paul@apatience.com> In-Reply-To: <20220704045918.967590-1-paul@apatience.com> References: <20220704045918.967590-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix. (gawk, mawk)[license]: Prefix with 'license:'. --- gnu/packages/gawk.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 1935e73ab7..91252094b5 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -20,7 +20,7 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages gawk) - #:use-module (guix licenses) + #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module (gnu packages bash) #:use-module (gnu packages libsigsegv) @@ -93,7 +93,7 @@ (define-public gawk language for the easy manipulation of formatted text, such as tables of da= ta. Gawk features many extensions beyond the traditional implementation, including network access, sorting, and large libraries.") - (license gpl3+))) + (license license:gpl3+))) (define-public mawk (package @@ -120,4 +120,4 @@ (define-public mawk "@command{mawk} is an interpreter for the Awk programming language. This version aims to be smaller and faster than GNU Awk, at the expense of fewer features and extensions.") - (license gpl2))) ;version 2 only + (license license:gpl2))) ;version 2 only -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 00:59:47 2022 Received: (at 56368) by debbugs.gnu.org; 4 Jul 2022 04:59:47 +0000 Received: from localhost ([127.0.0.1]:45826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBW-0004M0-Sn for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:47 -0400 Received: from mail-4022.proton.ch ([185.70.40.22]:32910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBU-0004LN-WE for 56368@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:45 -0400 Date: Mon, 04 Jul 2022 04:59:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656910778; x=1657169978; bh=oWws71zOSKDJVbekW5EB773tVLpEpO4xSnu/uxusAtY=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=LGT73n0kCkNrlToP8JZCwyke4DKg1zSL4UmxQ69/PABDoJzLObK9alrXbWiv7Cpsu OGWkoNeTSpCKA/QojVzxhzcCyGdQCsumAUBXYh8Mo994EaywRShnqQ2j2E06TaRx8r iqyHBWxkWlnUI25g2LF1FXwp0junjLEVBUOWQy3Btoy8Iz/ECVsg1mDHfeygijoDDw RLxJ5gly7fRflAEojzU3bELWFmW89xTdbZKLsaV3UnZ8KXtBH0JVooHOO+vHet4itq j9FYcTtfUKM3UJJvG3rWeLjk46yyaHiR6xtnXaQ+/pXYmfWevoiGQSWzMoObe/tZqT KS1daiEIWL9kw== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v2 4/4] gnu: Add cppawk and cppawk-egawk. Message-ID: <20220704045918.967590-5-paul@apatience.com> In-Reply-To: <20220704045918.967590-1-paul@apatience.com> References: <20220704045918.967590-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm (cppawk, cppawk-egawk): New variables. --- gnu/packages/gawk.scm | 85 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 6b905f6654..9feaf059fb 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -23,12 +23,16 @@ (define-module (gnu packages gawk) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) + #:use-module (gnu packages base) #:use-module (gnu packages bash) + #:use-module (gnu packages gcc) #:use-module (gnu packages libsigsegv) #:use-module (gnu packages multiprecision) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix utils) + #:use-module (guix build-system copy) #:use-module (guix build-system gnu)) (define-public gawk @@ -160,3 +164,84 @@ (define-public mawk This version aims to be smaller and faster than GNU Awk, at the expense of fewer features and extensions.") (license license:gpl2))) ;version 2 only + +(define-public cppawk + (package + (name "cppawk") + (version "20220703") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/git/cppawk") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0b09757q81sz4gn62k3mv5bgllyb2v5m64346s8fc99mqqif70cx")))) + (build-system copy-build-system) + (arguments + `(#:install-plan '(("bin/cppawk" "bin/cppawk") + ("share/cppawk/include" "share/cppawk/include") + ("./" "share/man/man1" #:include-regexp (".*\\.1$"= ))) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda _ + (substitute* "bin/cppawk" + (("/bin/bash") (which "bash")) + (("dirname") (which "dirname")) + (("mktemp") (which "mktemp")) + ;; Extra space to prevent matching Awk's printf. + (("printf ") (string-append (which "printf") " ")) + (("rm -f") (string-append (which "rm") " -f")) + (("prepro=3Dcpp") (string-append "prepro=3D" (which "cpp"))= ) + (("sed -e") (string-append (which "sed") " -e"))))) + (add-after 'fix-paths 'fix-awk-paths + (lambda _ + (substitute* "bin/cppawk" + (("awk=3Dgawk") (string-append "awk=3D" (which "gawk"))) + (("awk '") (string-append (which "gawk") " '"))))) + (add-after 'build 'check + (lambda _ + (invoke "./runtests")))))) + (native-inputs + ;; For tests + (list mawk)) + (inputs + (list coreutils ; For dirname, mktemp, printf, rm + gawk-mpfr ; Default variant, but supports ot= hers + gcc ; For cpp + sed)) + (home-page "https://www.kylheku.com/cgit/cppawk/") + (synopsis "Wrapper script that adds C preprocessing to Awk") + (description + "@command{cppawk} is a shell script that invokes the C preprocessor +(@command{cpp}) on Awk code and calls Awk (by default GNU Awk) on the resu= lt. + +@command{cppawk} understands the basic Awk options like @option{-F} and +@option{-v}, and also understands common @command{cpp} options like +@option{-I} and @option{-Dmacro=3Dvalue}. + +@command{cppawk} has no dependencies beyond Awk, @command{cpp}, @command{s= ed} +and some GNU core utilities (including @command{printf}). Preprocessed +programs can be captured and transferred to systems that have Awk but not +@command{cpp} or @command{cppawk}.") + (license license:bsd-2))) + +(define-public cppawk-egawk + (package/inherit cppawk + (name "cppawk-egawk") + (arguments + (substitute-keyword-arguments (package-arguments cppawk) + ((#:phases phases) + `(modify-phases ,phases + (replace 'fix-awk-paths + (lambda _ + (substitute* "bin/cppawk" + (("awk=3Dgawk") (string-append "awk=3D" (which "egawk"))) + (("awk '") (string-append (which "egawk") " '"))))))))) + (inputs + (modify-inputs (package-inputs cppawk) + (delete "gawk-mpfr") + (prepend egawk-next))) + (synopsis "cppawk that calls Enhanced GNU Awk by default"))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 00:59:47 2022 Received: (at 56368) by debbugs.gnu.org; 4 Jul 2022 04:59:47 +0000 Received: from localhost ([127.0.0.1]:45828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBX-0004M2-7h for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:47 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:49080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EBT-0004L4-Kg for 56368@debbugs.gnu.org; Mon, 04 Jul 2022 00:59:45 -0400 Date: Mon, 04 Jul 2022 04:59:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656910777; x=1657169977; bh=aD9uGVkc80yrT3XTiHJmGX4qT8GjalzBYcxyNWVPfeI=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=nd7qRQaEojyoaZiQZOGk0uc0BlkLg1dibgz/z5WC7gDwWFOU1tCxUxK3vhl1EtdNJ RhUau80gqjU8cNkEbt9fCqgdu10t0lnPb22WcE+1bpIEP1TduQHgRBIoH+GSu1hh3g pkxGGaAW0H4gsZTcuXIs3Huia1w1AFzYXWCn6CMsTqibWMgs8HpXxUgdCHdA+OOdCb AJGDCgMZTEhEjIqphlPThZIkdMO+HrWpB7JINuAJmP8L7eK95+gH0YiptWizpBt6Il eNC+x7tj9V8Yajkh9qaJwSuaqnKGrX73lCLn2AxOLXo2JIxgcgJmzyXDwOFyOsLhjy eMHT3hbTltq3Q== To: 56368@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v2 3/4] gnu: Add egawk-next. Message-ID: <20220704045918.967590-4-paul@apatience.com> In-Reply-To: <20220704045918.967590-1-paul@apatience.com> References: <20220704045918.967590-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56368 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gawk.scm (egawk-next): New variable. --- gnu/packages/gawk.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 52ac66f9bb..6b905f6654 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -28,6 +28,7 @@ (define-module (gnu packages gawk) #:use-module (gnu packages multiprecision) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu)) (define-public gawk @@ -105,6 +106,34 @@ (define-public gawk-mpfr (modify-inputs (package-inputs gawk) (prepend mpfr))))) +;; Suffixed with -next because, similarly to Emacs, development versions a= re +;; numbered x.y.60+z, and also there are no tagged versions of egawk yet. +;; (However, though egawk's --version lists 5.1.60, it is actually forked = from +;; a development version of gawk 5.1.1.) +(define-public egawk-next + (let ((commit "f00e74ffc73f6ba6fe74fb7a26319770b8c3792c") + (revision "0")) + (package + (inherit gawk-mpfr) + (name "egawk-next") + (version (git-version "5.1.60" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/git/egawk") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0bmfbw6k1aiyiardnk7ha5zlpkvavj013mm4n7wwj2vdcgrs6p1f"))= )) + (home-page "https://www.kylheku.com/cgit/egawk/") + (synopsis "Enhanced GNU Awk") + (description + "@command{egawk} is Enhanced GNU Awk. It is a fork of GNU Awk with +some enhancements designed and implemented by Kaz Kylheku. In particular, +Enhanced GNU Awk provides the @code{@@let} statement for declaring +block-scoped lexical variables.")))) + (define-public mawk (package (name "mawk") -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 08 11:39:43 2022 Received: (at 56368-done) by debbugs.gnu.org; 8 Jul 2022 15:39:43 +0000 Received: from localhost ([127.0.0.1]:33027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9q51-0007ja-Ac for submit@debbugs.gnu.org; Fri, 08 Jul 2022 11:39:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9q4z-0007jO-KZ for 56368-done@debbugs.gnu.org; Fri, 08 Jul 2022 11:39:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44240) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9q4u-0000JE-4N; Fri, 08 Jul 2022 11:39:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=UxfVo6yJHaQ3fuleGaWLMVhgrOZ0n0imA5prEB0wyL8=; b=bEocP93If4x/TU1JF7UB H4kU9DXYYIusknHEfq1J8tPZtNrA+sGbtR7yCDbo5ZS6Zg2zfVBairweBsqzP8kUNCdtMeATofIDR zCmvO/qkJ9644iZza4WVjsdMkr3GBWKUyjkc1wVD+ZBRl7OWWIqOglSZMshBDvnPJo2W7wrcGzJ/W 2CmPJjph2+o3eYyw3fJPK60M7NbpauZiJWxCAfgCZZVNCC2JSgFUSFUDDwrrAD2AwmeDZ72mjDbpv KvafNd2Xalk4ZfEM2zuujDf+z5s/9ZBpK4737XSSE6txGMl3+Fc4nHnMQSw/HAhG3QzWNVbXn/qbZ 2EZebfH5RsoJ+g==; Received: from [193.50.110.235] (port=45392 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9q4t-00077b-NN; Fri, 08 Jul 2022 11:39:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Paul A. Patience" Subject: Re: bug#56368: [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk). References: <20220703125918.879050-1-paul@apatience.com> <20220704045918.967590-1-paul@apatience.com> Date: Fri, 08 Jul 2022 17:39:33 +0200 In-Reply-To: <20220704045918.967590-1-paul@apatience.com> (Paul A. Patience's message of "Mon, 04 Jul 2022 04:59:24 +0000") Message-ID: <87r12vtxze.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56368-done Cc: 56368-done@debbugs.gnu.org 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 (---) Hi Paul, "Paul A. Patience" skribis: > gnu: Use 'license:' prefix in (gnu packages gawk). > gnu: Add gawk-mpfr. > gnu: Add egawk-next. > gnu: Add cppawk and cppawk-egawk. Applied, thanks! Ludo=E2=80=99. From unknown Mon Aug 18 11:20:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Aug 2022 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator