diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-16 20:39:36 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-16 20:39:36 +0000 |
commit | 2fddc50acd3d82c5e6cc9972d3139a13d21e92ee (patch) | |
tree | 4b294c896d8a0ca831039155d312f6d3de563d4a /graphics/p5-Chart | |
parent | dbdbd057159c8476553f72871dd18da91b3eaa5c (diff) | |
download | pkgsrc-2fddc50acd3d82c5e6cc9972d3139a13d21e92ee.tar.gz |
Updated to version 2.4.1. (OK by adrianp@)
Pkgsrc changes:
- Marked package as supporting installation to DESTDIR.
- Shut up warning about *.pm files installed with execute permissions.
- This is a pure Perl module.
- According to the documentation, p5-GD 1.20 is sufficient.
Changes since version 2.3:
==========================
2.4 Changes done by Christine Zilker, Gerhard Stuhlpfarrer, R. Dassing
Added new Options:
ring Draw a ring instead of a Pie
legend_lines Connect Pie and the description with a line
stepline Connect Lines and LinesPoints by a stepped line
stepline_mode (thanks to Gerhard Stuhlpfarrer)
brush_size1 Define Brush Size for Composite 1
brush_size2 and 2
Color problem in Pie fixed
Positioning of the description optimized in Pie
Division by zero problem fixed in Pie
Module 'Bars' checks for numeric data a input on y-axis
New Function added to Base:
minimum - determine minimal value of an array of numeric values
maximum - determine maximal value of an array of numeric values
arccos - arccos
arcsin - arcsin
Some small bugs corrected:
Base::_find_y_scale
Base::_find_y_range : check for numeric values
Base::_find_x_range : check for numeric values
Latex sources for documentation included
(We hope to get a better documentation be a native english
speaking person)
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 16 | ||||
-rw-r--r-- | graphics/p5-Chart/distinfo | 8 |
2 files changed, 15 insertions, 9 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 9e8d1ffbeb7..fc33a355960 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:36 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/05/16 20:39:36 heinz Exp $ -DISTNAME= Chart-2.3 +DISTNAME= Chart-2.4.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} @@ -10,9 +9,16 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~chartgrp/ COMMENT= Perl5 charting library -DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD +PKG_DESTDIR_SUPPORT= user-destdir -PERL5_PACKLIST= auto/Chart/.packlist +DEPENDS+= p5-GD>=1.20:../../graphics/p5-GD + +USE_LANGUAGES= # empty + +PERL5_PACKLIST= auto/Chart/.packlist + +post-extract: + ${CHMOD} a-x ${WRKSRC}/Chart/*.pm .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo index 286cfb8668a..aed35af393e 100644 --- a/graphics/p5-Chart/distinfo +++ b/graphics/p5-Chart/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:10 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/05/16 20:39:36 heinz Exp $ -SHA1 (Chart-2.3.tar.gz) = 4fc0badf0f20b1493b319130038f0f80af3a4845 -RMD160 (Chart-2.3.tar.gz) = e3e3b1d6f318ef26a3a329c8dbeb800b7f2ca85d -Size (Chart-2.3.tar.gz) = 516041 bytes +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 |