Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d6adaf0057766ce949e6064e072dcd42e645ce5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d6adaf0057766ce949e6064e072dcd42e645ce5)
  • Date: Wed, 24 Jan 2007 04:08:50 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

utils/gnuplot/DEPENDS | 12 +++++++++++-
utils/gnuplot/DETAILS | 4 ++--
utils/gnuplot/HISTORY | 4 ++++
3 files changed, 17 insertions(+), 3 deletions(-)

New commits:
commit 2d6adaf0057766ce949e6064e072dcd42e645ce5
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

gnuplot-4.2.rc4

diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index cc36a24..1cdd743 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -8,13 +8,23 @@ optional_depends "gd" \

optional_depends "readline" \
"--with-readline=gnu" \
- "--with-readline" \
+ "--with-readline=builtin" \
"use gnu readline instead of builtin readline" &&

optional_depends X11-LIBS --with-x --without-x "X11 output" &&
optional_depends wxgtk --enable-wxwidgets --disable-wxwidgets \
"wxWidgets interactive terminal" &&

+optional_depends svgalib \
+ "--with-linux-vga" \
+ "--without-linux-vga" \
+ "Linux SVGA console driver?" &&
+
+optional_depends tetex \
+ "--with-tutorial" \
+ "--without-tutorial" \
+ "build LaTeX tutorial?" &&
+
. $GRIMOIRE/is_depends_enabled.function &&
if is_depends_enabled $SPELL wxgtk; then
depends cairo &&
diff --git a/utils/gnuplot/DETAILS b/utils/gnuplot/DETAILS
index da5bc28..e1548c3 100755
--- a/utils/gnuplot/DETAILS
+++ b/utils/gnuplot/DETAILS
@@ -11,11 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_URL[0]=cvs://:pserver:anonymous AT gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot
SOURCE_IGNORE=volatile
else
- VERSION=4.2.rc3
+ VERSION=4.2.rc4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:91e52653b9534f0869dacf0be858a61eeac944b7b512e4e758c1436deec70e022a4e8de2b8254ca1a2767fe609080230e36209f39556d6dfaa7b86c5f7a00ff4
+
SOURCE_HASH=sha512:ed31a20f80e5bb9494a61de1f559a6142a378b4194918130375d292d1a2835694ba673aa327973ff4ca4efa114d64be9de5e4f5b1f1420b3cf91c57a0b464ff2
fi
WEB_SITE=http://www.gnuplot.info
ENTERED=20020210
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 5f4a6bf..ab0ff39 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,7 @@
+2007-01-24 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 4.2.rc4
+ * DEPENDS: add optional svgalib, tetex
+
2007-01-23 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 4.2.rc3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d6adaf0057766ce949e6064e072dcd42e645ce5), Treeve Jelbert, 01/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page