diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 20:55:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 20:55:11 +0000 |
commit | 0d49a197f27e97b94e8b99084f43b540b452e9c5 (patch) | |
tree | 84e397c49b9ae8465d9cb0f845a1edcfde30c3c8 | |
parent | - Update to 1.34 (diff) |
- Touch pkg-descr: fix graphviz version and fix typo
PR: ports/81664
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=136463
-rw-r--r-- | graphics/py-pydot/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pydot/pkg-descr b/graphics/py-pydot/pkg-descr index dcd13f76ed5e..882f41874adf 100644 --- a/graphics/py-pydot/pkg-descr +++ b/graphics/py-pydot/pkg-descr @@ -1,7 +1,7 @@ An interface for creating both directed and non directed graphs from Python. Currently all attributes implemented in the Dot language are -supported (up to Graphviz 1.10). Output can be inlined in Postscript +supported (up to Graphviz 1.16). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or output in any -of the format's supported by the Graphviz tools dot, neato, twopi. +of the formats supported by the Graphviz tools dot, neato, twopi. WWW: http://dkbza.org/pydot.html |