aboutsummaryrefslogtreecommitdiff
path: root/x11/py-xdot
Commit message (Collapse)AuthorAgeFilesLines
* x11/py-xdot: Add missing dependency NumPyYuri Victorovich2021-05-041-1/+3
| | | | Approved by: portmgr blanket
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/py-xdot: Update to 1.2Danilo G. Baio2020-12-122-6/+4
| | | | Notes: svn path=/head/; revision=557847
* x11/py-xdot: Update to 1.1Danilo G. Baio2019-06-033-7/+8
| | | | Notes: svn path=/head/; revision=503426
* x11/py-xdot: Update to 1.0Danilo G. Baio2018-09-223-17/+5
| | | | | | | | Remove `files/patch-setup.py`, not necessary anymore. Add USES=gnome because USE_GNOME alone is deprecated. Notes: svn path=/head/; revision=480384
* 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