summaryrefslogtreecommitdiff
path: root/x11/py-xdot/files/patch-xdot.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11/py-xdot: Update to 0.9Danilo G. Baio2018-03-311-478/+0
| | | | | | | | | | | | | | | Fix dependencies. Add a patch from upstream for don't check for graphviz python module, it's not used by xdot. Support for Python 3 only. PR: 226792 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=466041
* New port: x11/py-xdotKurt Jaeger2016-07-151-0/+478
xdot.py is an interactive viewer for graphs written in Graphviz's dot language. It uses internally the Graphviz's xdot output format as an intermediate format, and PyGTK and Cairo for rendering. xdot.py can be used either as a standalone application from command line, or as a library embedded in your python application. WWW: https://pypi.python.org/pypi/xdot PR: 211059 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=418598