New commits:
commit 21c072038cb2bd0c34699c33e3833f0650e8ea3d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
glpk-4.21
commit 8d98323e8d28abcc3a752a4548758f412ba24269
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
koffice2 1.9.93
diff --git a/ChangeLog b/ChangeLog
index 5333c89..9bc88c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-09-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * science-libs/glpk: new spell: linear programming
+
2007-09-09 Remko van der Vossen <wich AT stack.nl>
* audio-soft/eyeD3: new spell, Python id3(v2) tag program/library
diff --git a/science-libs/glpk/DEPENDS b/science-libs/glpk/DEPENDS
new file mode 100755
index 0000000..a14d154
--- /dev/null
+++ b/science-libs/glpk/DEPENDS
@@ -0,0 +1,2 @@
+depends gmp
+
diff --git a/science-libs/glpk/DETAILS b/science-libs/glpk/DETAILS
new file mode 100755
index 0000000..9f2e3d5
--- /dev/null
+++ b/science-libs/glpk/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=glpk
+ VERSION=4.21
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+
+WEB_SITE=http:http://www.gnu.org/software/glpk/
+ LICENSE[0]=GPL
+ ENTERED=20070909
+ KEYWORDS="maths"
+ SHORT="GNU Linear Programming Kit"
+cat << EOF
+The GLPK (GNU Linear Programming Kit) package is intended for solving
+large-scale linear programming (LP), mixed integer programming (MIP), and
+other related problems. It is a set of routines written in ANSI C and
+organized in the form of a callable library.
+ GLPK supports the GNU MathProg language, which is a subset of the AMPL
+language.
+ The GLPK package includes the following main components:
+ Revised simplex method.
+ Primal-dual interior point method.
+ Branch-and-bound method.
+ Translator for GNU MathProg.
+ Application program interface (API).
+ Stand-alone LP/MIP solver.
+EOF
diff --git a/science-libs/glpk/HISTORY b/science-libs/glpk/HISTORY
new file mode 100644
index 0000000..4b9520b
--- /dev/null
+++ b/science-libs/glpk/HISTORY
@@ -0,0 +1,4 @@
+2007-09-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.21
+ spell created
+
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (21c072038cb2bd0c34699c33e3833f0650e8ea3d),
Treeve Jelbert, 09/09/2007