- Use COPYTREE for installing example files
- Install manual page and respect NO_INSTALL_MANPAGES
- Drop MD5 checksum
Submitted by: ohauer (earlier patch)
Python Call Graph uses GraphViz to generate call graphs from one execution of
your Python code. It's very easy to use and can point out possible problems
with your code execution.
WWW: http://pycallgraph.slowchop.com/
PR: ports/108977
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>