From 5cbfc95a09c8c06c967bec1a781afa92cd9fc3fd Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 16 Aug 2011 21:53:41 +0000 Subject: Update to 2.4.2. Set LICENSE. 2.4.2 Changes done by R. Dassing, Michael Potter Base.pm: The values for 'true' resp. 'false' may be of the following true: TRUE, true, T, t, 1 and defined false: FALSE, false, F, f, 0 or undefined Base.pm: Added new options xlabel and xrange which is valid for xy_plot and Chart::Lines, Chart::Points, Chart::LinesPoints, Chart::Split, Chart::ErrorBars. In order to use the labels, the chart module needs to have 'xlabels' AND 'xrange' set. Below is some example code for use: @labels = (['Jan', 'Feb','Mar'], ['10','40','70']); $chart->set( xlabels => \@labels, xrange => [0,100] ); This options allow to set and position labels at the x-axis arbitrary. add_dataset() and app_pt() accepts now datasets as lists and as references to list like already mentioned in the docs Pie.pm: Optimized organisation of the placement of the labels. Added flag to avoid plotting of legends at all Using GD Version 2.0.36 as this version supports 'filledArc' Composite.pm: Correction due to Request 23166 write the endmost value of input array in imagemap_data array Lines.pm: Correction due to Request 23166: write the endmost value of input array in imagemap_data array --- graphics/p5-Chart/Makefile | 6 +++--- graphics/p5-Chart/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'graphics/p5-Chart') diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 7855da74846..8f810706ceb 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2011/08/14 12:59:48 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/08/16 21:53:41 wiz Exp $ -DISTNAME= Chart-2.4.1 +DISTNAME= Chart-2.4.2 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~chartgrp/ COMMENT= Perl5 charting library +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo index aed35af393e..1ff9308c82a 100644 --- a/graphics/p5-Chart/distinfo +++ b/graphics/p5-Chart/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/05/16 20:39:36 heinz Exp $ +$NetBSD: distinfo,v 1.4 2011/08/16 21:53:41 wiz Exp $ -SHA1 (Chart-2.4.1.tar.gz) = 201442a2445c0c50c67fb532be5d7d0f0c26f67a -RMD160 (Chart-2.4.1.tar.gz) = 3ed93591b1784fcbe6304d05497fd8c65ae10ada -Size (Chart-2.4.1.tar.gz) = 683047 bytes +SHA1 (Chart-2.4.2.tar.gz) = b53247befbeec35a87cc530e1c7fe3ee02aae46b +RMD160 (Chart-2.4.2.tar.gz) = 3dea72077e325b9f06bcff82f6296639bc65c3d8 +Size (Chart-2.4.2.tar.gz) = 822981 bytes -- cgit v1.2.3