[Lunar-commits] <moonbase> gnuplot: Version bump and adjusting the DEPENDS/BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Mar 18 02:23:31 CET 2010


commit f8c21aa899747754eb7e1be49ebf39fbad5b4fd7
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 17 21:23:31 2010 -0400

    gnuplot: Version bump and adjusting the DEPENDS/BUILD.
---
 science/gnuplot/BUILD   |    5 ++++-
 science/gnuplot/DEPENDS |    7 ++++++-
 science/gnuplot/DETAILS |    6 +++---
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/science/gnuplot/BUILD b/science/gnuplot/BUILD
index 47eb08c..5e1efd4 100644
--- a/science/gnuplot/BUILD
+++ b/science/gnuplot/BUILD
@@ -1,4 +1,7 @@
 (
-    OPTS="$OPTS --without-gd" &&
+
+    OPTS="$OPTS --without-latex" &&
+
     default_build
+
 ) > $C_FIFO 2>&1
diff --git a/science/gnuplot/DEPENDS b/science/gnuplot/DEPENDS
index b31d8d2..be05653 100644
--- a/science/gnuplot/DEPENDS
+++ b/science/gnuplot/DEPENDS
@@ -1,2 +1,7 @@
+optional_depends gd     "--with-gd"  "--without-gd"  "for additional graphics support"
 optional_depends libpng "--with-png" "--without-png" "enable png terminal"
-optional_depends "%X" "--with-x" "--without-x" "Use X window system" 
+optional_depends "%X"   "--with-x"   "--without-x"   "Use X window system" 
+optional_depends lua    "--with-lua" "--without-lua" "For Lua scripting support"
+optional_depends libggi "--with-ggi" "--without-ggi" "For General Graphics Interface support"
+
+
diff --git a/science/gnuplot/DETAILS b/science/gnuplot/DETAILS
index 8faa09e..74bd36d 100644
--- a/science/gnuplot/DETAILS
+++ b/science/gnuplot/DETAILS
@@ -1,11 +1,11 @@
           MODULE=gnuplot
-         VERSION=4.2.6
+         VERSION=4.4.0
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:d11fdde8218bee98597ee836cbc17e4bf6093b70
+      SOURCE_VFY=sha1:04a2eede7b2af8e64144aa8ffede6535b7a043b5
         WEB_SITE=http://www.gnuplot.info
          ENTERED=20021015
-         UPDATED=20090930
+         UPDATED=20100317
            SHORT="command line program to make scientific graphs"
 
 cat << EOF


More information about the Lunar-commits mailing list