summaryrefslogtreecommitdiff
path: root/graphics/p5-GDGraph/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-02-01Added BUILD_DEPENDS+= lines for make testmef1-1/+5
2016-08-13Update to 1.53wen1-3/+3
Upstream changes: 1.53 08 Jul 2016 - Fix 'Illegal division by zero' when x_min_value and x_max_value are defined and x_tick_number set to 'auto' RT#73185 Thanks to Bob Rogers, https://github.com/ruz/GDGraph/pull/12 1.52 28 Jan 2016 - y1_min_range and y2_min_range instead of min_range_1 and min_range_2, niether were documented before. - Update documentation in regards to all *_min_range options available. 1.51 27 Dec 2015 - fix shadows rendering on cumulative bar charts thanks to https://github.com/Tordek see https://github.com/ruz/GDGraph/pull/4 1.50 27 Dec 2015 - run samples as part of test suite to make sure no sample crashes thanks to https://github.com/tynovsky - properly define test requirements using newer MakeMaker 1.49 11 Mar 2015 - fix to Z-axis color filling in 3D pie charts (Debian Bug #489184) - bump ExtUtils::MakeMaker dependency - tiny improvement in the code of the samples
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-09-02Changes 1.48:adam1-5/+3
- no code changes, just release enginering cleanup - adjust MANIFEST.SKIP file so MANIFEST can be generated once again - ship sample58.pl file, so `make samples` stop failing - mention the current and past maintainers in META files as authors - use newer CPAN::Meta and ExtUtils::MakeMaker, older versions generated META files without runtime prerequisites
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2007-05-19Updated to version 1.44.heinz1-4/+6
Pkgsrc changes: - The package supports installation to DESTDIR. - p5-GDGraph also needs p5-GD directly. - A more recent version of p5-GDTextUtil is needed. Changes since version 1.43: =========================== 25 Apr 2007 - Patched bugs 21610, 20792, 20802, 23755 and 22932 - Updated POD to clarify current maintenance status, and encourage bug reporting via RT (and to point out some external help resources) - Release 1.44 17 May 2006 - Patched bugs 7307, 2944 (extended the fix to mixed graphs), 4177, and 16863. - Fixed a fencepost error in pie.pm that caused an occasional segfault (reported by John Westlund and Hank Leininger) - Fixed a bug that broke bar charts with no visible 0-axis (reported by Steve Foster) 19 Feb 2006 - Patched bugs 2218, 4632 (which had two duplicates), 7881, and 15374 - Failed to update CHANGES file before releasing 1.4307 to CPAN (oops) 4 Feb 2006 - Patched bugs 16880 and 16791 19 Dec 2005 - Resolved the following bug reports/feature requests from RT: 1363, 2944, 3346, 3850, 4104, 4380, 4384, 4469, 5275, 5282, 6751, 6786, 7287, 7819 - Straightened out $my_graph/$graph confusion in docs - Added five new sample scripts - Individual module versions now reflect a branch from original CVS versioning, in case things need to be merged at some later date. - Uploading to CPAN as 1.4305 under ~BWARFIELD because I can't seem to get in touch with Martien Verbruggen.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-08-05This package doesn't use the compiler.jlam1-2/+3
2004-05-09Convert to buildlink3.snj1-2/+2
2004-04-29Fix HOMEPAGEabs1-2/+2
2003-09-16Updated to 1.43.xtraeme1-3/+2
Patch provided by Adrian Portelli <adrianp@stindustries.net> via PR pkg/22463. Changes: 1 July 2003 - Fixed yet another division by 0 problem, for two_axes. - Added more tests to axestype.t - Cleaned up other test files. - Release 1.43 19 June 2003 - Fixed another division by 0 problem, introduced in 1.41 - Added test t/axestype.pm, which now tests for division by 0 error. - Released 1.42 17 June 2003 - Removed file BUGS from distribution. Too much work to keep up to date. Use rt.cpan.org, or email. - Fixed skip() calls in tests to work with ancient versions of Test.pm. - Made GD::Graph::Data::read() work with file handles under Perl 5.005. - Released 1.41 16 June 2003 - Fixed when zero axis inclusion is done for bar and are charts. - Fixed code to reserve area for hbar charts last y axis label 11 June 2003 - Added no_axes option, changed sample56 to reflect this 30 May 2003 - Added version number for GD::Text PREREQ_PM - Allow GD::Graph::Data::read() to read from file handle, instead of file - Added tests for data file reading, and test data - Release version 1.40 24 Feb 2003 - How come I never noticed this before? Right axis was disappearing when r_margin was zero. 22 Feb 2003 - Added patch by Ben Tilly from RT ticket 203 (manually, and much too late) to fix problems with picking decent values for axes when two_axes set to true. Added sample 57 20 Feb 2003 - Removed cetus font, because of unknown copyright status. - Release 1.39 (skip 1.38, internal release) 11 Feb 2003, continued after 1.37 release - Fixed version numbering - Added limited, preliminary get_feature_coordinates support. 11 Feb 2003 - Fixed =head1 in GD/Graph/FAQ.pod - release 1.37 10 Feb 2003 - Added some tests, mainly to make the CPAN testers happy :) The best way to test is still to use the samples. - Preparation for 1.36 Jan 2003 - Made detection of output formats more robust. Newer GDs break on simply testing with UNIVERSAL::can. - Added some documentation on error handling. 2 Jun 2002 - 21 Jun 2002 - Fixed various bugs: - Area charts don't allow undefined variables, die on hotspot code - allow "0.00" to be equal to 0 when determining min and max values for axes - fixed shadows for cumulative bars - Preparation for release 1.35 9 Jun 2002 - I just realised this file is severely out of date. I'll only keep track of the really big changes here, since I really can't remember what I've fixed and changed sine 1.33, and it's really too much work to go through all CVS comments. - Added hbars.pm, and put most of the framework in place to allow the other charts to be plotted rotated as well. - preparation of release 1.34
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-29Update to 1.33 at the request of the maintainer, Damon Brodie.david1-2/+2
Also closes PR pkg/11349
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam1-3/+4
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-07-16Initial import of p5-GDGraph-1.32, a perl5 module to create charts usingrh1-0/+19
the GD module. This package was provided in PR 10610 by Damon Brodie (damon@brodiefamily.org).