summaryrefslogtreecommitdiff
path: root/graphics/php-jpgraph
AgeCommit message (Collapse)AuthorFilesLines
2005-06-14- Update to 1.18adrianp4-46/+125
- Grab maintainership - Update homepage - Make pkglint happy - Highlights include: Add better check that GD is really installed Guide lines for pie plots Add Cleanup() method to delete all allocated objects within the graph. Add new date scale for X-axis Add Interlaced PNG feature - See the following for more details: http://www.aditus.nu/jpgraph/changes.php?v=5 http://www.aditus.nu/jpgraph/changes.php?v=7
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-15Do not include bsd.pkg.install.mk directly. Problem noticed in kristerw@'sjmmv1-2/+1
bulk build.
2004-11-27Update php-jpgraph to 1.16.jdolecek5-80/+954
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-10-31update DEPENDS for change of php4-* packages to php-*; be optimistic andjdolecek1-2/+2
leave the DEPENDS in a form which allows PHP 5.x to match, since it should work just as well
2004-04-25Add NO_BUILDLINK.xtraeme1-1/+2
2004-01-22Initial import of php-jpgraph 1.13, packaged by Adrian Portelli viaxtraeme4-0/+436
pkgsrc-wip. JpGraph is an OO class library for PHP (ver >=4.04) JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code and complex professional looking graphs which requires a very fine grain of control. The library assigns context sensitive default values for most parameters which helps minimize the learning curve. The only requirement is that the PHP installation needs to have the GD library setup correctly (most PHP installations do).