From unknown Tue Jun 17 20:42:22 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51980 <51980@debbugs.gnu.org> To: bug#51980 <51980@debbugs.gnu.org> Subject: Status: [PATCH] Adding xlispstat.scm Reply-To: bug#51980 <51980@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:42:22 +0000 retitle 51980 [PATCH] Adding xlispstat.scm reassign 51980 guix-patches submitter 51980 Frank Pursel severity 51980 normal tag 51980 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 19 15:09:23 2021 Received: (at submit) by debbugs.gnu.org; 19 Nov 2021 20:09:23 +0000 Received: from localhost ([127.0.0.1]:40603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moACB-0005oK-Hl for submit@debbugs.gnu.org; Fri, 19 Nov 2021 15:09:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:53976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moAC9-0005oB-Lm for submit@debbugs.gnu.org; Fri, 19 Nov 2021 15:09:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1moAC9-0006vP-Hp for guix-patches@gnu.org; Fri, 19 Nov 2021 15:09:13 -0500 Received: from [2607:f8b0:4864:20::52a] (port=34565 helo=mail-pg1-x52a.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1moAC7-0006Er-ES for guix-patches@gnu.org; Fri, 19 Nov 2021 15:09:13 -0500 Received: by mail-pg1-x52a.google.com with SMTP id 200so9548798pga.1 for ; Fri, 19 Nov 2021 12:09:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=GjDxydrn2Z7dVBC7foH0FXyWfel7+lgNGrVgIm32XO8=; b=Vu5O/8+Oq1XeE2h2IuUJyDNMs79htuoUhHofM5USGGT9Ytbi6Suv+kNnAY1XiVFhA9 L/A6zb2V1EIe1Wz+H7Hp5vfRVNE0ctXeDO/wc+K0AQWNqAeD1nSPpecEnVQGijlCWG92 bpo+oL4lB0oMkPyPosrK9iAKT7I/Eo5fIRdu35nkUgDUcrbxDW7dW2O6dMhKKIwE7zwo RlUg6EVBePZci9eEgO4dEvCZ8O1xCzvEZKqrwMr7I/Gi3YpXFIOzvgBhLqMtAVSfCqTo DPH+qqswNRaXlR1s5Z6yVm4JEMSSHtCoEWnG0GKBtQ61dsUmiU4UybdWcmsEPoxStyJi 2uOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=GjDxydrn2Z7dVBC7foH0FXyWfel7+lgNGrVgIm32XO8=; b=iUd3CQG5UWNlOUUJfsX3vAaTBlWzNBTX/+xZHrviFebhdiOiAFIBvoe6xTj2flyC4q N/dbG1z/R4x6vlUXxotuxy4qc0plrlwddDDiRyvm+sf0LVZq1PI2/UlZdVhQ4tsevxdJ SS16s+9pFSDXwMuChOa2js+OpPpDT99XWWg7iTnPFvk5fOZlHgKSLj+IcuzzrU2TErGb jd6YzveAwt/APLyjvLmgnK/wywxj7r2YKUxBmuq7acrdAnX3CCa7lQeNdbMhbkm9+01k ATRkIeTHvinxvOxtRCmyxT7C3++7JceTd4H3vLD62ZQBvICz+o5YpGVivvj0uCu1aiYN VSiQ== X-Gm-Message-State: AOAM530QXF1UoFrsVT1/ICcUN5QrOOWrNYlpU3InsHTwupOEXJnPCcSe j9tJGcx+uYcXgqZalxXsVcISvVrGuUs= X-Google-Smtp-Source: ABdhPJxs087pXW/fUfaDjz7uaqObpKpmo4i7Ti2wUF4sEnsAgyFVkxaJhHbdXa5WjRY31MuAvympxg== X-Received: by 2002:a17:903:249:b0:143:c077:59d3 with SMTP id j9-20020a170903024900b00143c07759d3mr58757875plh.26.1637352067319; Fri, 19 Nov 2021 12:01:07 -0800 (PST) Received: from Ginko.local ([66.170.190.211]) by smtp.gmail.com with ESMTPSA id a8sm467279pfv.176.2021.11.19.12.01.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Nov 2021 12:01:06 -0800 (PST) From: Frank Pursel X-Google-Original-From: Frank Pursel To: guix-patches@gnu.org Subject: [PATCH] Adding xlispstat.scm Date: Fri, 19 Nov 2021 12:01:02 -0800 Message-ID: <87bl2fc3up.fsf@Ginko.local.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::52a (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::52a; envelope-from=frank.pursel@gmail.com; helo=mail-pg1-x52a.google.com X-Spam_score_int: 7 X-Spam_score: 0.7 X-Spam_bar: / X-Spam_report: (0.7 / 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, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URI_DOTEDU=1.997 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: purself@yahoo.com 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 (---) >From d86ba6d5ed609cbe8b8814a13468e1410f8af726 Mon Sep 17 00:00:00 2001 From: Frank Pursel Date: Fri, 19 Nov 2021 11:55:02 -0800 Subject: [PATCH] Adding xlispstat.scm --- gnu/packages/xlispstat.scm | 83 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 gnu/packages/xlispstat.scm diff --git a/gnu/packages/xlispstat.scm b/gnu/packages/xlispstat.scm new file mode 100644 index 0000000000..94f5b9863b --- /dev/null +++ b/gnu/packages/xlispstat.scm @@ -0,0 +1,83 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright =C2=A9 2021 Frank Pursel +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages xlispstat) + #:use-module (guix packages) + #:use-module (guix git-download) + #:use-module (guix build-system gnu) + #:use-module (guix licenses) + #:use-module (gnu packages xorg) + #:use-module (gnu packages pkg-config) + #:use-module (gnu packages ncurses) + #:use-module (gnu packages maths) + #:use-module (gnu packages shells)) + +(define-public xlispstat + (let ((xlispstat-version "3.52.23") + (guix-revision "0") + (commit "f1bea6053df658ee48612bf1f63c35de99e2c649")) + (package + (name "xlispstat") + (version (git-version xlispstat-version guix-revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jhbadger/xlispstat") + (commit commit))) + (sha256 + (base32 + "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (arguments + `(#:parallel-build? #f + #:parallel-tests? #f + #:tests? #f + #:configure-flags + (list "--with-gcc"))) + (inputs + `(("tcsh" ,tcsh) + ("libx11" ,libx11) + ("libxmu" ,libxmu) + ("libxext" ,libxext) + ("libxpm" ,libxpm) + ("libxaw" ,libxaw) + ("ncurses" ,ncurses) + ("gnuplot" ,gnuplot))) + (native-inputs `(("pkg-config" ,pkg-config))) + (synopsis "Statistical analysis environment with interactive graphics +based on lisp") + (description "XLISP-STAT is a statistical environment based on a dia= lect +of the Lisp language called XLISP. To facilitate statistical computations, +standard Lisp functions for addition, logarithms, etc., have been modified= to +operate on lists and arrays of numbers, and a number of basic statistical +functions have been added. Many of these functions have been written in L= isp, +and additional functions can be added easily by a user. Several basic for= ms +of plots, including histograms, scatterplots, rotatable plots and scatterp= lot +matrices are provided. These plots support various forms of interactive +highlighting operations and can be linked so points highlighted in one plot +will be highlighted in all linked plots. Interactions with the plots are +controlled by the mouse, menus and dialog boxes. An object-oriented +programming system is used to allow menus, dialogs, and the response to mo= use +actions to be customized.") + (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/") + (license expat)))) + +;; See also https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/li= sp/impl/xlspstat/ + +;; xlispstat --=20 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 20 05:32:39 2021 Received: (at 51980) by debbugs.gnu.org; 20 Nov 2021 10:32:39 +0000 Received: from localhost ([127.0.0.1]:41819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moNfi-0006Uw-EZ for submit@debbugs.gnu.org; Sat, 20 Nov 2021 05:32:39 -0500 Received: from mail-wm1-f68.google.com ([209.85.128.68]:40789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moNff-0006UY-DH for 51980@debbugs.gnu.org; Sat, 20 Nov 2021 05:32:37 -0500 Received: by mail-wm1-f68.google.com with SMTP id j140-20020a1c2392000000b003399ae48f58so4544118wmj.5 for <51980@debbugs.gnu.org>; Sat, 20 Nov 2021 02:32:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=408NIbtALjmN6bfuNFPDK3mnSpHTmEF2qgCkMdF9+ic=; b=im+kutgVBP7cOYO8sR0hdOfDA6vUZ6M8R4nwAdF3PZqnyrub2sYxTU9Eko7ogXQV2g yzJSJSuePg/ScmlXfeKImUM5mJN6o0r5SLTqeos8i4dzMAt8lwOMcjlQwg9uKsch2cYc HXBhPDEThdb7xkGS9YtSIAP0KpScssuqZST/pOZqpYHV77FYQ5Yu4X9VGvPjGuT1B+tl 5fI/uiJDhQWIRE+tVDAG2WST8rfoviwv26HGoBkOon2/gNhXIOtSIEMqXOO5qJTXZz45 i6Vwx9FA1Pji+/1B+UtmLoAOUZDv0W+H8wce0/GOCqwlOGo+P0GA+loXbktrQ0gzIkjB WJjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=408NIbtALjmN6bfuNFPDK3mnSpHTmEF2qgCkMdF9+ic=; b=bC0GeO3RdK7yOn3OZ3VfLNDEzCQWpYC3mAZfeO/tlcbGQ4xs6+CN9xWZ37KhHreJFv DT5Z6FP3yWMjPyQndeQ+biriwvmJfJ7dL8XJWkw40/pWCcUltRw6/Qb07PuzdY2OXN5V vmBSJ8cZwysirSA0bsxejIiRZgOTRebCyRCuuV3mQDiLF9g0UwIpFeHda33luCqzc16m GwB4N+OHpmbMoxb7XXvld8LkdArNpcDU1sUWl6GgDkS9yOgFgyVtQRzbL3DNmPz1vIOB Gj+vgEJV0E9/yiohsxnrHKOJVhY54QYembXbkkJ+tJT2WrMvlLzpcrj1o4xB2oeWiCKb QQdA== X-Gm-Message-State: AOAM532D2L1qgQY2ExBPYuDN9/3SH7xdzb5LqZbTFPgRqqljILe1tSWF cwyIhxpI1fFZ1k4trCKqzVc= X-Google-Smtp-Source: ABdhPJzg3b5FPvGWhIBglpi3Rl0p6mpyAvmROGKIJYNe8mszGow7kR4YMMSHZ+/qc7/0v3PpnWnLEQ== X-Received: by 2002:a7b:cc8f:: with SMTP id p15mr9302330wma.158.1637404349547; Sat, 20 Nov 2021 02:32:29 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id h204sm2624373wmh.33.2021.11.20.02.32.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Nov 2021 02:32:29 -0800 (PST) Message-ID: <2dba32a066358eb633fc1b5b3a800b1066096480.camel@gmail.com> Subject: Re: [PATCH] Adding xlispstat.scm From: Liliana Marie Prikler To: Frank Pursel Date: Sat, 20 Nov 2021 11:32:26 +0100 In-Reply-To: <2980ea2652d91ae13b349d34fa9f9fca7f9b2bbc.camel@yahoo.com> References: <2980ea2652d91ae13b349d34fa9f9fca7f9b2bbc.camel@yahoo.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Am Freitag, den 19.11.2021, 11:55 -0800 schrieb Frank Pursel: > --- > gnu/packages/xlispstat.scm | 83 If you're adding a package, that also needs to be recorded in Makefile.am. Also the ChangeLog is m [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.128.68 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.68 listed in list.dnswl.org] 1.3 URI_DOTEDU Has .edu URI X-Debbugs-Envelope-To: 51980 Cc: 51980@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: -1.0 (-) Am Freitag, den 19.11.2021, 11:55 -0800 schrieb Frank Pursel: > --- > gnu/packages/xlispstat.scm | 83 If you're adding a package, that also needs to be recorded in Makefile.am. Also the ChangeLog is missing. On a slightly related note, single-package files are usually a bad idea. Would it make sense to add this to lisp.scm, lisp-xyz.scm or statistics.scm? > ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 83 insertions(+) > create mode 100644 gnu/packages/xlispstat.scm > > diff --git a/gnu/packages/xlispstat.scm b/gnu/packages/xlispstat.scm > new file mode 100644 > index 0000000000..94f5b9863b > --- /dev/null > +++ b/gnu/packages/xlispstat.scm > @@ -0,0 +1,83 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2021 Frank Pursel > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify > it > +;;; under the terms of the GNU General Public License as published > by > +;;; the Free Software Foundation; either version 3 of the License, > or (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public > License > +;;; along with GNU Guix. If not, see > ;. > + > +(define-module (gnu packages xlispstat) > + #:use-module (guix packages) > + #:use-module (guix git-download) > + #:use-module (guix build-system gnu) > + #:use-module (guix licenses) > + #:use-module (gnu packages xorg) > + #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages ncurses) > + #:use-module (gnu packages maths) > + #:use-module (gnu packages shells)) > + > +(define-public xlispstat > + (let ((xlispstat-version "3.52.23") > + (guix-revision "0") > + (commit "f1bea6053df658ee48612bf1f63c35de99e2c649")) Guile is not Java. revision and commit suffice, as does hard-coding the base version as the first argument to git-version. > + (package > + (name "xlispstat") > + (version (git-version xlispstat-version guix-revision commit)) > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/jhbadger/xlispstat") > + (commit commit))) > + (sha256 > + (base32 > + "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n7 > 1mf")) > + (file-name (git-file-name name version)))) > + (build-system gnu-build-system) > + (arguments > + `(#:parallel-build? #f > + #:parallel-tests? #f > + #:tests? #f Any explanation on these flags? > + #:configure-flags > + (list "--with-gcc"))) > + (inputs > + `(("tcsh" ,tcsh) > + ("libx11" ,libx11) > + ("libxmu" ,libxmu) > + ("libxext" ,libxext) > + ("libxpm" ,libxpm) > + ("libxaw" ,libxaw) > + ("ncurses" ,ncurses) > + ("gnuplot" ,gnuplot))) > + (native-inputs `(("pkg-config" ,pkg-config))) > + (synopsis "Statistical analysis environment with interactive > graphics > +based on lisp") > + (description "XLISP-STAT is a statistical environment based on > a dia= > lect > +of the Lisp language called XLISP. To facilitate statistical > computations, > +standard Lisp functions for addition, logarithms, etc., have been > modified= > to > +operate on lists and arrays of numbers, and a number of basic > statistical > +functions have been added. Many of these functions have been > written in L= > isp, > +and additional functions can be added easily by a user. Several > basic for= > ms > +of plots, including histograms, scatterplots, rotatable plots and > scatterp= > lot > +matrices are provided. These plots support various forms of > interactive > +highlighting operations and can be linked so points highlighted in > one plot > +will be highlighted in all linked plots. Interactions with the > plots are > +controlled by the mouse, menus and dialog boxes. An object-oriented > +programming system is used to allow menus, dialogs, and the response > to mo= > use > +actions to be customized.") > + (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/ > ") > + (license expat)))) > + > +;; See also > https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/li= > sp/impl/xlspstat/ > + > +;; xlispstat Don't leave trailing declarations, commented or uncommented in the patch. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 20 05:32:42 2021 Received: (at 51980) by debbugs.gnu.org; 20 Nov 2021 10:32:42 +0000 Received: from localhost ([127.0.0.1]:41821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moNfl-0006VG-A0 for submit@debbugs.gnu.org; Sat, 20 Nov 2021 05:32:42 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:35556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1moNfe-0006UW-AA for 51980@debbugs.gnu.org; Sat, 20 Nov 2021 05:32:38 -0500 Received: by mail-wr1-f66.google.com with SMTP id i5so22727938wrb.2 for <51980@debbugs.gnu.org>; Sat, 20 Nov 2021 02:32:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=408NIbtALjmN6bfuNFPDK3mnSpHTmEF2qgCkMdF9+ic=; b=PzoSGDKGAiNbNzWXoOoaA1CK2PExDMOpxQU2pJAsDEe600EmGBLCMPHIS5eIuSd9sq GjkMS6D5caF7GONcz+Q09NINUoX3KGbLGrc4d8pr6tITrSlm/vDjZrNY7eIRpwsBTvSX 2y9O5Zf34QeGNVBG8ag9uvuOejv8w8c3DZbUJUrOWBl8FseUZvy3gzoX0Wm5dxZG3GMU aUqafcfopHa/qseWf6SpehhHa6+u5I/7B0CStLJMj/UGXt6AWt2sPBOkFOi1awcZghs/ bMGleKJHEZ+lzvvafeZpp/MJSAB0pKhrytZbJQmy+pMQsLIme6t2WfkUy/fkXV2K3dtu eBUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=408NIbtALjmN6bfuNFPDK3mnSpHTmEF2qgCkMdF9+ic=; b=WVINsKnKsRRFLtk0BWHpZGbrdGr7QBYTjv59BXda/l/Q06/woajXMAj2iCQ2JRrWAl ysjYfhsWllfU2pw/IcZ7HdBfEyW2qkk7gEsf/O2kGj28fVlVeyn2UcRhMXsGvIKYeQaH nIOyWFUT7JGC7tzwxYgSGBcg8LxBqCsm7IQFksUkw5ngMiHu5Efk7bWz6Vs+X/6lc78L +ZOVOR1+QNx8nzXU5bz4tAsTyRw6JaAg1Rg+qIgMrmXFE5G0bdwC0FMKhdiroYjXDeUL jBIWKVbue5Q+b6mdvPuaYSEQarAEZE6gwQFLv9dMgNvXbBzKVMWKc70Tg3NtDNfBZzR6 5HQg== X-Gm-Message-State: AOAM533Tns7kucUL2GNdN5W5TDxuYAe6yatITiaTV3blCzX0TPQJGHZ0 QQTkNWgulH+HamqFjf7/IBM= X-Google-Smtp-Source: ABdhPJw77W6m2FUru63zwgSeu5DO8HRyAmkCxC0bgXuMkgHxRvSLfXxaY5t43r2pS7dZuoQxRTxwdg== X-Received: by 2002:adf:9d88:: with SMTP id p8mr16649060wre.140.1637404348260; Sat, 20 Nov 2021 02:32:28 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id a1sm2805873wri.89.2021.11.20.02.32.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Nov 2021 02:32:27 -0800 (PST) Message-ID: <3795f536ce3f4861a276d3bfd11f01d36e1d4e31.camel@gmail.com> Subject: Re: [PATCH] Adding xlispstat.scm From: Liliana Marie Prikler To: Frank Pursel Date: Sat, 20 Nov 2021 11:32:26 +0100 In-Reply-To: <2980ea2652d91ae13b349d34fa9f9fca7f9b2bbc.camel@yahoo.com> References: <2980ea2652d91ae13b349d34fa9f9fca7f9b2bbc.camel@yahoo.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Am Freitag, den 19.11.2021, 11:55 -0800 schrieb Frank Pursel: > --- > gnu/packages/xlispstat.scm | 83 If you're adding a package, that also needs to be recorded in Makefile.am. Also the ChangeLog is m [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.66 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.66 listed in wl.mailspike.net] 1.3 URI_DOTEDU Has .edu URI X-Debbugs-Envelope-To: 51980 Cc: 51980@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: -1.0 (-) Am Freitag, den 19.11.2021, 11:55 -0800 schrieb Frank Pursel: > --- > gnu/packages/xlispstat.scm | 83 If you're adding a package, that also needs to be recorded in Makefile.am. Also the ChangeLog is missing. On a slightly related note, single-package files are usually a bad idea. Would it make sense to add this to lisp.scm, lisp-xyz.scm or statistics.scm? > ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 83 insertions(+) > create mode 100644 gnu/packages/xlispstat.scm > > diff --git a/gnu/packages/xlispstat.scm b/gnu/packages/xlispstat.scm > new file mode 100644 > index 0000000000..94f5b9863b > --- /dev/null > +++ b/gnu/packages/xlispstat.scm > @@ -0,0 +1,83 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2021 Frank Pursel > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify > it > +;;; under the terms of the GNU General Public License as published > by > +;;; the Free Software Foundation; either version 3 of the License, > or (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public > License > +;;; along with GNU Guix. If not, see > ;. > + > +(define-module (gnu packages xlispstat) > + #:use-module (guix packages) > + #:use-module (guix git-download) > + #:use-module (guix build-system gnu) > + #:use-module (guix licenses) > + #:use-module (gnu packages xorg) > + #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages ncurses) > + #:use-module (gnu packages maths) > + #:use-module (gnu packages shells)) > + > +(define-public xlispstat > + (let ((xlispstat-version "3.52.23") > + (guix-revision "0") > + (commit "f1bea6053df658ee48612bf1f63c35de99e2c649")) Guile is not Java. revision and commit suffice, as does hard-coding the base version as the first argument to git-version. > + (package > + (name "xlispstat") > + (version (git-version xlispstat-version guix-revision commit)) > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/jhbadger/xlispstat") > + (commit commit))) > + (sha256 > + (base32 > + "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n7 > 1mf")) > + (file-name (git-file-name name version)))) > + (build-system gnu-build-system) > + (arguments > + `(#:parallel-build? #f > + #:parallel-tests? #f > + #:tests? #f Any explanation on these flags? > + #:configure-flags > + (list "--with-gcc"))) > + (inputs > + `(("tcsh" ,tcsh) > + ("libx11" ,libx11) > + ("libxmu" ,libxmu) > + ("libxext" ,libxext) > + ("libxpm" ,libxpm) > + ("libxaw" ,libxaw) > + ("ncurses" ,ncurses) > + ("gnuplot" ,gnuplot))) > + (native-inputs `(("pkg-config" ,pkg-config))) > + (synopsis "Statistical analysis environment with interactive > graphics > +based on lisp") > + (description "XLISP-STAT is a statistical environment based on > a dia= > lect > +of the Lisp language called XLISP. To facilitate statistical > computations, > +standard Lisp functions for addition, logarithms, etc., have been > modified= > to > +operate on lists and arrays of numbers, and a number of basic > statistical > +functions have been added. Many of these functions have been > written in L= > isp, > +and additional functions can be added easily by a user. Several > basic for= > ms > +of plots, including histograms, scatterplots, rotatable plots and > scatterp= > lot > +matrices are provided. These plots support various forms of > interactive > +highlighting operations and can be linked so points highlighted in > one plot > +will be highlighted in all linked plots. Interactions with the > plots are > +controlled by the mouse, menus and dialog boxes. An object-oriented > +programming system is used to allow menus, dialogs, and the response > to mo= > use > +actions to be customized.") > + (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/ > ") > + (license expat)))) > + > +;; See also > https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/li= > sp/impl/xlspstat/ > + > +;; xlispstat Don't leave trailing declarations, commented or uncommented in the patch. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 21 16:10:38 2021 Received: (at 51980) by debbugs.gnu.org; 21 Nov 2021 21:10:38 +0000 Received: from localhost ([127.0.0.1]:46203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mou6f-0007Jc-N8 for submit@debbugs.gnu.org; Sun, 21 Nov 2021 16:10:38 -0500 Received: from mail-pf1-f172.google.com ([209.85.210.172]:41874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mou6Z-0007JI-2l for 51980@debbugs.gnu.org; Sun, 21 Nov 2021 16:10:36 -0500 Received: by mail-pf1-f172.google.com with SMTP id g19so14292251pfb.8 for <51980@debbugs.gnu.org>; Sun, 21 Nov 2021 13:10:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sNyGPqgUJUCBaB43eytbtw/W7RWj00+q29SO2+IJnrI=; b=pijA7VSPytNuaKzGNogAFCcJjdJ2sCuY7o5MB3yrCQjqmFpST/fS+7BdfCqpOGVi8H eBASP9qfGGggGWBBpG+pEcAY6bxd9854ZDM7R748T+0PTjXuRt9YikiEvh0qACDkgAPA 3E2PEonb314nEYKJQXwmcpvJP0KLAF2mgHaSi8Yxj1QcY1JEW4dj0i9XnZAkgz80uZBX RL597uvc42ydsBclv8cUMWtVUm4gv8J7ynED3kQAU51NIMDgYhpx1xISxrdSlQ7LZjUP hJeolalrByY64Q+2klq4gDME5jLGGEC6zprv27hcD1SPCP94lYhqxsKcS71KBD6mTCTn U3+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sNyGPqgUJUCBaB43eytbtw/W7RWj00+q29SO2+IJnrI=; b=7RFfzzZcSPTWjUHxNCl+iMoVznuc5NQ9HbVymJToZipgpJPBgwe/+yky7Af8soRDM3 9wSfaZfBiHRr6qjnxr4owKWHyI9xO5+ymUslJ+Y7+30lmCHX29W1J5SzlorECXJAtpmm MScFbAYyvHd5kfSq8qxdZKvzI2hC8+ydtA8fcw6CjsPoAd1J/8ztfA/YCltUM8RmZbQl 88nsqt12xXivJhgxBJzCnS2BTEO/oxc8mLw1xkE+wrHcf+JadTy8Uuh/7nPvhL6/au5R 1EGiquTRJSPo+HyJ+m9Wd3iXcjDPJoJLpuaEIgm3dv4LgUHPxxiC4N7yFOVnptJJoXcs zKHw== X-Gm-Message-State: AOAM5303WWS5oVDtTWYevwboi7D9+F+NK3gI124duYnW2Kb0Ziel2qtq 40OOeWIxqJp9XRBbq7i1zqs= X-Google-Smtp-Source: ABdhPJztPh7DrjjLxdAQUGykuhdSftnIbZ2F7ujsJe7XESF73BizoeGz1Te0zHtkKrRUkFXVUTpgOA== X-Received: by 2002:a65:40c2:: with SMTP id u2mr29191210pgp.309.1637529024805; Sun, 21 Nov 2021 13:10:24 -0800 (PST) Received: from fpp-Latitude-7280 ([66.170.190.211]) by smtp.gmail.com with ESMTPSA id s2sm6682134pfg.124.2021.11.21.13.10.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Nov 2021 13:10:23 -0800 (PST) From: Frank Pursel To: liliana.prikler@gmail.com Subject: [PATCH] Adding xlispstat.scm Date: Sun, 21 Nov 2021 13:10:20 -0800 Message-ID: <87ee79cj0j.fsf@fpp-Latitude-7280.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From d39e627c9433e3193de1857a9c0f5b438082ba3f Mon Sep 17 00:00:00 2001 From: Frank Pursel Date: Sun, 21 Nov 2021 09:29:18 -0800 Subject: [PATCH] Adding xlispstat --- gnu/packages/statistics.scm | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (frank.pursel[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.172 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.210.172 listed in wl.mailspike.net] 1.3 URI_DOTEDU Has .edu URI X-Debbugs-Envelope-To: 51980 Cc: 51980@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: -1.0 (-) >From d39e627c9433e3193de1857a9c0f5b438082ba3f Mon Sep 17 00:00:00 2001 From: Frank Pursel Date: Sun, 21 Nov 2021 09:29:18 -0800 Subject: [PATCH] Adding xlispstat --- gnu/packages/statistics.scm | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index e69baee8bd..36d1030bc6 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -14,6 +14,7 @@ ;;; Copyright =C2=A9 2020 Tim Howes ;;; Copyright =C2=A9 2021 Bonface Munyoki Kilyungi ;;; Copyright =C2=A9 2021 Lars-Dominik Braun +;;; Copyright =C2=A9 2021 Frank Pursel ;;; ;;; This file is part of GNU Guix. ;;; @@ -67,6 +68,7 @@ (define-module (gnu packages statistics) #:use-module (gnu packages machine-learning) #:use-module (gnu packages maths) #:use-module (gnu packages multiprecision) + #:use-module (gnu packages ncurses) #:use-module (gnu packages pcre) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) @@ -74,6 +76,7 @@ (define-module (gnu packages statistics) #:use-module (gnu packages python-science) #:use-module (gnu packages python-xyz) #:use-module (gnu packages readline) + #:use-module (gnu packages shells) #:use-module (gnu packages sphinx) #:use-module (gnu packages ssh) #:use-module (gnu packages tcl) @@ -6830,3 +6833,50 @@ (define-public r-desctools from contributed R packages as well.") (license license:gpl2+))) =20 +(define-public xlispstat + (let ((xlispstat-version "3.52.23") + (guix-revision "0") + (commit "f1bea6053df658ee48612bf1f63c35de99e2c649")) + (package + (name "xlispstat") + (version (git-version xlispstat-version guix-revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jhbadger/xlispstat.git") + (commit commit))) + (sha256 + (base32 + "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf")))) + (build-system gnu-build-system) + (arguments + `(#:parallel-build? #f ; Parallel builds are not supported + #:parallel-tests? #f=20=20=20 + #:tests? #f ; Pre-integrated testing source code. + #:configure-flags + (list "--with-gcc"))) + (inputs `(("tcsh" ,tcsh) + ("libx11" ,libx11) + ("libxmu" ,libxmu) + ("libxext" ,libxext) + ("libxpm" ,libxpm) + ("libxaw" ,libxaw) + ("ncurses" ,ncurses) + ("gnuplot" ,gnuplot))) + (native-inputs `(("pkg-config" ,pkg-config))) + (synopsis "Statistical analysis environment with interactive graphics b= ased on lisp") + (description "XLISP-STAT is a statistical environment based on a dialec= t of the Lisp language called XLISP. To facilitate statistical +computations, standard Lisp functions for addition, logarithms, etc., +have been modified to operate on lists and arrays of numbers, and a +number of basic statistical functions have been added. Many of these +functions have been written in Lisp, and additional functions can be +added easily by a user. Several basic forms of plots, including +histograms, scatterplots, rotatable plots and scatterplot matrices are +provided. These plots support various forms of interactive +highlighting operations and can be linked so points highlighted in one +plot will be highlighted in all linked plots. Interactions with the +plots are controlled by the mouse, menus and dialog boxes. An +object-oriented programming system is used to allow menus, dialogs, +and the response to mouse actions to be customized.") + (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/") + (license expat)))) --=20 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 22 15:39:13 2021 Received: (at 51980-done) by debbugs.gnu.org; 22 Nov 2021 20:39:13 +0000 Received: from localhost ([127.0.0.1]:49242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpG5p-0001jz-A6 for submit@debbugs.gnu.org; Mon, 22 Nov 2021 15:39:13 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:40872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpG5m-0001jl-0s for 51980-done@debbugs.gnu.org; Mon, 22 Nov 2021 15:39:11 -0500 Received: by mail-wr1-f66.google.com with SMTP id r8so34916211wra.7 for <51980-done@debbugs.gnu.org>; Mon, 22 Nov 2021 12:39:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=jboNDWrhNbTPxkrjKMxURK/7xhxEKpiB/rZGcCMUakw=; b=adf4tLmG211FEFAgAMuDB9qj8Wq50J2a31Jgywzr/2QxSW7FdMXWOdTRQB4x10/a0y z1tQxHTG2j6zexLVydCgfUW1ksrXco6qocCZ1/E9VmfjnVv6pRwgtHDnnko61D+p0iyR DIB4H3jXUN27qhWBZGHnduK85YUDQTC/hEQ3Ys2lgCsYMHtEdjs+Sjutv7kftfNAXi7D OC85wg8Pq6MX/gprm1hmuIpyO+l2dtgEN35Miz/cuDa19uTJtn4EpvaVFGVMxerLWb/w x3qX3Vcnn9ASFQ3xWpj394Um26YbTn1kcoLSE1lvnzZr/6ZaQiewG5BKmdwhUqAQlqmm 09GQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=jboNDWrhNbTPxkrjKMxURK/7xhxEKpiB/rZGcCMUakw=; b=hNPrsqlq51Gj144VwcxjvqnfqhmEtYzQrDGMh++YgjvrkLsebWB7zob0MPUr+uhBkJ Y4ffr/CJD7/Wf6AHxC9UO7ibuzfGB4QCG8DO9nABzOhggAcB2+6a32fcP5bQnk+MN/su 6pV82TNpPkDJNIYKYfj5Jy7qAsJe+/V191qMTsUPsZd/coY1B3jECc6dsbd9j0/w0Y8P MMTHQPV7z+h1oZpukA0+cr1vAbsNxrfFmVf5IT4dQbmh0V5Y8mHN7dWKlnVub440fh+N bZgDfnrZJuJZ4HqaAdnHeAP+/t76VkPEmVx5e0FMePxf9T0vyzkpZZXJnfYJHaDGkffe Plhw== X-Gm-Message-State: AOAM533p3VJhmI7N6X88OywmJgScUvPKOFS93gKXSW9AYr3mk+5mNS5J SVoJSO1HmF//lOaKAZGReTohxb/e1U4= X-Google-Smtp-Source: ABdhPJwd7lOR4LdrtcSDZWvkoxRk1wczMbZwLz4gS03zjOs/880XVjIBCn5EYBkP9mJCQ5REc77+HQ== X-Received: by 2002:a5d:62c5:: with SMTP id o5mr42400879wrv.408.1637613544224; Mon, 22 Nov 2021 12:39:04 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id u15sm12173137wmq.13.2021.11.22.12.39.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Nov 2021 12:39:03 -0800 (PST) Message-ID: <3bb9ece1fe0feedda95c9fe0f05abee4414732aa.camel@gmail.com> Subject: Re: [PATCH] Adding xlispstat.scm From: Liliana Marie Prikler To: Frank Pursel Date: Mon, 22 Nov 2021 21:39:02 +0100 In-Reply-To: <87ee79cj0j.fsf@fpp-Latitude-7280.i-did-not-set--mail-host-address--so-tickle-me> References: <87ee79cj0j.fsf@fpp-Latitude-7280.i-did-not-set--mail-host-address--so-tickle-me> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Pushed with the following adjustments: Am Sonntag, den 21.11.2021, 13:10 -0800 schrieb Frank Pursel: > From d39e627c9433e3193de1857a9c0f5b438082ba3f Mon Sep 17 00:00:00 > 2001 > From: Frank Pursel > Date: Sun, 21 Nov 2021 09:29:18 -0800 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.66 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.66 listed in wl.mailspike.net] 1.3 URI_DOTEDU Has .edu URI X-Debbugs-Envelope-To: 51980-done Cc: 51980-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: -1.0 (-) Pushed with the following adjustments: Am Sonntag, den 21.11.2021, 13:10 -0800 schrieb Frank Pursel: > From d39e627c9433e3193de1857a9c0f5b438082ba3f Mon Sep 17 00:00:00 > 2001 > From: Frank Pursel > Date: Sun, 21 Nov 2021 09:29:18 -0800 > Subject: [PATCH] Adding xlispstat > > --- Added a commit message. > gnu/packages/statistics.scm | 50 > +++++++++++++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) > > diff --git a/gnu/packages/statistics.scm > b/gnu/packages/statistics.scm > index e69baee8bd..36d1030bc6 100644 > --- a/gnu/packages/statistics.scm > +++ b/gnu/packages/statistics.scm > @@ -14,6 +14,7 @@ > ;;; Copyright © 2020 Tim Howes > ;;; Copyright © 2021 Bonface Munyoki Kilyungi > > ;;; Copyright © 2021 Lars-Dominik Braun > +;;; Copyright © 2021 Frank Pursel > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -67,6 +68,7 @@ (define-module (gnu packages statistics) > #:use-module (gnu packages machine-learning) > #:use-module (gnu packages maths) > #:use-module (gnu packages multiprecision) > + #:use-module (gnu packages ncurses) > #:use-module (gnu packages pcre) > #:use-module (gnu packages perl) > #:use-module (gnu packages pkg-config) > @@ -74,6 +76,7 @@ (define-module (gnu packages statistics) > #:use-module (gnu packages python-science) > #:use-module (gnu packages python-xyz) > #:use-module (gnu packages readline) > + #:use-module (gnu packages shells) > #:use-module (gnu packages sphinx) > #:use-module (gnu packages ssh) > #:use-module (gnu packages tcl) > @@ -6830,3 +6833,50 @@ (define-public r-desctools > from contributed R packages as well.") > (license license:gpl2+))) > > +(define-public xlispstat > + (let ((xlispstat-version "3.52.23") > + (guix-revision "0") > + (commit "f1bea6053df658ee48612bf1f63c35de99e2c649")) > + (package > + (name "xlispstat") > + (version (git-version xlispstat-version guix-revision commit)) > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/jhbadger/xlispstat.git") > + (commit commit))) > + (sha256 > + (base32 > + "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf"))) > ) > + (build-system gnu-build-system) > + (arguments > + `(#:parallel-build? #f ; Parallel builds are not supported > + #:parallel-tests? #f > + #:tests? #f ; Pre-integrated testing source code. > + #:configure-flags > + (list "--with-gcc"))) Enabled tests. > + (inputs `(("tcsh" ,tcsh) > + ("libx11" ,libx11) > + ("libxmu" ,libxmu) > + ("libxext" ,libxext) > + ("libxpm" ,libxpm) > + ("libxaw" ,libxaw) > + ("ncurses" ,ncurses) > + ("gnuplot" ,gnuplot))) > + (native-inputs `(("pkg-config" ,pkg-config))) > + (synopsis "Statistical analysis environment with interactive > graphics based on lisp") > + (description "XLISP-STAT is a statistical environment based on a > dialect of the Lisp language called XLISP. To facilitate statistical > +computations, standard Lisp functions for addition, logarithms, > etc., > +have been modified to operate on lists and arrays of numbers, and a > +number of basic statistical functions have been added. Many of > these > +functions have been written in Lisp, and additional functions can be > +added easily by a user. Several basic forms of plots, including > +histograms, scatterplots, rotatable plots and scatterplot matrices > are > +provided. These plots support various forms of interactive > +highlighting operations and can be linked so points highlighted in > one > +plot will be highlighted in all linked plots. Interactions with the > +plots are controlled by the mouse, menus and dialog boxes. An > +object-oriented programming system is used to allow menus, dialogs, > +and the response to mouse actions to be customized.") Fixed indentation + minor wording. > + (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/") > + (license expat)))) Used license:expat From unknown Tue Jun 17 20:42:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Dec 2021 12:24:12 +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