emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30967: closed ([PATCH] gnu: Add tcalc.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30967: closed ([PATCH] gnu: Add tcalc.)
Date: Wed, 28 Mar 2018 15:13:02 +0000

Your message dated Wed, 28 Mar 2018 17:12:35 +0200
with message-id <address@hidden>
and subject line Re: [bug#30967] [PATCH] gnu: Add tcalc.
has caused the debbugs.gnu.org bug report #30967,
regarding [PATCH] gnu: Add tcalc.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30967: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30967
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30967] [PATCH] gnu: Add tcalc. Date: Wed, 28 Mar 2018 17:12:35 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Nadya Voronova <address@hidden> skribis:

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

Applied with the minor changes below.  Thank you!

Ludo’.

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 <address@hidden@gnu.org>
 ;;; Copyright © 2018 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <address@hidden>
+;;; Copyright © 2018 Nadya Voronova <address@hidden>
 ;;;
 ;;; 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+)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]