pkgsrc/graphics/pear-Image_Graph/Makefile

18 lines
628 B
Makefile
Raw Normal View History

2019-07-03 09:28:21 +02:00
# $NetBSD: Makefile,v 1.12 2019/07/03 07:28:22 nia Exp $
Update pear-Image_Graph package to 0.8.0. 0.8.0 2010-10-05 15:39 UTC Changelog: QA release * PLEASE NOTE: Package now needs PHP 5.x (needed for workaround for Bug #16529 and future cleanups) Bug #16529 Doesn't work with PHP 5.3.0 neufeind Bug #16834 Column width error, small PHP typo (fix incl.) neufeind Bug #2685 Plots do not honor ID tags for fills. nosey Bug #2791 wrong x-axis label position when using ttf font nosey Bug #2831 using Image_Graph_Fill in Image_Graph_Fill_Array Bug #2832 GD always outputs PNG nosey Bug #3346 double as data nosey Bug #3496 Image/Graph/value/marker.php - dir don't exist Bug #3984 Cannot inherit image_color Bug #4080 setSpaceFromBorder missing ?? Bug #4333 Legend division by zero error on PieChart nosey Bug #4417 Cannot use point ID as marker value nosey Bug #4430 Call-time pass-by-reference has been deprecated nosey Bug #4484 SVG output problem with fill and alignment attributes of text nosey Bug #4522 Image_Graph_Axis::_calcLabelInterval() dont work like it was working before Bug #4586 Content type image/jpg does not recognized by IE nosey Bug #4876 mis-type in code -> undefined property nosey Bug #5066 Reference Notices nosey Bug #5607 X Axis Labels align to right nosey Bug #6941 Logarithmic axis values between 0 and 1 nosey Bug #7364 Incorrect Include in Grid.php nosey Bug #7367 Windows XP Marker for top Y-value cut nosey Bug #7375 Windows XP "Only variables should be assigned by reference" notice Bug #7572 addPoint function in Image_Graph_Dataset_Sequential doesn't use parameter nosey Bug #7621 Linux Pie Chart Legend does not display nosey Bug #7729 Wrong axis X label placement Bug #8055 No Legend with Pie Charts nosey Bug #11812 "forceMaximum" method uwesteinm
2010-12-22 16:38:32 +01:00
DISTNAME= Image_Graph-0.8.0
CATEGORIES= graphics
2009-07-17 20:00:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2019-07-03 09:28:21 +02:00
HOMEPAGE= https://pear.php.net/package/Image_Graph/
COMMENT= Package for displaying (numerical) data as a graph/chart/plot
CONFLICTS= php-pear-Image_Graph-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Canvas>=0.3.0:../../graphics/pear-Image_Canvas
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Roman
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Words-[0-9]*:../../math/pear-Numbers_Words
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"