diff options
author | adam <adam@pkgsrc.org> | 2005-10-08 08:11:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-08 08:11:10 +0000 |
commit | 2c6e0bf6b413e63dd624f1d226490b7cf29c548f (patch) | |
tree | 7009a44290c4c1974c1ff28714ab86cafdec0b0e /graphics/graphviz/MESSAGE | |
parent | deef48436b91446352d693635c8ce261678ae352 (diff) | |
download | pkgsrc-2c6e0bf6b413e63dd624f1d226490b7cf29c548f.tar.gz |
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
Diffstat (limited to 'graphics/graphviz/MESSAGE')
-rw-r--r-- | graphics/graphviz/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/MESSAGE b/graphics/graphviz/MESSAGE index 2cce21fc781..ab343ae4af5 100644 --- a/graphics/graphviz/MESSAGE +++ b/graphics/graphviz/MESSAGE @@ -1,8 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2004/12/24 18:26:56 seb Exp $ +$NetBSD: MESSAGE,v 1.4 2005/10/08 08:11:10 adam Exp $ Please read graphviz license terms in: -${PREFIX}/share/doc/graphviz/COPYING +${PREFIX}/share/graphviz/doc/COPYING =========================================================================== |