pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/graphviz pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d242f2ebac2
branches:  trunk
changeset: 555267:8d242f2ebac2
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Feb 26 19:45:14 2009 +0000

description:
pkgsrc changes:

- update to 2.20.3

Upstream changes:

October 7, 2008
        - Release 2.20.1
        - Security fix for stack overflow problem in the graph parser reported by IBM
June 25, 2008
        - Release 2.20.2
        - Fix bug in HTML-like labels
June 23, 2008
        - Release 2.20.1
        - Fix bug in ccomps related to conversion to cgraph
June 20, 2008
        - Release 2.20.0
        - Preparing for Release 2.20
        - Fixed bugs: 1315, 1317, 1324, 1336, 1343, 1364
        - Add new "folder" shape for nodes.
        - Migration of gvpr tools to libcgraph.
        - New output format -Teps  (encapsulated postscript)
        - Various NetBSD and SuSE fixes incorporated
        - ./configure now provides a summary
        - RPM specfile updates for fedora-10 (no more string comparisons)
        - Add MacOS support (Glen Low)
March 10, 2008
        - Release 2.18
        - Fixed bugs: 1249, 1255, 1256, 1268, 1276, 1289, 1295, 1300,
                Fedora BZ#247376,
        - in -Tps use a new number formatter that suppresses trailing 0.
        - support tcl/tk-8.5
        - support gcc-4.3
        - support for node usershapes/images in svg format (thanks Alex Poylisher)
        - install: perl, php, python, ruby, tcl, bindings in language-specified directories
        - add arrowhead scaling with edge penwidth
        - add "folder" node shape (thanks Pander)
        - many windows and mac fixes (thanks Glen)
        - add "smyna" large graph view (thanks Arif) (not yet included in binary distros)

diffstat:

 graphics/graphviz/Makefile         |   19 +--
 graphics/graphviz/PLIST            |  209 ++++++++++++++++++++----------------
 graphics/graphviz/buildlink3.mk    |    4 +-
 graphics/graphviz/distinfo         |   35 +----
 graphics/graphviz/options.mk       |   37 +++++-
 graphics/graphviz/patches/patch-aa |   68 ++++++++---
 graphics/graphviz/patches/patch-ab |   69 ++++++++---
 graphics/graphviz/patches/patch-ac |   20 ---
 graphics/graphviz/patches/patch-ad |   24 ----
 graphics/graphviz/patches/patch-ae |   13 --
 graphics/graphviz/patches/patch-af |   13 --
 graphics/graphviz/patches/patch-ag |   12 +-
 graphics/graphviz/patches/patch-ah |   15 --
 graphics/graphviz/patches/patch-ai |   15 --
 graphics/graphviz/patches/patch-aj |   23 ++-
 graphics/graphviz/patches/patch-ak |   29 ++--
 graphics/graphviz/patches/patch-al |   16 --
 graphics/graphviz/patches/patch-am |   16 --
 graphics/graphviz/patches/patch-an |   16 --
 graphics/graphviz/patches/patch-ao |   17 ---
 graphics/graphviz/patches/patch-ap |   43 +++++-
 graphics/graphviz/patches/patch-aq |   14 --
 graphics/graphviz/patches/patch-ar |   21 ---
 graphics/graphviz/patches/patch-as |   26 ----
 graphics/graphviz/patches/patch-at |   25 ----
 graphics/graphviz/patches/patch-au |   24 ----
 26 files changed, 330 insertions(+), 493 deletions(-)

diffs (truncated from 1172 to 300 lines):

diff -r 7efe4bec3d07 -r 8d242f2ebac2 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Thu Feb 26 19:33:49 2009 +0000
+++ b/graphics/graphviz/Makefile        Thu Feb 26 19:45:14 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2008/11/10 17:21:36 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2009/02/26 19:45:14 sno Exp $
 
-DISTNAME=      graphviz-2.16.1
-PKGREVISION=   4
+DISTNAME=      graphviz-2.20.3
 CATEGORIES=    graphics
-MASTER_SITES=  http://www.graphviz.org/pub/graphviz/ARCHIVE/
+MASTER_SITES=  http://www.graphviz.org/pub/graphviz/stable/SOURCES/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.graphviz.org/
@@ -26,12 +25,11 @@
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --disable-ruby
 CONFIGURE_ARGS+=       --disable-sharp
-CONFIGURE_ENV+=                X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}
 # build fails when PHP and/or Ruby are also installed
 CONFIGURE_ENV+=                ac_cv_prog_PHP=
 CONFIGURE_ENV+=                ac_cv_prog_RUBY=
 CPPFLAGS+=             -DNO_POSTSCRIPT_ALIAS=1
-PKGCONFIG_OVERRIDE=    lib/agraph/libagraph.pc.in
+PKGCONFIG_OVERRIDE=            lib/agraph/libagraph.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cdt/libcdt.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cgraph/libcgraph.pc.in
 PKGCONFIG_OVERRIDE+=   lib/expr/libexpr.pc.in
@@ -57,12 +55,9 @@
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libltdl/convenience.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/gd/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+#.include "../../graphics/jpeg/buildlink3.mk"
+#.include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
-.include "../../mk/xaw.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7efe4bec3d07 -r 8d242f2ebac2 graphics/graphviz/PLIST
--- a/graphics/graphviz/PLIST   Thu Feb 26 19:33:49 2009 +0000
+++ b/graphics/graphviz/PLIST   Thu Feb 26 19:45:14 2009 +0000
@@ -1,27 +1,20 @@
-@comment $NetBSD: PLIST,v 1.25 2008/11/15 01:28:41 epg Exp $
 bin/acyclic
 bin/bcomps
 bin/ccomps
-bin/circo
-bin/diffimg
 bin/dijkstra
 bin/dot
-bin/dot2gxl
 bin/dotty
-bin/fdp
 bin/gc
 bin/gvcolor
 bin/gvpack
 bin/gvpr
 bin/gxl2dot
-bin/lefty
+${PLIST.x11}bin/lefty
 bin/lneato
-bin/neato
 bin/nop
 bin/prune
 bin/sccmap
 bin/tred
-bin/twopi
 bin/unflatten
 include/graphviz/agraph.h
 include/graphviz/arith.h
@@ -51,79 +44,60 @@
 include/graphviz/textpara.h
 include/graphviz/types.h
 include/graphviz/usershape.h
+lib/graphviz/config
+lib/graphviz/libgvplugin_core.a
 lib/graphviz/libgvplugin_core.la
+lib/graphviz/libgvplugin_core.so.5
+lib/graphviz/libgvplugin_dot_layout.a
 lib/graphviz/libgvplugin_dot_layout.la
+lib/graphviz/libgvplugin_dot_layout.so.5
+lib/graphviz/libgvplugin_gd.a
 lib/graphviz/libgvplugin_gd.la
-${PLIST.gtk}lib/graphviz/libgvplugin_gdk_pixbuf.la
-${PLIST.gtk}lib/graphviz/libgvplugin_gtk.la
-${PLIST.guile}lib/graphviz/guile/libgv_guile.la
+lib/graphviz/libgvplugin_gd.so.5
+lib/graphviz/libgvplugin_neato_layout.a
 lib/graphviz/libgvplugin_neato_layout.la
-lib/graphviz/libgvplugin_pango.la
-lib/graphviz/libgvplugin_xlib.la
-lib/graphviz/lua/gv.so
-${PLIST.lua}lib/graphviz/lua/libgv_lua.la
-${PLIST.ocaml}lib/graphviz/ocaml/META.gv
-${PLIST.ocaml}lib/graphviz/ocaml/gv.a
-${PLIST.ocaml}lib/graphviz/ocaml/gv.cma
-${PLIST.ocaml}lib/graphviz/ocaml/gv.cmi
-${PLIST.ocaml}lib/graphviz/ocaml/gv.cmo
-${PLIST.ocaml}lib/graphviz/ocaml/gv.cmx
-${PLIST.ocaml}lib/graphviz/ocaml/gv.cmxa
-${PLIST.ocaml}lib/graphviz/ocaml/gv.mli
-${PLIST.ocaml}lib/graphviz/ocaml/libgv_ocaml.a
-${PLIST.ocaml}lib/graphviz/ocaml/libgv_ocaml.la
-${PLIST.ocaml}lib/graphviz/ocaml/libgv_ocaml.so
-lib/graphviz/perl/gv.so
-lib/graphviz/pkgIndex.tcl
-lib/graphviz/python/_gv.so
-lib/graphviz/python23/_gv.so
-lib/graphviz/python24/_gv.so
-lib/graphviz/python25/_gv.so
-lib/graphviz/r/gv.so
-lib/graphviz/ruby/gv.so
-lib/graphviz/tcl/gv.so
-${PLIST.tcl}lib/graphviz/tcl/libgdtclft.la
-${PLIST.tcl}lib/graphviz/tcl/libgv_tcl.la
-${PLIST.tcl}lib/graphviz/tcl/libtcldot.la
-${PLIST.tcl}lib/graphviz/tcl/libtcldot_builtin.la
-${PLIST.tcl}lib/graphviz/tcl/libtclplan.la
-${PLIST.tcl}lib/graphviz/tcl/libtkspline.la
+lib/graphviz/libgvplugin_neato_layout.so.5
+lib/libagraph.a
 lib/libagraph.la
+lib/libagraph.so.4
+lib/libcdt.a
 lib/libcdt.la
+lib/libcdt.so.4
+lib/libcgraph.a
 lib/libcgraph.la
+lib/libcgraph.so.4
+lib/libgraph.a
 lib/libgraph.la
+lib/libgraph.so.4
+lib/libgvc.a
 lib/libgvc.la
-lib/libgvc_builtins.la
+lib/libgvc.so.4
+lib/libpathplan.a
 lib/libpathplan.la
+lib/libpathplan.so.4
 lib/pkgconfig/libagraph.pc
 lib/pkgconfig/libcdt.pc
 lib/pkgconfig/libcgraph.pc
 lib/pkgconfig/libgraph.pc
 lib/pkgconfig/libgvc.pc
-lib/pkgconfig/libgvc_builtins.pc
 lib/pkgconfig/libpathplan.pc
 man/man1/acyclic.1
 man/man1/bcomps.1
 man/man1/ccomps.1
-man/man1/circo.1
 man/man1/dijkstra.1
 man/man1/dot.1
-man/man1/dot2gxl.1
 man/man1/dotty.1
-man/man1/fdp.1
 man/man1/gc.1
 man/man1/gvcolor.1
 man/man1/gvpack.1
 man/man1/gvpr.1
 man/man1/gxl2dot.1
-man/man1/lefty.1
+${PLIST.x11}man/man1/lefty.1
 man/man1/lneato.1
-man/man1/neato.1
 man/man1/nop.1
 man/man1/prune.1
 man/man1/sccmap.1
 man/man1/tred.1
-man/man1/twopi.1
 man/man1/unflatten.1
 man/man3/agraph.3
 man/man3/cdt.3
@@ -132,42 +106,13 @@
 man/man3/gvc.3
 man/man3/pathplan.3
 man/man7/graphviz.7
-${PLIST.guile}man/mann/gv_guile.n
-${PLIST.lua}man/mann/gv_lua.n
-${PLIST.ocaml}man/mann/gv_ocaml.n
-${PLIST.tcl}man/mann/gdtclft.n
-${PLIST.tcl}man/mann/gv_tcl.n
-${PLIST.tcl}man/mann/tcldot.n
-${PLIST.tcl}man/mann/tkspline.n
-${PLIST.tcl}share/graphviz/demo/doted
-${PLIST.tcl}share/graphviz/demo/doted.README
-${PLIST.tcl}share/graphviz/demo/entities
-${PLIST.tcl}share/graphviz/demo/entities.README
-${PLIST.tcl}share/graphviz/demo/entities.html
-${PLIST.tcl}share/graphviz/demo/gcat
-${PLIST.tcl}share/graphviz/demo/gcat.README
-${PLIST.tcl}share/graphviz/demo/pathplan
-${PLIST.tcl}share/graphviz/demo/pathplan.README
-${PLIST.tcl}share/graphviz/demo/pathplan_data/boxes.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/dpd.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/funny.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/maze.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/nested.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/northo.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/obs.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/other.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/paths.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/rotor.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/u.dat
-${PLIST.tcl}share/graphviz/demo/pathplan_data/unknown.dat
-${PLIST.tcl}share/graphviz/demo/spline
-${PLIST.tcl}share/graphviz/demo/spline.README
 share/graphviz/doc/AUTHORS
 share/graphviz/doc/COPYING
 share/graphviz/doc/ChangeLog
 share/graphviz/doc/Dot.ref
 share/graphviz/doc/NEWS
 share/graphviz/doc/cpl1.0.txt
+share/graphviz/doc/fontfaq.txt
 share/graphviz/doc/html/FAQ.html
 share/graphviz/doc/html/build.html
 share/graphviz/doc/html/index.html
@@ -235,9 +180,12 @@
 share/graphviz/doc/html/info/back.gif
 share/graphviz/doc/html/info/both.gif
 share/graphviz/doc/html/info/box.gif
+share/graphviz/doc/html/info/box3d.gif
 share/graphviz/doc/html/info/circle.gif
+share/graphviz/doc/html/info/colorlist.gif
 share/graphviz/doc/html/info/colors.html
 share/graphviz/doc/html/info/command.html
+share/graphviz/doc/html/info/component.gif
 share/graphviz/doc/html/info/constraint.gif
 share/graphviz/doc/html/info/diamond.gif
 share/graphviz/doc/html/info/doublecircle.gif
@@ -245,6 +193,7 @@
 share/graphviz/doc/html/info/egg.gif
 share/graphviz/doc/html/info/ellipse.gif
 share/graphviz/doc/html/info/fill.gif
+share/graphviz/doc/html/info/folder.gif
 share/graphviz/doc/html/info/forward.gif
 share/graphviz/doc/html/info/grammar.html
 share/graphviz/doc/html/info/hexagon.gif
@@ -261,6 +210,7 @@
 share/graphviz/doc/html/info/mrecord.gif
 share/graphviz/doc/html/info/nohead.gif
 share/graphviz/doc/html/info/none.gif
+share/graphviz/doc/html/info/note.gif
 share/graphviz/doc/html/info/octagon.gif
 share/graphviz/doc/html/info/output.html
 share/graphviz/doc/html/info/parallelogram.gif
@@ -272,14 +222,13 @@
 share/graphviz/doc/html/info/rect.gif
 share/graphviz/doc/html/info/rectangle.gif
 share/graphviz/doc/html/info/round.gif
-share/graphviz/doc/html/info/sdlshapes.jpg
 share/graphviz/doc/html/info/septagon.gif
 share/graphviz/doc/html/info/shapes.html
+share/graphviz/doc/html/info/tab.gif
 share/graphviz/doc/html/info/trapezium.gif
 share/graphviz/doc/html/info/triangle.gif
 share/graphviz/doc/html/info/tripleoctagon.gif
 share/graphviz/doc/html/pspdf.png
-${PLIST.tcl}share/graphviz/doc/html/tcldot.html
 share/graphviz/doc/html/winbuild.html
 share/graphviz/doc/latex_suggestions.txt
 share/graphviz/doc/pdf/acyclic.pdf
@@ -288,35 +237,26 @@
 share/graphviz/doc/pdf/ccomps.pdf
 share/graphviz/doc/pdf/cdt.pdf
 share/graphviz/doc/pdf/cgraph.pdf
-share/graphviz/doc/pdf/circo.pdf
 share/graphviz/doc/pdf/dijkstra.pdf
 share/graphviz/doc/pdf/dot.pdf
-share/graphviz/doc/pdf/dot2gxl.pdf
 share/graphviz/doc/pdf/dotguide.pdf
 share/graphviz/doc/pdf/dotty.pdf
 share/graphviz/doc/pdf/dottyguide.pdf
-share/graphviz/doc/pdf/fdp.pdf
 share/graphviz/doc/pdf/gc.pdf
-${PLIST.tcl}share/graphviz/doc/pdf/gdtclft.pdf
 share/graphviz/doc/pdf/graph.pdf
 share/graphviz/doc/pdf/gvc.pdf
 share/graphviz/doc/pdf/gvcolor.pdf
 share/graphviz/doc/pdf/gvpack.pdf
 share/graphviz/doc/pdf/gvpr.pdf
 share/graphviz/doc/pdf/gxl2dot.pdf
-share/graphviz/doc/pdf/lefty.pdf
 share/graphviz/doc/pdf/leftyguide.pdf
 share/graphviz/doc/pdf/lneato.pdf
-share/graphviz/doc/pdf/neato.pdf
 share/graphviz/doc/pdf/neatoguide.pdf
 share/graphviz/doc/pdf/nop.pdf
 share/graphviz/doc/pdf/pathplan.pdf
 share/graphviz/doc/pdf/prune.pdf
 share/graphviz/doc/pdf/sccmap.pdf
-${PLIST.tcl}share/graphviz/doc/pdf/tcldot.pdf
-${PLIST.tcl}share/graphviz/doc/pdf/tkspline.pdf



Home | Main Index | Thread Index | Old Index