aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2018-03-31 19:24:38 +0800
committerdbaio <dbaio@FreeBSD.org>2018-03-31 19:24:38 +0800
commit410978f26e64b30792ae602aaf4e065a3eff6667 (patch)
treeefca40ddd1f54b4963ef9cef8209dec57a947963
parent1aa8e9410f4ff20d8f5c5657875043fc027cf3a3 (diff)
downloadfreebsd-ports-gnome-410978f26e64b30792ae602aaf4e065a3eff6667.tar.gz
freebsd-ports-gnome-410978f26e64b30792ae602aaf4e065a3eff6667.tar.zst
freebsd-ports-gnome-410978f26e64b30792ae602aaf4e065a3eff6667.zip
Add x11/py-xdot06 0.6 (copied from x11/py-xdot)
It was downgraded from 0.7 to 0.6 because this version is needed to run security/w3af GUI properly.
-rw-r--r--x11/Makefile1
-rw-r--r--x11/py-xdot06/Makefile24
-rw-r--r--x11/py-xdot06/distinfo3
-rw-r--r--x11/py-xdot06/pkg-descr7
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