pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-GD-Graph3d Importing package for p5 module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0880871a0266
branches:  trunk
changeset: 397668:0880871a0266
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Aug 17 17:50:11 2009 +0000

description:
Importing package for p5 module for GD::Graph3d version 0.63. This supersedes
currently existing graphics/p5-GDGraph3d ("corrected" name of dist-file).
This update includes LICENSE adding and since 0.56 following upstream changes:
0.61  16.Oct.2002
        - Added support for h_bars (or rotate_graph) (Chia-liang Kao)
        - Added a new cynlider.pm bar style (Chia-liang Kao)
0.60  Dec 07 2001
        - Fixed another bug with x_tick_number rendering - off by one tick.
          Sent patch to MVERB for same bug in GD::Graph::axestype.pm
0.59  Dec 05 2001
        - Fixed bug with x_tick_number
0.58  Dec 05 2001
        - Added visual tests and note in Makefile.PL
        - Built test suite in t/
0.57  Nov 08 2001
        - Rebuilt with h2xs 1.20 with options
                -v 0.57 -X -n GD::Graph3d

diffstat:

 graphics/p5-GD-Graph3d/DESCR    |   6 ++++++
 graphics/p5-GD-Graph3d/Makefile |  27 +++++++++++++++++++++++++++
 graphics/p5-GD-Graph3d/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r d5eca5d483c1 -r 0880871a0266 graphics/p5-GD-Graph3d/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-Graph3d/DESCR      Mon Aug 17 17:50:11 2009 +0000
@@ -0,0 +1,6 @@
+This is the GD::Graph3d extensions module. It provides 3D graphs
+for the GD::Graph module by Martien Verbruggen, which in turn
+generates graph using Lincoln Stein's GD.pm.
+
+You use these modules just as you would any of the GD::Graph
+modules, except that they generate 3d-looking graphs.
diff -r d5eca5d483c1 -r 0880871a0266 graphics/p5-GD-Graph3d/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-Graph3d/Makefile   Mon Aug 17 17:50:11 2009 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 17:50:11 sno Exp $
+
+DISTNAME=      GD-Graph3d-0.63
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5gd3
+CATEGORIES=    graphics perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
+
+MAINTAINER=    damon%brodiefamily.org@localhost
+COMMENT=       GDGraph3d is a pkg to generate charts, using Lincoln Stein's GD.pm
+HOMEPAGE=      http://search.cpan.org/dist/GD-Graph3d/
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-GD>=1.18:../../graphics/p5-GD
+DEPENDS+=      p5-GDGraph>=1.30:../../graphics/p5-GDGraph
+DEPENDS+=      p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
+
+CONFLICTS+=    p5-GDGraph3d-[0-9]*
+SUPERSEDES=    p5-GDGraph3d<=0.63
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/GD/Graph3d/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5eca5d483c1 -r 0880871a0266 graphics/p5-GD-Graph3d/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-Graph3d/distinfo   Mon Aug 17 17:50:11 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/17 17:50:11 sno Exp $
+
+SHA1 (GD-Graph3d-0.63.tar.gz) = 4f502b6fb0f32f6447970e7fa15cdf156b3d508a
+RMD160 (GD-Graph3d-0.63.tar.gz) = 7e160b9ce63bf598ffdaa6ef7a184124c3edb3f1
+Size (GD-Graph3d-0.63.tar.gz) = 97855 bytes



Home | Main Index | Thread Index | Old Index