summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Graph
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-12-22Update pear-Image_Graph package to 0.8.0.taca2-6/+6
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-02-06Update pear-Image_Graph from 0.3.0dev4 to 0.7.2.taca3-22/+7
Changes are too huge to show here, please refer: http://pear.php.net/package/Image_Graph/download/All
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg1-1/+3
support.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp1-1/+2
pick up the new dependencies properly
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
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-5/+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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-03Image_Graph provides a set of classes that creates graphs/plots/charts based onadrianp5-0/+48
(numerical) data. Many different plot types are supported: Bar, line, area, step, impulse, scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line, area and radar plots. The graph is highly customizable, making it possible to get the exact look and feel that is required. The output is controlled by a Image_Canvas, which facilitates easy output to many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF (using PDFLib), Scalable Vector Graphics (SVG).