Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f8b55f2b5f6a0c681257ab0be63b3bcb14aebb5a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f8b55f2b5f6a0c681257ab0be63b3bcb14aebb5a)
  • Date: Sun, 18 Feb 2007 14:11:33 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
libs/muparser/BUILD | 3 +++
libs/muparser/DEPENDS | 1 +
libs/muparser/DETAILS | 23 +++++++++++++++++++++++
libs/muparser/HISTORY | 2 ++
5 files changed, 32 insertions(+)

New commits:
commit f8b55f2b5f6a0c681257ab0be63b3bcb14aebb5a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libs/muparser added, needed for qtiplot and kst

diff --git a/ChangeLog b/ChangeLog
index 2591f26..ddc1991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libs/muparser: fast math expression parser library
+
2007-02-18 Ladislav Hagara <hgr AT vabo.cz>
* disk/libewf: new spell
Library and tools to support the Expert Witness Compression Format
diff --git a/libs/muparser/BUILD b/libs/muparser/BUILD
new file mode 100755
index 0000000..d22e99f
--- /dev/null
+++ b/libs/muparser/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/libs/muparser/DEPENDS b/libs/muparser/DEPENDS
new file mode 100755
index 0000000..1c113e9
--- /dev/null
+++ b/libs/muparser/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/libs/muparser/DETAILS b/libs/muparser/DETAILS
new file mode 100755
index 0000000..7fdcc7d
--- /dev/null
+++ b/libs/muparser/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=muparser
+ VERSION=1.27
+ SOURCE="${SPELL}_v${VERSION/./}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:20d8883911968e8ceb03005faba75d542e0115181ccfa4466cfb95bd7f31df23ce56f4f82360ed3d73b64b75a6408226c70de35308995620435f47569d416572
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE="http://muparser.sourceforge.net";
+ LICENSE[0]=MIT
+ ENTERED=20070218
+ SHORT="a fast math expression parser library"
+cat << EOF
+Many applications require the parsing of mathematical expressions. The
+main objective of this project is to provide a fast and easy way of doing
+this. muParser is an extensible high performance math parser library. It
+is based on transforming an expression into a bytecode and precalculating
+constant parts of it.
+
+The math parser library is written in pure C++ and should compile on every
+standard compliant compiler. I provide you with static libraries and a DLL
+version ready for implementation into your projects. The code has been tested
+using MS VC++ V7.1 and GCC V3.3.1. It reportedly works on BCB too. I provide
+you with three demo projects in order to help you understand its usage.
+EOF
diff --git a/libs/muparser/HISTORY b/libs/muparser/HISTORY
new file mode 100644
index 0000000..1eb6bd9
--- /dev/null
+++ b/libs/muparser/HISTORY
@@ -0,0 +1,2 @@
+2007-02-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f8b55f2b5f6a0c681257ab0be63b3bcb14aebb5a), Jaka Kranjc, 02/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page