summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2014-03-28 13:33:22 -0500
committer Erik Hanson <erik@slackbuilds.org>2014-04-12 13:59:47 -0500
commit7026b51697faa729cd87e96d6ecb570f266023a0 (patch)
tree95cb1ba6dab46a7580fef9bfb2ac4bf557dd7ec1 /graphics
parenta4817c984eb33b8ad06ace78e79c8e54159ac261 (diff)
downloadslackbuilds-7026b51697faa729cd87e96d6ecb570f266023a0.tar.gz
slackbuilds-7026b51697faa729cd87e96d6ecb570f266023a0.tar.xz
graphics/graphviz: Updated for version 2.36.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/README16
-rw-r--r--graphics/graphviz/graphviz.SlackBuild8
-rw-r--r--graphics/graphviz/graphviz.info6
3 files changed, 16 insertions, 14 deletions
diff --git a/graphics/graphviz/README b/graphics/graphviz/README
index 4fefd3e7ec..e56b4b7f69 100644
--- a/graphics/graphviz/README
+++ b/graphics/graphviz/README
@@ -1,8 +1,10 @@
-Graphviz is open source graph visualization software. It has several main
-graph layout programs. It also has web and interactive graphical interfaces,
-and auxiliary tools, libraries, and language bindings.
+Graphviz is open source graph visualization software. It has several
+main graph layout programs. It also has web and interactive graphical
+interfaces, and auxiliary tools, libraries, and language bindings.
-Graph visualization is a way of representing structural information as diagrams
-of abstract graphs and networks. Automatic graph drawing has many important
-applications in software engineering, database and web design, networking, and
-in visual interfaces for many other domains.
+Graph visualization is a way of representing structural information as
+diagrams of abstract graphs and networks. Automatic graph drawing has
+many important applications in software engineering, database and web
+design, networking, and in visual interfaces for many other domains.
+
+gts is an optional dependency.
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild
index 6df1039e79..f456889f67 100644
--- a/graphics/graphviz/graphviz.SlackBuild
+++ b/graphics/graphviz/graphviz.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2007 Robby Workman <rworkman@slackbuilds.org>
# Copyright 2011 Heinz Wiesinger <pprkut@slackbuilds.org>
-# Copyright 2013 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2013-2014 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=graphviz
-VERSION=${VERSION:-2.34.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.36.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -75,7 +75,7 @@ find -L . \
sed -i 's|/php/modules|/php/extensions|' configure
# Fix for php-5.4
-patch -p1 < $CWD/php_5.4_compat.patch
+patch -p1 -i $CWD/php_5.4_compat.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info
index 738747ce95..4b056b7fd1 100644
--- a/graphics/graphviz/graphviz.info
+++ b/graphics/graphviz/graphviz.info
@@ -1,8 +1,8 @@
PRGNAM="graphviz"
-VERSION="2.34.0"
+VERSION="2.36.0"
HOMEPAGE="http://graphviz.org/"
-DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.34.0.tar.gz"
-MD5SUM="a8a54f8abac5bcdafd9a568e85a086d6"
+DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.36.0.tar.gz"
+MD5SUM="1f41664dba0c93109ac8b71216bf2b57"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""