Skip to Content.
Sympa Menu

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

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 (2c467b0aa7e7b582ce7d7ada35ebb73edaf061b4)
  • Date: Tue, 18 Aug 2009 09:05:01 -0500

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

net/rrdtool/DEPENDS | 15 ++++++++++-----
net/rrdtool/DETAILS | 11 ++++++++---
net/rrdtool/HISTORY | 4 ++++
net/rrdtool/PREPARE | 1 +
4 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit 2c467b0aa7e7b582ce7d7ada35ebb73edaf061b4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rrdtool: => 1.3.8; added 1.2 branch

diff --git a/net/rrdtool/DEPENDS b/net/rrdtool/DEPENDS
index 8cdd85f..947c818 100755
--- a/net/rrdtool/DEPENDS
+++ b/net/rrdtool/DEPENDS
@@ -2,12 +2,17 @@ depends freetype2 &&
depends libxml2 &&
depends libpng &&
depends pango &&
-depends -sub "PDF PS SVG" cairo &&

-optional_depends gettext \
- "--enable-libintl" \
- "--disable-libintl" \
- "for i18n support" &&
+if [[ $RRDTOOL_BRANCH == 1.3 ]]; then
+ depends -sub "PDF PS SVG" cairo &&
+
+ optional_depends gettext \
+ "--enable-libintl" \
+ "--disable-libintl" \
+ "for i18n support"
+else
+ depends libart_lgpl
+fi &&

optional_depends perl \
"--enable-perl-site-install" \
diff --git a/net/rrdtool/DETAILS b/net/rrdtool/DETAILS
index b6d35c4..452d9c9 100755
--- a/net/rrdtool/DETAILS
+++ b/net/rrdtool/DETAILS
@@ -1,9 +1,14 @@
SPELL=rrdtool
- VERSION=1.3.7
+if [[ $RRDTOOL_BRANCH == 1.3 ]]; then
+ VERSION=1.3.8
+
SOURCE_HASH=sha512:351653f21070cee0941c6b11fc2cb1f25d8ab9efd2744eae8fc5f03ce87fab7d3f0d9dd1ac169664f53495182428dff167259f6ada84e28938517039bb2e5f98
+else
+ VERSION=1.2.30
+
SOURCE_HASH=sha512:a28221d1e9ce95b3b3bec20458ab8c8606beddc5e1f710b9d1b144314416bb6db9dc7479c952d30f4194a4adbedbafb18e8c0701fa73b14a0185603db81924ae
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-SOURCE_URL[0]=http://oss.oetiker.ch/rrdtool/pub/$SOURCE
-
SOURCE_HASH=sha512:6290fff5f1e90d4bbaf906c88a112c9c9fe6989bb7bb3342cfe8b2afce0452292baa8f0ef9e2280b3f00fd4589d607302feae6d928503e794b2cc0750d2be9da
+ SOURCE_URL[0]=http://oss.oetiker.ch/rrdtool/pub/$SOURCE
WEB_SITE=http://oss.oetiker.ch/rrdtool/
ENTERED=20020210
KEYWORDS="net"
diff --git a/net/rrdtool/HISTORY b/net/rrdtool/HISTORY
index 682ddbe..8c21882 100644
--- a/net/rrdtool/HISTORY
+++ b/net/rrdtool/HISTORY
@@ -1,3 +1,7 @@
+2009-08-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.8; added multiple branches
+ * PREPARE: added BRANCH-selection
+
2009-04-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.7

diff --git a/net/rrdtool/PREPARE b/net/rrdtool/PREPARE
new file mode 100755
index 0000000..14b3317
--- /dev/null
+++ b/net/rrdtool/PREPARE
@@ -0,0 +1 @@
+config_query_list RRDTOOL_BRANCH "which branch?" 1.3 1.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2c467b0aa7e7b582ce7d7ada35ebb73edaf061b4), Vlad Glagolev, 08/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page