Subject: CVS commit: pkgsrc/graphics/graphviz
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 03/03/2003 13:35:02
Module Name:	pkgsrc
Committed By:	seb
Date:		Mon Mar  3 11:35:02 UTC 2003

Modified Files:
	pkgsrc/graphics/graphviz: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/graphics/graphviz/patches: patch-ac patch-ad patch-ae patch-af
	    patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am
	    patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at
	    patch-au patch-aw patch-ax patch-ay patch-az patch-ba patch-bb
	    patch-bc

Log Message:
Update to 1.9

Package changes:
- Be a specific/verbose about dependencies' includes and libraries
  directories
- Require Xaw type "standard"
- Install complete html documentation
- Add libiconv dependency
- Remove libgd documentation
- Add upcoming libcurl support in comments

Changes since version 1.8.10:
January 23, 2003
	- declare this version 1.9
		(3-level version numbering has been dropped now
		that we have nightly snapshot builds with their
		own extended numbering.)
	- general
	    - config.h is no longer installed.  config.h is generated by
		./configure for the current build only.  It may not be
		applicable for derivative builds.
	    - improve ICONV configure tests
	    - lots of janitor-work to clean up warning messages from -Wall
	    - use @OBJEXT@ in Makefile.am so that .obj is used under cygwin
	    - fixes for Solaris builds
	    - use libpng-config if available
	    - reduce long build times due to touching ast_common.h too often
	    - improve dependency tracking.  "make -j8" now works with distcc
	    - autogen.sh fixes to work on RH7.3, RH8.0, and Solaris.
	    - eliminate use of suffix rules which confused some makes.
	    - DOT language allows '+' for concatenation of quoted strings
	- dot, neato, twopi
	    - fix bugs 209, 210, 214, 216, 217, 222, 224, 225, 229,
			230, 233, 236, 237
	    - update gd into alignment with gd-2.0.9
	    - change to make libagraph output compatible with libgraph input
	    - add shapes: septagon, pentagon, a_ediamond, rect, rectangle
	    - introduce "ND_...", "ED_...", "GD_...", node/edge/graph-data
		accessor macros in partial preparation for use of
		libagraph in dot.
	    - add libdotneato.so, dotneato.h, dotneato-config
		to aid use of dot libraries by user apps based
	        on installed graphviz-devel rpm and without access
		to graphviz sources.
	    - new xdot output format providing detailed drawing instructions
	    - new -y command line flag, inverts y coordinates
	    - support multple -T when -o given, as in:
			cat xxx.dot | dot -Tpng -Tcmap -o xxx
		which produces xxx.png and xxx.cmap from a single
		layout computation.   Intended for use in CGI programs.
	- agraph
	    - correct callback ordering for deletions
	- tools
	    - add gxl2dot and dot2gxl for GXL language conversions
	    - gvui now provides *map output
	- tcldot, tcldgr, tcldgl
	    - improve tcl8.4 support
	    - extend search path for tcl.h to include /usr/local/include/tcl8.4/
		in support of BSD install conventions.
	- dynagraph
	    - many fixes
	    - change to not build dynagraph by default (use --with-dynagraph)
	- docs
	    - dotguide updates


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/graphviz/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/graphviz/buildlink2.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/graphviz/patches/patch-ac
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/graphviz/patches/patch-ad \
    pkgsrc/graphics/graphviz/patches/patch-af \
    pkgsrc/graphics/graphviz/patches/patch-ah \
    pkgsrc/graphics/graphviz/patches/patch-aj \
    pkgsrc/graphics/graphviz/patches/patch-al \
    pkgsrc/graphics/graphviz/patches/patch-an \
    pkgsrc/graphics/graphviz/patches/patch-ap \
    pkgsrc/graphics/graphviz/patches/patch-ar \
    pkgsrc/graphics/graphviz/patches/patch-at \
    pkgsrc/graphics/graphviz/patches/patch-ax \
    pkgsrc/graphics/graphviz/patches/patch-az \
    pkgsrc/graphics/graphviz/patches/patch-bb
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/graphviz/patches/patch-ae \
    pkgsrc/graphics/graphviz/patches/patch-ag \
    pkgsrc/graphics/graphviz/patches/patch-ai \
    pkgsrc/graphics/graphviz/patches/patch-ak \
    pkgsrc/graphics/graphviz/patches/patch-am \
    pkgsrc/graphics/graphviz/patches/patch-ao \
    pkgsrc/graphics/graphviz/patches/patch-aq \
    pkgsrc/graphics/graphviz/patches/patch-as \
    pkgsrc/graphics/graphviz/patches/patch-au \
    pkgsrc/graphics/graphviz/patches/patch-aw \
    pkgsrc/graphics/graphviz/patches/patch-ay \
    pkgsrc/graphics/graphviz/patches/patch-ba \
    pkgsrc/graphics/graphviz/patches/patch-bc

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