aboutsummaryrefslogtreecommitdiff
path: root/x11/py-xdot06
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-31 11:24:38 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-31 11:24:38 +0000
commit5e598386cea2c33f76230475563727b3c51bfcd0 (patch)
treeefca40ddd1f54b4963ef9cef8209dec57a947963 /x11/py-xdot06
parenta26698109d13faf432e7743890abf865ec53019a (diff)
downloadports-5e598386cea2c33f76230475563727b3c51bfcd0.tar.gz
ports-5e598386cea2c33f76230475563727b3c51bfcd0.zip
Notes
Diffstat (limited to 'x11/py-xdot06')
-rw-r--r--x11/py-xdot06/Makefile24
-rw-r--r--x11/py-xdot06/distinfo3
-rw-r--r--x11/py-xdot06/pkg-descr7
3 files changed, 34 insertions, 0 deletions
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