diff options
author | seb <seb@pkgsrc.org> | 2004-11-29 22:11:50 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-29 22:11:50 +0000 |
commit | 1c70f097e897411bc10c2ef25d60902e32acf08a (patch) | |
tree | 982339f583e3c6f37c5ecd84cae01d8e80d09e4c /graphics/graphviz/patches/patch-au | |
parent | 1ee3e8905ae8631da1604533dc8459cbcd3758d8 (diff) | |
download | pkgsrc-1c70f097e897411bc10c2ef25d60902e32acf08a.tar.gz |
Update to version 1.16.
Changes since last packaged version (1.12)
September 14, 2004
- release 1.16
dotneato
- fix bugs: 275, 523, 526, 527, 529, 534
August 30, 2004
- release 1.14
dotneato
- the official gd now has support support for GIFs again - the
internal gd is now closely sync'ed with the official version
and will eventually be removed in favor of using a
separate installation of the official version.
- gd has new support for FontConfig (thanks to Dag Lem)
NB. the fontname attribute in graphs is now a font pattern
as understood by fontconfig (e.g. fontname="Times-Italic"),
unless it contains a '/' in which case it is interpreted as
a font path as before.
- gd provides support for html4 entities in decimal, hex or named,
e.g "<"
- "dot -v" debugging output now reports fontname -> fontpath resolutions
- PostScript generated by -Tps now uses "xshow" operator for strings
for better matching of bitmap and PostScript outputs.
- ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL)
- new feature: parallel edges by using a ":" separated list of edge
colors
- new feature: rankdir=BT and rankdir=RL (thanks to Dag Lem)
- new layout engine: fdp - force directed placement (EXPERIMENTAL)
a neato-like undirected layout engine that produces
clustered symmetric layouts.
Supports edges between clusters and nodes.
- updated neato engine: now using stress majorization as the default,
which avoids the potential for cycling
- model=subset in neato provides a third distance function, where
two nodes sharing many nodes will be place farther apart
- shape=none now equivalent to shape=plaintext
- fix label justification with \l and \r
- first cut at <FONT> support added to html labels
- various color transparency fixes
- various fixes for UTF8 and Latin[12] character encodings.
- various cluster fixes.
- improved hyperlink support in -Tsvg
- support tooltips on clusters in client-side imagemaps
gvpr
- add support for scanf and friends
general
- greater use of shared libraries.
- pkg-config files provided for shared libraries (EXPERIMENTAL)
- "./configure --disable-shared --enable-static" works if needed
- C++ wrappers on all header files (thanks to Victor Wodecki)
- various configuration and portablity fixes
- provide pdf version of man pages
- Windows package provides graphviz libraries and header files
- Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411,
412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435,
438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463,
464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499,
500, 501, 504, 508, 511, 512, 514
March 5, 2004
- added glyphwidths.ps support utility
Diffstat (limited to 'graphics/graphviz/patches/patch-au')
-rw-r--r-- | graphics/graphviz/patches/patch-au | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/graphics/graphviz/patches/patch-au b/graphics/graphviz/patches/patch-au index 30c474a5742..3655e246b52 100644 --- a/graphics/graphviz/patches/patch-au +++ b/graphics/graphviz/patches/patch-au @@ -1,28 +1,28 @@ -$NetBSD: patch-au,v 1.7 2004/04/17 16:56:10 seb Exp $ +$NetBSD: patch-au,v 1.8 2004/11/29 22:11:51 seb Exp $ ---- tkspline/demo/Makefile.in.orig 2004-03-02 00:20:41.000000000 +0000 +--- tkspline/demo/Makefile.in.orig 2004-09-14 22:13:32.000000000 +0000 +++ tkspline/demo/Makefile.in -@@ -104,7 +104,6 @@ SOCKET_LIBS = @SOCKET_LIBS@ +@@ -160,7 +160,6 @@ SOCKET_LIBS = @SOCKET_LIBS@ SORT = @SORT@ STRIP = @STRIP@ TCLINT_INCLUDES = @TCLINT_INCLUDES@ -TCLSH = @TCLSH@ - TCLSH_EXEC_PREFIX = @TCLSH_EXEC_PREFIX@ - TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@ - TCL_BUILD_STUB_LIB_PATH = @TCL_BUILD_STUB_LIB_PATH@ -@@ -181,7 +180,6 @@ TK_XINCLUDES = @TK_XINCLUDES@ - TK_XLIBSW = @TK_XLIBSW@ + TCL_CFLAGS = @TCL_CFLAGS@ + TCL_DEFS = @TCL_DEFS@ + TCL_INCLUDES = @TCL_INCLUDES@ +@@ -186,7 +185,6 @@ TK_VERSION = @TK_VERSION@ + TK_XINCLUDES = @TK_XINCLUDES@ TOP_DIR = @TOP_DIR@ VERSION = @VERSION@ -WISH = @WISH@ - XAW_INCLUDES = @XAW_INCLUDES@ - XAW_LIBS = @XAW_LIBS@ - XPM_INCLUDES = @XPM_INCLUDES@ -@@ -199,7 +197,7 @@ install_sh = @install_sh@ - - AUTOMAKE_OPTIONS = 1.4 - --demodir = $(datadir)/@PACKAGE@/demo + WITH_MYLIBGD_FALSE = @WITH_MYLIBGD_FALSE@ + WITH_MYLIBGD_TRUE = @WITH_MYLIBGD_TRUE@ + WITH_TCL_FALSE = @WITH_TCL_FALSE@ +@@ -253,7 +251,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-demodir = $(pkgdatadir)/demo +demodir = $(prefix)/share/examples/@PACKAGE@ @WITH_TK_TRUE@demo_SCRIPTS = spline @WITH_TK_TRUE@demo_DATA = spline.README |