pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-Chart Updated to version 2.4.1. (OK by adr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aac65bc85efb
branches: trunk
changeset: 528810:aac65bc85efb
user: heinz <heinz%pkgsrc.org@localhost>
date: Wed May 16 20:39:36 2007 +0000
description:
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:
graphics/p5-Chart/Makefile | 16 +++++++++++-----
graphics/p5-Chart/distinfo | 8 ++++----
2 files changed, 15 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r b67537e9c22d -r aac65bc85efb graphics/p5-Chart/Makefile
--- a/graphics/p5-Chart/Makefile Wed May 16 20:35:38 2007 +0000
+++ b/graphics/p5-Chart/Makefile Wed May 16 20:39:36 2007 +0000
@@ -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 @@
HOMEPAGE= http://search.cpan.org/~chartgrp/
COMMENT= Perl5 charting library
-DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-GD>=1.20:../../graphics/p5-GD
-PERL5_PACKLIST= auto/Chart/.packlist
+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 -r b67537e9c22d -r aac65bc85efb graphics/p5-Chart/distinfo
--- a/graphics/p5-Chart/distinfo Wed May 16 20:35:38 2007 +0000
+++ b/graphics/p5-Chart/distinfo Wed May 16 20:39:36 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index