| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648
Notes:
svn path=/head/; revision=440442
|
|
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
|