graphics/graphviz: Updated for version 2.30.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2013-02-10 10:25:57 -05:00 committed by dsomero
parent 83bc1fa454
commit 71e1ea83fb
3 changed files with 33 additions and 14 deletions

View File

@ -2,13 +2,32 @@
# Slackware build script for graphviz # Slackware build script for graphviz
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
# Modified by Robby Workman <rworkman@slackbuilds.org> # Copyright 2007 Robby Workman <rworkman@slackbuilds.org>
# Modified by Heinz Wiesinger <pprkut@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 PRGNAM=graphviz
VERSION=${VERSION:-2.28.0} VERSION=${VERSION:-2.30.0}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -69,7 +88,7 @@ make
make install-strip DESTDIR=$PKG make install-strip DESTDIR=$PKG
# Install config file for PHP. # 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 {} \; 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 for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View File

@ -1,8 +1,8 @@
PRGNAM="graphviz" PRGNAM="graphviz"
VERSION="2.28.0" VERSION="2.30.0"
HOMEPAGE="http://graphviz.org/" HOMEPAGE="http://graphviz.org/"
DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz" DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.30.0.tar.gz"
MD5SUM="8d26c1171f30ca3b1dc1b429f7937e58" MD5SUM="967ad0a3d2bf164082e076c4416ede95"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View File

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE: # HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line # The "handy ruler" below makes it easier to edit a package description.
# up the first '|' above the ':' following the base package name, and the '|' # Line up the first '|' above the ':' following the base package name, and
# on the right side marks the last column you can put a character in. You must # the '|' on the right side marks the last column you can put a character in.
# make exactly 11 lines for the formatting to be correct. It's also # You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'. # customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
graphviz: Graphviz (Graph Visualization) graphviz: Graphviz (Graph Visualization)