diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-31 11:24:38 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-31 11:24:38 +0000 |
commit | 5e598386cea2c33f76230475563727b3c51bfcd0 (patch) | |
tree | efca40ddd1f54b4963ef9cef8209dec57a947963 /x11 | |
parent | a26698109d13faf432e7743890abf865ec53019a (diff) | |
download | ports-5e598386cea2c33f76230475563727b3c51bfcd0.tar.gz ports-5e598386cea2c33f76230475563727b3c51bfcd0.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/py-xdot06/Makefile | 24 | ||||
-rw-r--r-- | x11/py-xdot06/distinfo | 3 | ||||
-rw-r--r-- | x11/py-xdot06/pkg-descr | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 41260f36bd18..2691b748a1d7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -274,6 +274,7 @@ SUBDIR += py-qt4-opengl SUBDIR += py-qt5-opengl SUBDIR += py-xdot + SUBDIR += py-xdot06 SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods diff --git a/x11/py-xdot06/Makefile b/x11/py-xdot06/Makefile new file mode 100644 index 000000000000..eb3a9096bfd5 --- /dev/null +++ b/x11/py-xdot06/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= xdot +PORTVERSION= 0.6 +CATEGORIES= x11 python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -06 + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Interactive viewer for Graphviz dot files + +LICENSE= LGPL3+ + +RUN_DEPENDS= dot:graphics/graphviz + +NO_ARCH= yes +USES= python:2.7 +USE_PYTHON= autoplist distutils +USE_GNOME= pygtk2 + +CONFLICTS_INSTALL= py*-xdot + +.include <bsd.port.mk> diff --git a/x11/py-xdot06/distinfo b/x11/py-xdot06/distinfo new file mode 100644 index 000000000000..5a07f78b9cac --- /dev/null +++ b/x11/py-xdot06/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1522414802 +SHA256 (xdot-0.6.tar.gz) = c71d82bad0fec696af36af788c2a1dbb5d9975bd70bfbdc14bda15b5c7319e6c +SIZE (xdot-0.6.tar.gz) = 21181 diff --git a/x11/py-xdot06/pkg-descr b/x11/py-xdot06/pkg-descr new file mode 100644 index 000000000000..d6f6dc028ddc --- /dev/null +++ b/x11/py-xdot06/pkg-descr @@ -0,0 +1,7 @@ +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 |