Sat Jan 5 22:12:33 2013 UTC ()
Import xdot-20121124 as graphics/xdot.

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.


(wiz)
diff -r0 -r1.1 pkgsrc/graphics/xdot/DESCR
diff -r0 -r1.1 pkgsrc/graphics/xdot/Makefile
diff -r0 -r1.1 pkgsrc/graphics/xdot/PLIST
diff -r0 -r1.1 pkgsrc/graphics/xdot/distinfo

File Added: pkgsrc/graphics/xdot/DESCR
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.

File Added: pkgsrc/graphics/xdot/Makefile
# $NetBSD: Makefile,v 1.1 2013/01/05 22:12:33 wiz Exp $
#

DISTNAME=	xdot
PKGNAME=	xdot-20121124
CATEGORIES=	graphics
MASTER_SITES=	http://xdot.jrfonseca.googlecode.com/git/
EXTRACT_SUFX=	.py

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://code.google.com/p/jrfonseca/wiki/XDot
COMMENT=	Interactive viewer for graphs written in Graphviz's dot language
LICENSE=	gnu-lgpl-v3

DEPENDS+=	${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2

WRKSRC=		${WRKDIR}
USE_LANGUAGES=	# none
DIST_SUBDIR=	${PKGNAME_NOREV}
REPLACE_PYTHON=	xdot.py
INSTALLATION_DIRS=	bin

do-build:

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/xdot.py ${DESTDIR}${PREFIX}/bin/xdot

.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/graphics/xdot/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/01/05 22:12:33 wiz Exp $
bin/xdot

File Added: pkgsrc/graphics/xdot/distinfo
$NetBSD: distinfo,v 1.1 2013/01/05 22:12:33 wiz Exp $

SHA1 (xdot-20121124/xdot.py) = c6018a21be91fa59a2673d102f859c0428eb9e7a
RMD160 (xdot-20121124/xdot.py) = 2e1284be5da72a5eed179d9d4305cb17e826cfa7
Size (xdot-20121124/xdot.py) = 91075 bytes