summaryrefslogtreecommitdiff
path: root/graphics/php-jpgraph
AgeCommit message (Collapse)AuthorFilesLines
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-4/+6
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-04-13The documentation files are installed in share/doc instead ofrillig2-934/+935
share/doc/html. Bumped PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
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).