Subject: CVS commit: pkgsrc/graphics/graphviz
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 07/28/2003 10:06:53
Module Name:	pkgsrc
Committed By:	seb
Date:		Mon Jul 28 10:06:52 UTC 2003

Modified Files:
	pkgsrc/graphics/graphviz: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/graphics/graphviz/patches: patch-ab patch-ac patch-ad patch-ae
	    patch-ah patch-ai patch-al patch-am patch-ap patch-aq patch-at
	    patch-au patch-az patch-ba

Log Message:
Update to version 1.10.

Changes since version 1.9:
July 9, 2003
        - rerelease 1.10 with ast_common.h fix in -devel rpms
July 3, 2003
        - declare this version 1.10
        - general
            - "mkdir obj;cd obj;../configure;make"   now works (bug #293)
            - "make prefix=xxx"   now works (bug #274)
            - "--with-wish=xxx"   now works (bug #270)
            - remove generated file: ast_common.h from source distributions
            - make GIF support configurable
            - added .cvsignore thoughout source tree to reduce CVS noise
            - FAQ updates
            - documentation updates for gpr
            - improve portability of dotneato-config, but requires libtool now
            - improvements to error processing for library users
        -gd
            - sync with gd-2.0.15
            - optimize line drawing code
        - dot, neato, twopi
            - fix bugs 240,270,274,293,298,303
            - support "peripheries=0" without crashing
            - add support for "dia" output format (-Tdia)
            - espf fixes (use of showpage)
            - svg fixes (coordinates and viewBox)
            - ismap/imap, fixes (quoting of label strings)
            - fix to "point" shape
            - improve (m|c|re)alloc usage
            - improve handling of very-small fonts in bitmap outputs.
            - various fixes for multiple -T -o feature
            - add support for splines to records and ports (neato)
            - various improvements to libpack
            - dot_init_graph and neato_init_graph external for library users
            - cluster improvements (neato)
            - fix support for truecolor
            - normalize splines so that they now always go from tail to head
            - add some simple help text for any unrecognized option
                (e.g. -?  -h  --help)
        - tools
            - extend gpr language to allow access to command-line arguments
            - add sqrt() function to gpr
            - add new tool - gvpack
        - tcldot
            - use .dll extension if on windows
            - doted demo
                - use tcl's file requestor instead of homebrew
                - add zooming controlled by mousewheel
                - support additonal export formats


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/graphviz/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/graphviz/buildlink2.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/graphviz/patches/patch-ab \
    pkgsrc/graphics/graphviz/patches/patch-ae \
    pkgsrc/graphics/graphviz/patches/patch-ai \
    pkgsrc/graphics/graphviz/patches/patch-am \
    pkgsrc/graphics/graphviz/patches/patch-aq \
    pkgsrc/graphics/graphviz/patches/patch-au \
    pkgsrc/graphics/graphviz/patches/patch-ba
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/graphviz/patches/patch-ac
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/graphviz/patches/patch-ad \
    pkgsrc/graphics/graphviz/patches/patch-ah \
    pkgsrc/graphics/graphviz/patches/patch-al \
    pkgsrc/graphics/graphviz/patches/patch-ap \
    pkgsrc/graphics/graphviz/patches/patch-at \
    pkgsrc/graphics/graphviz/patches/patch-az

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.