GNU bug report logs - #30967
[PATCH] gnu: Add tcalc.

Previous Next

Package: guix-patches;

Reported by: Nadya Voronova <voronovank <at> gmail.com>

Date: Wed, 28 Mar 2018 01:36:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30967 in the body.
You can then email your comments to 30967 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#30967; Package guix-patches. (Wed, 28 Mar 2018 01:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nadya Voronova <voronovank <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 28 Mar 2018 01:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nadya Voronova <voronovank <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nadya Voronova <voronovank <at> gmail.com>
Subject: [PATCH] gnu: Add tcalc.
Date: Wed, 28 Mar 2018 03:42:15 +0300
* gnu/packages/maths.scm (tcalc): New variables.
---
 gnu/packages/maths.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 808e7d1..10114a3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3840,3 +3840,24 @@ routines designed for solving ODEs resulting from 1-D, 2-D and 3-D partial
 differential equations (PDE) that have been converted to ODEs by numerical
 differencing.")
     (license license:gpl2+)))
+
+(define-public tcalc
+  (package
+  (name "tcalc")
+  (version "2.0")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append "https://sites.google.com/site/mohammedisam2000/tcalc/tcalc-"
+                            version ".tar.gz"))
+      (sha256
+        (base32
+          "0jq806m4dqfia85nppfm75mml9w57g0cgv4cdw9bp3zymda83s0m"))))
+  (build-system gnu-build-system)
+  (synopsis "The terminal calculator")
+  (description
+    "The terminal calculator is a small and helpful program to help users
+     of the GNU/Linux terminal do calculations simply and quickly.
+     The formula to be calculated can be fed to tcalc through the command line.")
+  (home-page "https://sites.google.com/site/mohammedisam2000/tcalc")
+  (license gpl3+)))
-- 
2.7.4





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Wed, 28 Mar 2018 15:13:02 GMT) Full text and rfc822 format available.

Notification sent to Nadya Voronova <voronovank <at> gmail.com>:
bug acknowledged by developer. (Wed, 28 Mar 2018 15:13:02 GMT) Full text and rfc822 format available.

Message #10 received at 30967-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Nadya Voronova <voronovank <at> gmail.com>
Cc: 30967-done <at> debbugs.gnu.org
Subject: Re: [bug#30967] [PATCH] gnu: Add tcalc.
Date: Wed, 28 Mar 2018 17:12:35 +0200
[Message part 1 (text/plain, inline)]
Hello,

Nadya Voronova <voronovank <at> gmail.com> skribis:

> * gnu/packages/maths.scm (tcalc): New variables.

Applied with the minor changes below.  Thank you!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10114a35f..eca45d05f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2017 Dave Love <me <at> fx <at> gnu.org>
 ;;; Copyright © 2018 Jan Nieuwenhuizen <janneke <at> gnu.org>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua <at> nextjournal.com>
+;;; Copyright © 2018 Nadya Voronova <voronovank <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3856,8 +3857,8 @@ differencing.")
   (build-system gnu-build-system)
   (synopsis "The terminal calculator")
   (description
-    "The terminal calculator is a small and helpful program to help users
-     of the GNU/Linux terminal do calculations simply and quickly.
-     The formula to be calculated can be fed to tcalc through the command line.")
+    "The terminal calculator is a small program to help users of the GNU/Linux
+terminal do calculations simply and quickly.  The formula to be calculated can
+be fed to @command{tcalc} through the command line.")
   (home-page "https://sites.google.com/site/mohammedisam2000/tcalc")
-  (license gpl3+)))
+  (license license:gpl3+)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 26 Apr 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 59 days ago.

Previous Next


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