diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-02-10 10:25:57 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-02-10 10:25:57 -0500 |
commit | 71e1ea83fb373e8ace0aa0ea8bebb15274afbe33 (patch) | |
tree | 88b029705cfcd0d862574130963ea30d9e8c1250 /graphics | |
parent | 83bc1fa454ade876b1a06720aa5b0b65a0f0e0c8 (diff) |
graphics/graphviz: Updated for version 2.30.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/graphviz.SlackBuild | 31 | ||||
-rw-r--r-- | graphics/graphviz/graphviz.info | 6 | ||||
-rw-r--r-- | graphics/graphviz/slack-desc | 10 |
3 files changed, 33 insertions, 14 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild index 82469e34d7b3..ce2a58c4f61d 100644 --- a/graphics/graphviz/graphviz.SlackBuild +++ b/graphics/graphviz/graphviz.SlackBuild @@ -2,13 +2,32 @@ # Slackware build script for graphviz -# Written by Audrius Kažukauskas <audrius@neutrino.lt> -# Modified by Robby Workman <rworkman@slackbuilds.org> -# Modified by Heinz Wiesinger <pprkut@slackbuilds.org> + +# Copyright 2007 Robby Workman <rworkman@slackbuilds.org> +# Copyright 2011 Heinz Wiesinger <pprkut@slackbuilds.org> +# Copyright 2013 Audrius Kažukauskas <audrius@neutrino.lt> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=graphviz -VERSION=${VERSION:-2.28.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.30.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,7 +88,7 @@ make make install-strip DESTDIR=$PKG # Install config file for PHP. -install -D -m 644 $CWD/graphviz.ini $PKG/etc/php/graphviz.ini.new +install -D -m 0644 $CWD/graphviz.ini $PKG/etc/php/graphviz.ini.new find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info index a90ee2fff1b4..0bc0d07cb533 100644 --- a/graphics/graphviz/graphviz.info +++ b/graphics/graphviz/graphviz.info @@ -1,8 +1,8 @@ PRGNAM="graphviz" -VERSION="2.28.0" +VERSION="2.30.0" HOMEPAGE="http://graphviz.org/" -DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz" -MD5SUM="8d26c1171f30ca3b1dc1b429f7937e58" +DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.30.0.tar.gz" +MD5SUM="967ad0a3d2bf164082e076c4416ede95" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/graphics/graphviz/slack-desc b/graphics/graphviz/slack-desc index 5f68f801cf9f..a3f89fb35fff 100644 --- a/graphics/graphviz/slack-desc +++ b/graphics/graphviz/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| graphviz: Graphviz (Graph Visualization) |