Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (e2ffb87bf74c8c87cef23e8fa48f16075560d525)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (e2ffb87bf74c8c87cef23e8fa48f16075560d525)
  • Date: Mon, 27 Jul 2009 12:08:39 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 2 ++
science/wcalc/DETAILS | 23 +++++++++++++++++++++++
science/wcalc/HISTORY | 2 ++
3 files changed, 27 insertions(+)

New commits:
commit e2ffb87bf74c8c87cef23e8fa48f16075560d525
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

science/wcalc: new spell, flexible command-line scientific calculator

diff --git a/ChangeLog b/ChangeLog
index a667a57..6cb5c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
on the enchant library
* video/gaupol: new spell, gtk+ subtitle editor
* http/surf: new spell, simple webbrowser based on webkit/gtk+
+ * science/wcalc: new spell, flexible command-line scientific
+ calculator

2009-07-27 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/batterymon: new spell, battery applet
diff --git a/science/wcalc/DETAILS b/science/wcalc/DETAILS
new file mode 100755
index 0000000..6125241
--- /dev/null
+++ b/science/wcalc/DETAILS
@@ -0,0 +1,23 @@
+ SPELL="wcalc"
+ VERSION="2.4"
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.bz2}"
+ SOURCE_URL[0]="${SOURCEFORGE_URL}/w-calc/${SOURCE}"
+
SOURCE_HASH="sha512:167556b8fad4dca504505ff4172fd7f322b005e74e92d9e4aec7ae1cdc17cfa86501f9c5835b1dea6eb2adcd317beda523dfa61f882db895178aaf51c877171d"
+ WEB_SITE="http://w-calc.sourceforge.net/";
+ ENTERED="20090727"
+ LICENSE[0]="GPL"
+ SHORT="Flexible command-line scientific calculator"
+cat << EOF
+Wcalc is a very capable calculator. It supports abitrary precision, has
+standard functions (sin, asin, and sinh for example, in either radians or
+degrees), many pre-defined constants (pi, e, c, etc.), support for using
+variables, "active" variables, a command history, hex/octal/binary input and
+output, unit conversions, embedded comments, and an expandable expression
entry
+field. It evaluates expressions using the standard order of operations.
+
+Wcalc uses intuitive expressions and implicit multiplication. For example,
+Wcalc will evaluate: 5sin 4!-7*2(4%6)^2 to be -221.96631678. Wcalc will also
+understand basic UTF-8 entities, and so will evaluate
√7×2÷π−ε0×σ+α+γ+R∞×Mτ-Φ0
+to be 2.26885.
+EOF
diff --git a/science/wcalc/HISTORY b/science/wcalc/HISTORY
new file mode 100644
index 0000000..47ada67
--- /dev/null
+++ b/science/wcalc/HISTORY
@@ -0,0 +1,2 @@
+2009-07-27 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS, HISTORY: crated this spell



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (e2ffb87bf74c8c87cef23e8fa48f16075560d525), Quentin Rameau, 07/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page