diff options
author | Andrej Zverev <az@FreeBSD.org> | 2008-12-22 15:21:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2008-12-22 15:21:51 +0000 |
commit | c109eb5a7b377449d351ccfb0da665a1027ec21f (patch) | |
tree | 9426557fb071a3713fd51e00141baef640e84044 /www/p5-Catalyst-View-RRDGraph/pkg-descr | |
parent | e8313428f5c204593d3de490aeb8272d2717deb2 (diff) | |
download | ports-c109eb5a7b377449d351ccfb0da665a1027ec21f.tar.gz ports-c109eb5a7b377449d351ccfb0da665a1027ec21f.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-View-RRDGraph/pkg-descr')
-rw-r--r-- | www/p5-Catalyst-View-RRDGraph/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-Catalyst-View-RRDGraph/pkg-descr b/www/p5-Catalyst-View-RRDGraph/pkg-descr new file mode 100644 index 000000000000..6a3c5b333eb1 --- /dev/null +++ b/www/p5-Catalyst-View-RRDGraph/pkg-descr @@ -0,0 +1,6 @@ +This view generates RRD graph images from the graph defintion placed in the +stash. The controller is responsable of placing an ARRAYREF in +$c-stash->{'graph'}> with the same data as to generate a graph with the RRDs +module, except for filename, that will be automatically generated by the view. + +WWW: http://search.cpan.org/~jlmartin/Catalyst-View-RRDGraph/ |