diff options
author | seb <seb> | 2003-07-28 12:34:02 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-28 12:34:02 +0000 |
commit | d4d76b9834904686893b90277f45c7970aa3aa7e (patch) | |
tree | b777c8b2ad0c79e06c97e8e427ad3b4ce9db658c /graphics/p5-GraphViz | |
parent | 41c57404583d2cadbae7a0b81c3974a6902e9889 (diff) | |
download | pkgsrc-d4d76b9834904686893b90277f45c7970aa3aa7e.tar.gz |
Update to version 1.8
Changes since version 1.5:
1.8 Sun Feb 23 09:15:14 GMT 2003
- support for client-side image maps by Dan Boorstein
1.7 Sun Jan 19 21:55:14 GMT 2003
- quote bgcolor so that HSV works
1.6 Sat Jan 18 15:47:26 GMT 2003
- moved tests to Test::More
- new test which checks if graphviz is installed
- new 'layout' graph attribute to support twopi - you
may have to change your programs!
- new bgcolor graph attribute (idea by Scott Murman)
- labels named "graph" now work
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index d8a8451ea58..cec83118e1f 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:42:04 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/28 12:34:02 seb Exp $ # -DISTNAME= GraphViz-1.5 +DISTNAME= GraphViz-1.8 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/} @@ -13,7 +12,8 @@ COMMENT= Perl interface to the Graphviz tools set DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier -BUILDLINK_DEPENDS.graphviz= graphviz>=1.8.5 +DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier +DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple USE_BUILDLINK2= yes USE_X11= yes diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo index 4965b566267..2d4b488e0be 100644 --- a/graphics/p5-GraphViz/distinfo +++ b/graphics/p5-GraphViz/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $ +$NetBSD: distinfo,v 1.2 2003/07/28 12:34:02 seb Exp $ -SHA1 (GraphViz-1.5.tar.gz) = 3b608c4f23aded7211da44ddb5b3ef7ec57438e2 -Size (GraphViz-1.5.tar.gz) = 113053 bytes +SHA1 (GraphViz-1.8.tar.gz) = a84da0cb7181ae9fdc3c2721462ff5c7ea0e582c +Size (GraphViz-1.8.tar.gz) = 113418 bytes |