Subject: CVS commit: pkgsrc/graphics/graphviz
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 04/17/2004 16:56:10
Module Name: pkgsrc
Committed By: seb
Date: Sat Apr 17 16:56:10 UTC 2004
Modified Files:
pkgsrc/graphics/graphviz: Makefile PLIST distinfo
pkgsrc/graphics/graphviz/patches: patch-ab 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
Added Files:
pkgsrc/graphics/graphviz: buildlink3.mk
Log Message:
Update to version 1.12
Package changes:
- bl3ify
- provide a buildlinl3.mk
- no more conflicting with package coreutils
Changes in graphviz since last packaged version:
March 1, 2004
- release 1.12
- general
- rename bcc -> bcomps to avoid name conflict with "Bruce's C Compiler"
on Redhat distributions.
- all build without X11 (fix problem in lefty tree)
- remove from distribution:
dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl
- dotneato
- fix "brown-bag" problem resulting in PNG and JPEG errors on RH8 and RH9.
February 23, 2004
- release 1.11
- general
- fix windows builds
- add tool "bcc" to distribution
- dotneato
- add -Gviewport="X,Y,Z,x,y" where XY are the dimensions of a viewport
in device coordinates (pixels), Z is a zooming factor, x,y is the
location of the center of the viewport in graph coordinates.
Supported in bitmap and imagemap outputs only.
- fix memory leak in gd/gdft.c
- clean up calculation of whitespace around labels
- dotty, lefty
- fix for bug #400
December 23, 2003
- added dijkstra (single source distance) filter
September 10, 2003
- general
- removed CVS directories from .tar.gz distributions
- add "config" directory to contain some of the autoconf clutter
- only remove flex products with "make maintainer-clean" to
avoid trying to regenerate them after "make distclean"
basically this is to avoid the broken flex on Debian.
- suppress complaints from ./configure about config.rpath
- doc/build.html updated with notes about Windows builds
- build fixes for Forte 6sp2 compiler on Sun -xarch=v9a (64bit)
- build fixes for OpenBSD
- improved configure testing for Tcl/Tk
- various bug fixes, internal restructuring, etc
- dotneato
- fix problem with extra escape chars in .fig output
- support for "setlinewidth" in -Tfig
- improved splines in -Tfig
- add manpage for dotneato-config
- neato: add defaultdist graph attribute to set distance
between components
- first cut at html table formatter add. not ready for use yet
as the syntax is going to change some more.
- tools
- renamed "colorize" to "gvcolor" to avoid conflict on Debian
- renamed "gpr" to "gvpr" to avoid conflict on Debian
- add fflush() to acyclic, ccomps, gvcolor, tred, dot2gxl
to try to fix truncated output when used in php or perl cgi scripts
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/graphviz/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/graphics/graphviz/buildlink3.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -r1.6 -r1.7 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
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/graphviz/patches/patch-ac
cvs rdiff -r1.4 -r1.5 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
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/graphviz/patches/patch-af \
pkgsrc/graphics/graphviz/patches/patch-aj \
pkgsrc/graphics/graphviz/patches/patch-an \
pkgsrc/graphics/graphviz/patches/patch-ar
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/graphviz/patches/patch-ag \
pkgsrc/graphics/graphviz/patches/patch-ak \
pkgsrc/graphics/graphviz/patches/patch-ao \
pkgsrc/graphics/graphviz/patches/patch-as
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.