1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
Danilo G. Baio 2018-03-31 11:24:38 +00:00
parent a26698109d
commit 5e598386ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466039
4 changed files with 35 additions and 0 deletions

View File

@ -274,6 +274,7 @@
SUBDIR += py-qt4-opengl SUBDIR += py-qt4-opengl
SUBDIR += py-qt5-opengl SUBDIR += py-qt5-opengl
SUBDIR += py-xdot SUBDIR += py-xdot
SUBDIR += py-xdot06
SUBDIR += qimageblitz SUBDIR += qimageblitz
SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-graphicssystems-opengl
SUBDIR += qt4-inputmethods SUBDIR += qt4-inputmethods

24
x11/py-xdot06/Makefile Normal file
View File

@ -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>

3
x11/py-xdot06/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1522414802
SHA256 (xdot-0.6.tar.gz) = c71d82bad0fec696af36af788c2a1dbb5d9975bd70bfbdc14bda15b5c7319e6c
SIZE (xdot-0.6.tar.gz) = 21181

7
x11/py-xdot06/pkg-descr Normal file
View File

@ -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