[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (21c072038cb2bd0c34699c33e3833f0650e8ea3d)

Treeve Jelbert scm at sourcemage.org
Sun Sep 9 03:53:57 EDT 2007


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 ChangeLog                 |    3 +++
 kde4/koffice2/DEPENDS     |    9 +++++++--
 kde4/koffice2/DETAILS     |    5 ++---
 kde4/koffice2/HISTORY     |    4 ++++
 science-libs/glpk/DEPENDS |    2 ++
 science-libs/glpk/DETAILS |   30 ++++++++++++++++++++++++++++++
 science-libs/glpk/HISTORY |    4 ++++
 7 files changed, 52 insertions(+), 5 deletions(-)

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/kde4/koffice2/DEPENDS b/kde4/koffice2/DEPENDS
index 8ae770b..e5045a7 100755
--- a/kde4/koffice2/DEPENDS
+++ b/kde4/koffice2/DEPENDS
@@ -11,8 +11,13 @@ optional_depends sqlite         '' '' 'kexi database'         &&
 optional_depends glew           '' '' 'OpenGL shader support' &&
 optional_depends exiv2          '' '' 'decode photo tags'     &&
 optional_depends poppler        '' '' 'PDF support'           &&
-optional_depends wv2            '' '' 'for MS word importing' &&
+optional_depends wv2            '' '' 'MS Word import'        &&
 optional_depends tiff           '' '' 'graphics support'      &&
 optional_depends graphicsmagick '' '' 'various Krita filters' &&
 optional_depends openexr        '' '' 'Krita EXR filter'      &&
-optional_depends qca2           '' '' 'crypto support'
+optional_depends qca2           '' '' 'crypto support'        &&
+optional_depends qimageblitz    '' '' 'graphics manipulation' &&
+optional_depends glpk           '' '' 'painterly mixer plugin'&&
+optional_depends libart_lgpl    '' '' '2D graphics support'   &&
+optional_depends kdepimlibs4    '' '' 'PIM support'
+#libwpd  '' '' 'WordPerfect import'
diff --git a/kde4/koffice2/DETAILS b/kde4/koffice2/DETAILS
index 2fa738c..27f54b1 100755
--- a/kde4/koffice2/DETAILS
+++ b/kde4/koffice2/DETAILS
@@ -1,8 +1,7 @@
 #source  $SECTION_DIRECTORY/KDE_DETAILS
            SPELL=koffice2
-         VERSION=1.9.92
-#          KDEVER=3.91.0
-     SOURCE_HASH=sha512:827a4f84912ee84ebbbeff8a7319909c6dfc82ba0f948beecd7d4ff5ab7b95156ee32dc1f85f0516b23249ad2aaef23d19551c50e68ad0996de4ec03161609a8
+         VERSION=1.9.93
+     SOURCE_HASH=sha512:4e36124bcbf0cfc963ffa5b8ae267f6518747b995b32903c23524487048a459db07173e2207a5a322ace551a52b034c9c106c8226632734cbd042e82194ddef5
           SOURCE=${SPELL//2}-${VERSION}.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//2}-${VERSION}
    SOURCE_URL[0]=$KDE_URL/unstable/${SPELL//2}-${VERSION}/src/$SOURCE
diff --git a/kde4/koffice2/HISTORY b/kde4/koffice2/HISTORY
index 5c11c22..490100e 100644
--- a/kde4/koffice2/HISTORY
+++ b/kde4/koffice2/HISTORY
@@ -1,3 +1,7 @@
+2007-09-06 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.9.93
+	* DEPENDS: add libart_lgpl, qimageblitz, kdepimlibs4, glpk
+
 2007-08-02 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.9.92
 
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
+



More information about the SM-Commit mailing list