Skip to Content.
Sympa Menu

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

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 (50d3082c57d0f51334d8951bdd770edea4c0b6b1)
  • Date: Sat, 11 Nov 2006 16:02:23 -0600

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

utils/gnuplot/BUILD | 4 ++++
utils/gnuplot/DETAILS | 14 +++++++++++++-
utils/gnuplot/HISTORY | 3 +++
utils/gnuplot/INSTALL | 2 ++
utils/gnuplot/PREPARE | 7 +++++++
5 files changed, 29 insertions(+), 1 deletion(-)

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

gnuplot: added cvs option

diff --git a/utils/gnuplot/BUILD b/utils/gnuplot/BUILD
new file mode 100755
index 0000000..f139554
--- /dev/null
+++ b/utils/gnuplot/BUILD
@@ -0,0 +1,4 @@
+if [[ $GNUPLOT_SCM == "y" ]]; then
+ ./prepare
+fi &&
+default_build
diff --git a/utils/gnuplot/DETAILS b/utils/gnuplot/DETAILS
index 98d21b6..08a176b 100755
--- a/utils/gnuplot/DETAILS
+++ b/utils/gnuplot/DETAILS
@@ -1,13 +1,25 @@
SPELL=gnuplot
+if [[ $GNUPLOT_SCM == "y" ]]; then
+ if [[ $GNUPLOT_AUTOUPDATE == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+ SOURCE=$SPELL-cvs.tar.bz2
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot
+ SOURCE_IGNORE=volatile
+else
VERSION=4.0.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.gnuplot.info/pub/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.irisa.fr/pub/$SPELL/$SOURCE

SOURCE_HASH=sha512:14d3693f872036dab23c85f3495c823dc3f76a9d87e23ea3ce9848de90a3047d8f30fefbb775b2828efa726af33efb88a72312aa5c2644e52d1a93e444f40a7d
+fi
WEB_SITE=http://www.gnuplot.info
ENTERED=20020210
- UPDATED=20020807
LICENSE[0]=PD
KEYWORDS="utils"
SHORT="a mathematical function plotting tool"
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 3de8f5e..141ab7d 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2006-11-11 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE, INSTALL, BUILD, DETAILS: added cvs option
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/gnuplot/INSTALL b/utils/gnuplot/INSTALL
new file mode 100755
index 0000000..0f158d7
--- /dev/null
+++ b/utils/gnuplot/INSTALL
@@ -0,0 +1,2 @@
+make install-strip
+
diff --git a/utils/gnuplot/PREPARE b/utils/gnuplot/PREPARE
new file mode 100755
index 0000000..8f59be9
--- /dev/null
+++ b/utils/gnuplot/PREPARE
@@ -0,0 +1,7 @@
+config_query GNUPLOT_SCM "Do you want to use the development version from
CVS?" n &&
+
+if [[ $GNUPLOT_SCM == "y" ]]; then
+ config_query GNUPLOT_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi
+



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (50d3082c57d0f51334d8951bdd770edea4c0b6b1), Jaka Kranjc, 11/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page