aboutsummaryrefslogtreecommitdiff
path: root/x11/py-xdot
Commit message (Collapse)AuthorAgeFilesLines
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* x11/py-xdot: Update to 0.9Danilo G. Baio2018-03-314-483/+22
| | | | | | | | | | | | | | | 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
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 Notes: svn path=/head/; revision=440442
* New port: x11/py-xdotKurt Jaeger2016-07-154-0/+506
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