There's no official maintainer for graphics/py-dot, but having just used a program that needed it, I found our port is very old (6 years) and quite buggy. The attached patch brings it upto date, and makes things work well on my machine (amd64 -current).
Laurie -- Personal http://tratt.net/laurie/ The Converge programming language http://convergepl.org/ https://github.com/ltratt http://twitter.com/laurencetratt diff -u py-doto/Makefile py-dot/Makefile --- py-doto/Makefile Fri Sep 16 11:02:37 2011 +++ py-dot/Makefile Tue Oct 30 13:57:05 2012 @@ -2,13 +2,12 @@ COMMENT= Python interface to Graphviz's Dot -V= 0.9.10 +V= 1.0.28 DISTNAME= pydot-$V PKGNAME= ${DISTNAME:S/py/py-/} -REVISION= 7 CATEGORIES= graphics -HOMEPAGE= http://dkbza.org/pydot.html +HOMEPAGE= http://code.google.com/p/pydot/ # MIT PERMIT_PACKAGE_CDROM= Yes @@ -16,7 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://dkbza.org/data/ +MASTER_SITES= http://pydot.googlecode.com/files/ MODULES= lang/python diff -u py-doto/distinfo py-dot/distinfo --- py-doto/distinfo Thu Apr 5 17:19:58 2007 +++ py-dot/distinfo Tue Oct 30 13:57:08 2012 @@ -1,5 +1,2 @@ -MD5 (pydot-0.9.10.tar.gz) = 1ZYJo7abGa0BjFXXZZRbrw== -RMD160 (pydot-0.9.10.tar.gz) = pbUxM/4CEnIp5jjs1+yXAOLt/40= -SHA1 (pydot-0.9.10.tar.gz) = pprVJbeAxz9ZNTBQdsG+bGwcteo= -SHA256 (pydot-0.9.10.tar.gz) = eYi5pC7Smf2+PDWiLcE7jNi01GDhUrQrryDwOnlPJ/s= -SIZE (pydot-0.9.10.tar.gz) = 14462 +SHA256 (pydot-1.0.28.tar.gz) = Hur/exBPuPMFqYMY2v3gstFfHvzfixYgZGVVHNRu2d8= +SIZE (pydot-1.0.28.tar.gz) = 19711 Common subdirectories: py-doto/pkg and py-dot/pkg
