pkgsrc/graphics/php-jpgraph/DESCR
jdolecek a055b4fb3c Update php-jpgraph to 1.16.
Notable changes include splitting PlotBand and IconPlot to separate
files (requires update of all scripts using these objects), additional
error checking, and many bug fixes. Full list available at
	http://www.aditus.nu/jpgraph/Changelog

Reorganize package to use bsd.pkg.install.mk and CONF_FILES,
modelled similar to phpmyadmin package.
2004-11-27 22:34:19 +00:00

8 lines
399 B
Text

JpGraph is an OO class library for PHP 4.3.x and later. JpGraph
makes it easy to draw both "quick and dirty" graphs with a minimum
of code and complex professional looking graphs which require a
very fine grain of control. The library assigns context sensitive
default values for most parameters which helps minimize the learning
curve.
JpGraph uses only GD, no other PHP extensions are necessary.