aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Chart/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 13:51:42 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 13:51:42 +0000
commitf72d7fa363dcf04cb34d76f333c2529ccffedbb4 (patch)
treef84300ab672abf9cb51aedff6a6a90701fbf4f14 /graphics/p5-Chart/pkg-descr
parent8a21baec0318a4c7e994fe92ecd9f9be519aa8c1 (diff)
downloadports-f72d7fa363dcf04cb34d76f333c2529ccffedbb4.tar.gz
ports-f72d7fa363dcf04cb34d76f333c2529ccffedbb4.zip
Notes
Diffstat (limited to 'graphics/p5-Chart/pkg-descr')
-rw-r--r--graphics/p5-Chart/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/p5-Chart/pkg-descr b/graphics/p5-Chart/pkg-descr
new file mode 100644
index 000000000000..fb65e7995e8c
--- /dev/null
+++ b/graphics/p5-Chart/pkg-descr
@@ -0,0 +1,11 @@
+This module is an attempt to build a general purpose graphing module
+that is easily modified and expanded. I borrowed most of the API from
+Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I
+thought it was to difficult to modify, and it was missing a few things
+that I needed, most notably legends. So I decided to write a new module
+from scratch, and I've designed it from the bottom up to be easy to
+modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all
+of its graphics primitives calls.
+
+- Vanilla
+vanilla@FreeBSD.ORG