The NetBSD Project

CVS log for pkgsrc/graphics/graphviz/buildlink3.mk

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / graphviz

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:36 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 17 15:46:21 2010 UTC (18 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Update graphviz to 2.26.3.

pkgsrc changes: fix a bit of pkglint. Todo: add an option to enable smyrna.
Upstream changelog:

January 26, 2010
        - Release 2.26.3
        - libcgraph.so   version bumped from 4 to 5 due to API changes
        - Allow ranksep to specify multiple radial differences in twopi
        - Allow the user to specify all pairwise distances in neato with
        - Fixed bugs: 1280, 1409, 1567, 1583, 1624, 1631, 1655, 1708, 1709,
            1727, 1784, 1792, 1798, 1800, 1813, 1814, 1830, 1831, 1833, 1836,
            1839

December 10, 2009
        - Release 2.26.0
        - Core features:
            - added: "smyrna" - a new opengl-based viewer for large graphs
            - added: rudimentary "gml2gv", "gv2gml" converters
            - extended support for various image formats in node images
            - removed vestiges of codegens, now all putput formats supported
              through plugins.  Dropped some output formats for which
              plugins have not been developed: -Tdia, -Tmif
            - gvpr converted to a library; additional array handling and
              text processing functions added; language extended to allow
              multiple BEG_G/N/E blocks.
            - allow background images specified via xdot
        - Fixed bugs:
            1683, 1713, 1718, 1720, 1738, 1747, 1759, 1770, 1776, 1786,
            1799, 1816, 1827

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:40 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.16: +6 -13 lines
Diff to previous 1.16 (colored)

Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 6 07:36:34 2009 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -4 lines
Diff to previous 1.15 (colored)

Include fontconfig instead of jpeg and png (which were removed from
Makefile). Unbreaks e.g. doxygen build.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Feb 26 19:45:14 2009 UTC (3 years, 2 months ago) by sno
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

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)

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 6 18:56:52 2008 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +1 -4 lines
Diff to previous 1.13 (colored)

Changes 2.16.1:
- Fixed bugs
- Improvements to PHP binding
- Improvements to OCAML binding
- Make regression tests run from the build tree, rather than require
  installation
- Repair freetype detection on RedHat-7 (Yes, people still use it!!)
- Fix zoom-at-mouse-location in -Txlib and -Tgtk
- Fix some dotty regressions

Changes 2.16:
- Fixed bugs
- new regression test suite
- new cgraph library (will eventually replace graph and agraph)
- add "image" and "imagescale" for simpler support for images in nodes
- add "tab" "box3d" and "component" shapes
- replace arith.h in distro
- add functions to access version info to avoid need for gvcint.h
- Fix problem with irregular character spacing at 96dpi in pango/cairo output
  formats.
- Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif
- Add DevIL plugin providing: .bmp .jpg .png .tif .tga
- Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2
  .wbmp  <- gifs are now antialiased
- Rework plugin framework to separate device from renderer, and to autoload
  load dependendent plugins
- show defaults in output from: ./configure --help
- add more info to dot -v  and dot -v2 debug outputs
- various issues with CR/LF in windows, but not in binary outputs.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 8 11:29:47 2007 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.12: +7 -10 lines
Diff to previous 1.12 (colored)

Changes 2.12:
- Bug fix release for 2.10
- The gd plugin for font handlers was not being used at all if the build
  did not use fontconfig, e.g., on Windows. In addition, the code had
  dropped the name mapping to Windows font names.
- PostScript output had an extraneous '%' character on the first line,
  which would cause printing to fail.
- Text handling, during both sizing and layout, incorrectly handled
  empty lines such as label="\nabc".
- HTML-like tables had been changed to use too much vertical space,
  to possibly use the wrong font in calculating the height of a line,
  and to use the wrong offset when moving the baseline from one line to
  the next.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jul 16 15:02:43 2006 UTC (5 years, 10 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.11: +4 -2 lines
Diff to previous 1.11 (colored)

As per Makefile revision 1.49 comment out inclusion
of graphics/gd/buildlink3.mk.

This fix the build of packages including
graphics/graphviz/buildlink3.mk

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 8 23:10:51 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:18 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 17 13:45:58 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:17 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:02 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:32 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:15 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Sun Oct 30 21:45:45 2005 UTC (6 years, 6 months ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pullup ticket 866 - requested by Min Sik Kim
security update for graphviz

Revisions pulled up:
- pkgsrc/graphics/graphviz/MESSAGE		1.4
- pkgsrc/graphics/graphviz/Makefile		1.40, 1.41
- pkgsrc/graphics/graphviz/PLIST		1.12
- pkgsrc/graphics/graphviz/buildlink3.mk	1.4
- pkgsrc/graphics/graphviz/distinfo		1.17
- pkgsrc/graphics/graphviz/patches/patch-ab	removed
- pkgsrc/graphics/graphviz/patches/patch-ac	removed
- pkgsrc/graphics/graphviz/patches/patch-ad	removed
- pkgsrc/graphics/graphviz/patches/patch-ae	removed
- pkgsrc/graphics/graphviz/patches/patch-af	removed
- pkgsrc/graphics/graphviz/patches/patch-ag	removed
- pkgsrc/graphics/graphviz/patches/patch-ah	removed
- pkgsrc/graphics/graphviz/patches/patch-ai	removed
- pkgsrc/graphics/graphviz/patches/patch-aj	removed
- pkgsrc/graphics/graphviz/patches/patch-ak	removed
- pkgsrc/graphics/graphviz/patches/patch-al	removed
- pkgsrc/graphics/graphviz/patches/patch-am	removed
- pkgsrc/graphics/graphviz/patches/patch-an	removed
- pkgsrc/graphics/graphviz/patches/patch-ao	removed
- pkgsrc/graphics/graphviz/patches/patch-ap	removed
- pkgsrc/graphics/graphviz/patches/patch-aq	removed
- pkgsrc/graphics/graphviz/patches/patch-ar	removed
- pkgsrc/graphics/graphviz/patches/patch-as	removed
- pkgsrc/graphics/graphviz/patches/patch-at	removed
- pkgsrc/graphics/graphviz/patches/patch-au	removed
- pkgsrc/graphics/graphviz/patches/patch-av	removed
- pkgsrc/graphics/graphviz/patches/patch-aw	removed
- pkgsrc/graphics/graphviz/patches/patch-ax	removed
- pkgsrc/graphics/graphviz/patches/patch-ay	removed
- pkgsrc/graphics/graphviz/patches/patch-az	removed
- pkgsrc/graphics/graphviz/patches/patch-ba	removed
- pkgsrc/graphics/graphviz/patches/patch-bb	removed
- pkgsrc/graphics/graphviz/patches/patch-bc	removed
- pkgsrc/graphics/graphviz/patches/patch-bd	removed
- pkgsrc/graphics/graphviz/patches/patch-be	removed
- pkgsrc/graphics/graphviz/patches/patch-bf	removed
- pkgsrc/graphics/graphviz/patches/patch-bg	removed
- pkgsrc/graphics/graphviz/patches/patch-bh	removed
- pkgsrc/graphics/graphviz/patches/patch-bi	removed
- pkgsrc/graphics/graphviz/patches/patch-bj	removed
- pkgsrc/graphics/graphviz/patches/patch-bk	removed
- pkgsrc/graphics/graphviz/patches/patch-bl	removed
- pkgsrc/graphics/graphviz/patches/patch-bm	removed
- pkgsrc/graphics/graphviz/patches/patch-bn	removed
- pkgsrc/graphics/graphviz/patches/patch-bo	removed
- pkgsrc/graphics/graphviz/patches/patch-bp	removed
- pkgsrc/graphics/graphviz/patches/patch-bq	removed
- pkgsrc/graphics/graphviz/patches/patch-br	removed
- pkgsrc/graphics/graphviz/patches/patch-bs	removed
- pkgsrc/graphics/graphviz/patches/patch-bt	removed
- pkgsrc/graphics/graphviz/patches/patch-bu	removed
- pkgsrc/graphics/graphviz/patches/patch-bv	removed
- pkgsrc/graphics/graphviz/patches/patch-bw	removed
- pkgsrc/graphics/graphviz/patches/patch-bx	removed
- pkgsrc/graphics/graphviz/patches/patch-by	removed
- pkgsrc/graphics/graphviz/patches/patch-bz	removed
- pkgsrc/graphics/graphviz/patches/patch-ca	removed
- pkgsrc/graphics/graphviz/patches/patch-cb	removed
- pkgsrc/graphics/graphviz/patches/patch-cc	removed
- pkgsrc/graphics/graphviz/patches/patch-cd	removed
- pkgsrc/graphics/graphviz/patches/patch-ce	removed
- pkgsrc/graphics/graphviz/patches/patch-cf	removed
- pkgsrc/graphics/graphviz/patches/patch-cg	removed
- pkgsrc/graphics/graphviz/patches/patch-ch	removed
- pkgsrc/graphics/graphviz/patches/patch-ci	removed
- pkgsrc/graphics/graphviz/patches/patch-cj	removed
- pkgsrc/graphics/graphviz/patches/patch-ck	removed
- pkgsrc/graphics/graphviz/patches/patch-cl	removed
- pkgsrc/graphics/graphviz/patches/patch-cm	removed
- pkgsrc/graphics/graphviz/patches/patch-cn	removed
- pkgsrc/graphics/graphviz/patches/patch-co	removed
- pkgsrc/graphics/graphviz/patches/patch-cp	removed
- pkgsrc/graphics/graphviz/patches/patch-cq	removed
- pkgsrc/graphics/graphviz/patches/patch-cr	removed
- pkgsrc/graphics/graphviz/patches/patch-cs	removed
- pkgsrc/graphics/graphviz/patches/patch-ct	removed
- pkgsrc/graphics/graphviz/patches/patch-cu	removed
- pkgsrc/graphics/graphviz/patches/patch-cv	removed
- pkgsrc/graphics/graphviz/patches/patch-cw	removed

   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Sat Oct  8 08:11:11 UTC 2005

   Modified Files:
   	pkgsrc/graphics/graphviz: MESSAGE Makefile PLIST buildlink3.mk
   distinfo
   Removed Files:
   	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 patch-av patch-aw patch-ax patch-ay patch-az
            patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg
            patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn
            patch-bo patch-bp patch-bq patch-br patch-bs patch-bt patch-bu
            patch-bv patch-bw patch-bx patch-by patch-bz patch-ca patch-cb
            patch-cc patch-cd patch-ce patch-cf patch-cg patch-ch patch-ci
            patch-cj patch-ck patch-cl patch-cm patch-cn patch-co patch-cp
            patch-cq patch-cr patch-cs patch-ct patch-cu patch-cv patch-cw

   Log Message:
   Changes 2.6:
        - experimentally moved source code management from CVS to GIT
        - added iterator functions to script bindings
        - more C-API tuning
        - add "-c" switch to dot to explicitly generate plugin "config"
          file instead of generating it as a side-effect of "dot -V"
        - better support for binary relocation.
        - plugin versioning and version checking
        - clean up of header files
        - provide statically linked "dot_static" (not incl. in rpms)
        - additional "event" support for GUIs (e.g. "DotEdit" graphviz-
          cairo)
        - add some information about plugins to "dot -v" output.
        - lefty/dotty fixes
        - fix bugs
---
   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Sat Oct  8 11:20:26 UTC 2005

   Modified Files:
   	pkgsrc/graphics/graphviz: Makefile

   Log Message:
   Fix buildling with PHP and/or Ruby installed

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 8 08:11:10 2005 UTC (6 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored)

Changes 2.6:
	- experimentally moved source code management from CVS to GIT
	- added iterator functions to script bindings
	- more C-API tuning
	- add "-c" switch to dot to explicitly generate plugin "config" file
		instead of generating it as a side-effect of "dot -V"
	- better support for binary relocation.
	- plugin versioning and version checking
	- clean up of header files
	- provide statically linked "dot_static" (not incl. in rpms)
	- additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo)
	- add some information about plugins to "dot -v" output.
	- lefty/dotty fixes
	- fix bugs

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 28 14:58:06 2005 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

Including the png buildlink3.mk file once is enough. lha@ found it.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:52 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 17 16:56:10 2004 UTC (8 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>