Package: zgrviewer Version: 0.8.2 Revision: 1 Source: mirror:sourceforge:zvtm/%n/%n-%v.zip SourceDirectory: zgrviewer HomePage: http://zvtm.sourceforge.net/zgrviewer.html License: LGPL Description: Graph visualizer (for GraphViz graphs) Source-MD5: fdfe97e13306f9eb81440e74b246aecb DocFiles: overview.html CompileScript: true InstallScript: << mkdir -p %i/bin mkdir -p %i/lib/%n install target/%n-%v.jar %i/lib/%n install target/*.jar %i/lib/%n echo '#!/bin/sh' >zgrviewer echo 'java -Xmx2G -jar %p/lib/%n/%n-%v.jar $*' >>zgrviewer install zgrviewer %i/bin << Depends: system-java, graphviz Maintainer: Adrian Prantl DescDetail: << ZGRViewer is a graph visualizer implemented in Java and based upon the Zoomable Visual Transformation Machine. It is specifically aimed at displaying graphs expressed using the DOT language from AT&T GraphViz and processed by programs dot, neato or others such as twopi. ZGRViewer is designed to handle large graphs, and offers a zoomable user interface (ZUI), which enables smooth zooming and easy navigation in the visualized structure. ZGRViewer should be able to load any file that uses the DOT language to describe the graph. <<