diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-06 08:19:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-06 08:19:18 +0000 |
commit | 5963b615903fa8815503953789b270bbdb7f7dbd (patch) | |
tree | f71091fafef410f52b99a21cb6f0b5b558ae5fdb /graphics/p5-GraphViz-Data-Structure/pkg-descr | |
parent | 1fee44f784e891fcff7a7d4218c8ee27ba553cc8 (diff) | |
download | ports-5963b615903fa8815503953789b270bbdb7f7dbd.tar.gz ports-5963b615903fa8815503953789b270bbdb7f7dbd.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/pkg-descr')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/pkg-descr b/graphics/p5-GraphViz-Data-Structure/pkg-descr new file mode 100644 index 000000000000..f67532f448f3 --- /dev/null +++ b/graphics/p5-GraphViz-Data-Structure/pkg-descr @@ -0,0 +1,16 @@ +This module makes it easy to visualise data structures, even recursive or +circular ones. + +It is provided as an alternative to GraphViz::Data::Grapher. Differences: + - GraphViz::Data::Structure handles structures of arbitrary depth and + complexity, automatically following links using a standard graph + traversal algorithm. + - GraphViz::Data::Grapher creates graphics of indiividual substructures + (arrays, scalars, hashes) which keep the substructure type and data + together; GraphViz::Data::Structure does this by shape alone. + - GraphViz::Data::Structure encapsulates object info (if any) directly + into the node being used to represent the class. + - GraphViz::Data::Grapher colors its graphs; GraphViz::Data::Structure + doesn't by default. + - GraphViz::Data:Structure can parse out globs and CODE references (almost + as well as the debugger does). |