Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ba9a148250e46d754dac417ba56c50f4fa2fbe8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ba9a148250e46d754dac417ba56c50f4fa2fbe8)
  • Date: Wed, 11 Mar 2009 10:31:42 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/rrdtool/BUILD | 10 ----------
net/rrdtool/CONFIGURE | 7 -------
net/rrdtool/DEPENDS | 43 +++++++++++++++++++++++++++++--------------
net/rrdtool/DETAILS | 9 ++++-----
net/rrdtool/HISTORY | 7 ++++++-
net/rrdtool/INSTALL | 8 --------
net/rrdtool/PRE_BUILD | 14 --------------
7 files changed, 39 insertions(+), 59 deletions(-)

New commits:
commit 4ba9a148250e46d754dac417ba56c50f4fa2fbe8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rrdtool: => 1.3.6

diff --git a/net/rrdtool/BUILD b/net/rrdtool/BUILD
deleted file mode 100755
index 390fb11..0000000
--- a/net/rrdtool/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-OPTS="$OPTS $RRDOPTS --disable-rrdcgi --enable-perl-site-install" &&
-make_single &&
-default_build &&
-make_normal
-
-#if [ "$RRDPHP" = "y" ]; then
-# pushd contrib/php4 &&
-# default_build &&
-# popd
-#fi
diff --git a/net/rrdtool/CONFIGURE b/net/rrdtool/CONFIGURE
deleted file mode 100755
index b825c2c..0000000
--- a/net/rrdtool/CONFIGURE
+++ /dev/null
@@ -1,7 +0,0 @@
-config_query RRDPHP "build php module from rrdtool ?" y
-
-config_query_option RRDOPTS "Build shared libraries?" y \
- '--enable-shared=yes' '--enable-shared=no'
-
-config_query_option RRDOPTS "Use ISO-8859-2 fonts?" n \
- '--enable-latin2' '--disable-latin2'
diff --git a/net/rrdtool/DEPENDS b/net/rrdtool/DEPENDS
index 8bc1210..e4f8de5 100755
--- a/net/rrdtool/DEPENDS
+++ b/net/rrdtool/DEPENDS
@@ -1,14 +1,29 @@
-depends perl &&
-depends libpng '--enable-local-libpng' &&
-depends zlib '--enable-local-zlib' &&
-depends freetype2 &&
-depends libart_lgpl &&
-optional_depends python '' '' \
- 'Enable interface for the Python programming language?' &&
-
-#if [ "$RRDPHP" = "y" ] ; then
-# depends PHP
-#fi &&
-
-optional_depends tcl '' '' \
- 'Enable interface for the TCL programming language?'
+depends freetype2 &&
+depends libxml2 &&
+depends libpng &&
+depends pango &&
+
+optional_depends gettext \
+ "--enable-libintl" \
+ "--disable-libintl" \
+ "for i18n support" &&
+
+optional_depends perl \
+ "--enable-perl-site-install" \
+ "--disable-perl" \
+ "for Perl modules" &&
+
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "for Python modules" &&
+
+optional_depends ruby \
+ "--enable-ruby-site-install" \
+ "--disable-ruby" \
+ "for Perl modules" &&
+
+optional_depends tcl \
+ "--enable-tcl-site" \
+ "--disable-tcl" \
+ "for Tcl modules"
diff --git a/net/rrdtool/DETAILS b/net/rrdtool/DETAILS
index 7d62f36..7ce57ec 100755
--- a/net/rrdtool/DETAILS
+++ b/net/rrdtool/DETAILS
@@ -1,14 +1,13 @@
SPELL=rrdtool
- VERSION=1.2.26
+ VERSION=1.3.6
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://oss.oetiker.ch/rrdtool/pub/$SOURCE
-
SOURCE_HASH=sha512:d96d84ff8a9bda1f8c9ffbdd73bbfb0b8a4144ae50b580378a7daf17f284a70c36fdc8dbee7230ab744d8e81ea61f271c80f4024430de072a41dd3ab8d259c0b

+
SOURCE_HASH=sha512:dba926a42826375b106358b26cfee38d1101d881018cfff068ed5300baff9d01433f260e4009838f7c8ea78e02570be523982c7eef05e8376af29940c7735c41
WEB_SITE=http://oss.oetiker.ch/rrdtool/
ENTERED=20020210
- DOCS="README examples/*.pl examples/*.cgi"
KEYWORDS="net"
- SHORT="rrd is time-series data logging and graphing"
+ SHORT="time-series data logging and graphing"
cat << EOF
RRDtool is basically the time-series graphing and data storage/management
component of MRTG, broken out and done right. Done right means that RRDtool
is
diff --git a/net/rrdtool/HISTORY b/net/rrdtool/HISTORY
index f297e98..f3ae2f9 100644
--- a/net/rrdtool/HISTORY
+++ b/net/rrdtool/HISTORY
@@ -1,3 +1,9 @@
+2009-03-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.6; reomoved "DOCS"; quoting paths
+ * CONFIGURE: no more php module
+ * {PRE_},BUILD, INSTALL, CONFIGURE: removed
+ * DEPENDS: fixed dependencies
+
2007-12-11 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: fixed WEB_SITE

@@ -65,4 +71,3 @@

2002-10-17 Eric Schabell <eschabell AT sourcemage.org>
* USEGCC2: removed gcc2 file.
-
diff --git a/net/rrdtool/INSTALL b/net/rrdtool/INSTALL
deleted file mode 100755
index bdb00f9..0000000
--- a/net/rrdtool/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-make install
-#make site-perl-install
-
-#if [ "$RRDPHP" = "y" ]; then
-# pushd contrib/php4 &&
-# make install &&
-# popd
-#fi
diff --git a/net/rrdtool/PRE_BUILD b/net/rrdtool/PRE_BUILD
deleted file mode 100755
index e35526e..0000000
--- a/net/rrdtool/PRE_BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-default_pre_build &&
-
-cd $SOURCE_DIRECTORY &&
-
-sedit 's/ \$(PMP.*//' doc/Makefile.in &&
-sedit 's/ install-data-am/ install-imanDATA/' doc/Makefile.in &&
-sedit 's/ install-data-am//' examples/Makefile.in &&
-#sedit 's/ install-data-am//' contrib/Makefile.in &&
-#sedit 's/ install-data-am//' contrib/trytime/Makefile.in &&
-sedit 's/ install-data-am//' Makefile.in
-
-#if [ "$RRDPHP" = "y" ]; then
-# sedit 's/^#define _PHP4_RRDTOOL_H$/#include "config.h"/'
contrib/php4/php_rrdtool.h
-#fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ba9a148250e46d754dac417ba56c50f4fa2fbe8), Vlad Glagolev, 03/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page