./graphics/p5-GDGraph, GDGraph is a package to generate charts, using Lincoln Steins GD.pm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.44nb1, Package name: p5-GDGraph-1.44nb1, Maintainer: damon

GD::Graph is a perl5 module to create charts using the GD
module.

`GD::Graph::lines'
Create a line chart.

`GD::Graph::bars'
Create a bar chart.

`GD::Graph::points'
Create an chart, displaying the data as points.

`GD::Graph::linespoints'
Combination of lines and points.

`GD::Graph::area'
Create a graph, representing the data as areas under a
line.

`GD::Graph::mixed'
Create a mixed type graph, any combination of the above.

`GD::Graph::pie'
Create a pie chart.


Required to run:
[graphics/p5-GD] [graphics/p5-GDTextUtil] [lang/perl5]

Master sites: (Expand)

SHA1: a69e874d0fe3ac132b0d51d739260a9535271bc4
RMD160: 89c20d1249c0f5eb17e5c016a6273d69a012fae5
Filesize: 151.226 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-05-19 16:07:30 by Klaus Heinz | Files touched by this commit (2) | Package updated
Log message:
Updated to version 1.44.

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-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
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-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578)
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
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-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.