- update to GD::Graph3d-0.55

- bump NEED_vERSION
- add a patch to correct example in man page, update the version
  number (author left it at 0.54 by mistake), and fix typos
- take MAINTAINER

Author hasnt updated ChangeLog or README, but confirmed by email
that this is a bug-fix release for the legend rendering on line
charts.
This commit is contained in:
avsm 2001-01-08 23:15:59 +00:00
parent 06a7e4445b
commit d866509a06
5 changed files with 47 additions and 15 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/19 22:12:43 mickey Exp $
# $OpenBSD: Makefile,v 1.2 2001/01/08 23:15:59 avsm Exp $
DISTNAME= GDGraph3d-0.54
PKGNAME= p5-GD-Graph3d-0.54
DISTNAME= GDGraph3d-0.55
PKGNAME= p5-GD-Graph3d-0.55
CATEGORIES= graphics perl5
NEED_VERSION= 1.330
NEED_VERSION= 1.348
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/GD/Graph.pm::graphics/p5-GD-Graph
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/GD/Graph.pm::graphics/p5-GD-Graph
MAINTAINER= ports@openbsd.org
MAINTAINER= Anil Madhavapeddy, <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,3 +1,3 @@
MD5 (GDGraph3d-0.54.tar.gz) = 0c9ddb6a6b2b1319979fc64258159914
RMD160 (GDGraph3d-0.54.tar.gz) = fea327b0c64267645b90eff1604c34653097acd0
SHA1 (GDGraph3d-0.54.tar.gz) = ee880544a2d3d40980fa1e3e9a887eb5d581c99c
MD5 (GDGraph3d-0.55.tar.gz) = 209adb88cb6595834cffde6bf2ffb8c6
RMD160 (GDGraph3d-0.55.tar.gz) = 2a79464beec9cdb8afa49e3b0367316d5c25c9e6
SHA1 (GDGraph3d-0.55.tar.gz) = 625ef568e515ac3bc57655a652aecf623d56a63c

View File

@ -0,0 +1,35 @@
$OpenBSD: patch-lib_GD_Graph3d_pm,v 1.1 2001/01/08 23:16:00 avsm Exp $
--- lib/GD/Graph3d.pm.orig Mon Oct 9 18:00:25 2000
+++ lib/GD/Graph3d.pm Mon Jan 8 22:51:24 2001
@@ -22,12 +22,12 @@ GD::Graph3D - Create 3D Graphs with GD a
["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
[ 1203, 3500, 3973, 2859, 3012, 3423, 1230]
);
+ $graph = GD::Graph::moduleName->new( 400, 300 );
$graph->set(
x_label => 'Day of the week',
y_label => 'Number of hits',
title => 'Daily Summary of Web Site',
);
- $graph = GD::Graph::moduleName->new( 400, 300 );
my $gd = $graph->plot( \@data );
Where I<moduleName> is one of C<bars3d>, C<lines3d> or C<pie3d>.
@@ -78,7 +78,7 @@ each other, that is the series are stack
By default this is set to '1' and will shade and highlight the bars (and axes).
The light source is at top-left-center which scan well for most computer
-users. You can disable the shading of bars and axes by specifiying a false
+users. You can disable the shading of bars and axes by specifying a false
value for this option.
=back
@@ -110,7 +110,7 @@ value for this option.
=head1 VERSION
-0.54 (Septemnber 4, 2000)
+0.55 (October 9, 2000)
=head1 INSTALLATION

View File

@ -1,7 +1,6 @@
This is the GD::Graph3d extensions module. It provides 3D graphs
This is the GD::Graph3d extension module. It provides 3D graphs
for the GD::Graph module by Martien Verbruggen, which in turn
generates graph using Lincoln Stein's GD.pm.
generates graphs 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.
modules, except that they generate 3D-looking graphs.

View File

@ -1,9 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/19 22:12:43 mickey Exp $
@comment $OpenBSD: PLIST,v 1.2 2001/01/08 23:16:00 avsm Exp $
libdata/perl5/site_perl/GD/Graph/axestype3d.pm
libdata/perl5/site_perl/GD/Graph/bars3d.pm
libdata/perl5/site_perl/GD/Graph/lines3d.pm
libdata/perl5/site_perl/GD/Graph/pie3d.pm
libdata/perl5/site_perl/GD/Graph3d.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/Graph3d/.packlist
man/man3/GD::Graph3d.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/Graph3d