graphics/graphviz: Updated for version 2.36.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2014-03-28 13:33:22 -05:00 committed by Erik Hanson
parent a4817c984e
commit 7026b51697
3 changed files with 16 additions and 14 deletions

View file

@ -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.

View file

@ -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" \

View file

@ -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=""