Initial import of py-dot-0.9.9.

Pydot provides an interface for creating both directed and non directed
graphs from Python. Currently all attributes implemented in the Dot
language are supported (up to Graphviz 1.10). Output can be inlined in
Postscript into interactive scientific environments like TeXmacs, or
ouput in any of the format's supported by the Graphvix tools dot, neato,
twopi.
This commit is contained in:
xsa 2004-10-27 17:46:49 +00:00
parent 1c29237bd1
commit ac6ce45682
4 changed files with 43 additions and 0 deletions

29
graphics/py-dot/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/10/27 17:46:49 xsa Exp $
COMMENT= "Python interface to Graphiz's Dot"
DISTNAME= pydot-0.9.9
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= graphics
HOMEPAGE= http://dkbza.org/pydot.html
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://dkbza.org/data/
MODULES= lang/python
BUILD_DEPENDS= ::devel/py-parsing
RUN_DEPENDS= ::devel/py-parsing \
::math/graphviz
NO_REGRESS= Yes
.include <bsd.port.mk>

3
graphics/py-dot/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pydot-0.9.9.tar.gz) = 7023e7fad3baa464b1516135ff3bf390
RMD160 (pydot-0.9.9.tar.gz) = 3426120c664b25c7ce5530b3dd36a0be8bdb7a24
SHA1 (pydot-0.9.9.tar.gz) = 9c05b6d7c8b62c2b4b86045a497746288b977bfe

View File

@ -0,0 +1,6 @@
Pydot provides an interface for creating both directed and non directed
graphs from Python. Currently all attributes implemented in the Dot
language are supported (up to Graphviz 1.10). Output can be inlined in
Postscript into interactive scientific environments like TeXmacs, or
ouput in any of the format's supported by the Graphvix tools dot, neato,
twopi.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/27 17:46:49 xsa Exp $
lib/python${MODPY_VERSION}/site-packages/dot_parser.py
lib/python${MODPY_VERSION}/site-packages/dot_parser.pyc
lib/python${MODPY_VERSION}/site-packages/pydot.py
lib/python${MODPY_VERSION}/site-packages/pydot.pyc