summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-07-22 12:16:18 +0000
committerrichard <richard@pkgsrc.org>2013-07-22 12:16:18 +0000
commit246f93d82222b7e795a5fabbaad44616f404dfe5 (patch)
tree7da8a4cf20bb40908261693d50fdbde25bbf373c /graphics/Makefile
parented848e8e2c5689a4576b038c900434bd8a8ed188 (diff)
downloadpkgsrc-246f93d82222b7e795a5fabbaad44616f404dfe5.tar.gz
allows to easily create both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.26.3). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or output in any of the format's supported by the Graphviz tools dot, neato, twopi.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 404f15ccba3..1da6dd060c0 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.659 2013/07/21 12:02:18 richard Exp $
+# $NetBSD: Makefile,v 1.660 2013/07/22 12:16:18 richard Exp $
#
COMMENT= Graphics tools and libraries
@@ -390,6 +390,7 @@ SUBDIR+= py-matplotlib-tk
SUBDIR+= py-nwdiag
SUBDIR+= py-piddle
SUBDIR+= py-pycha
+SUBDIR+= py-pydot
SUBDIR+= py-pyfits
SUBDIR+= py-seqdiag
SUBDIR+= py-sk1libs