diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-27 22:11:26 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-27 22:11:26 +0000 |
commit | 660e81e3d5362026b77f3332859f2dc0560bfaaf (patch) | |
tree | 2a9505df9b1916895dbed0a7832775f4969e7f2e /www/p5-SWF-Chart/pkg-descr | |
parent | fa4c5a91db34b9733c91ee6e1c1ad71ccbefdc02 (diff) | |
download | FreeBSD-ports-660e81e3d5362026b77f3332859f2dc0560bfaaf.zip FreeBSD-ports-660e81e3d5362026b77f3332859f2dc0560bfaaf.tar.gz |
Adding port www/p5-SWF-Chart, Perl interface to the SWF Chart generation tool.
Approved by: tobez (implicit)
Diffstat (limited to 'www/p5-SWF-Chart/pkg-descr')
-rw-r--r-- | www/p5-SWF-Chart/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/p5-SWF-Chart/pkg-descr b/www/p5-SWF-Chart/pkg-descr new file mode 100644 index 0000000..79cb1a7 --- /dev/null +++ b/www/p5-SWF-Chart/pkg-descr @@ -0,0 +1,16 @@ +This module is the Perl interface to the SWF Charts flash graphing tool. +It constructs the XML file this flash movie requires via an OO interface. +Each configurable option that is listed on the SWF Charts reference page +has a companion method in this module. + +When using this module, please be sure to use the latest version of the +XML/SWF Charts flash movie. Earlier versions of that flash movie supported +a different XML structure for which this module is not backward +compatible. + +Note that there are a few extra helper functions that this module +provides. + +WWW: http://search.cpan.org/dist/SWF-Chart + http://www.maani.us/xml_charts/index.php +Author: Garth Webb <garth@sixapart.com> |