SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
graphics/p5-GD-Graph3d/Makefile
Normal file
18
graphics/p5-GD-Graph3d/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = module for 3D graph plotting
|
||||
|
||||
VERSION = 0.63
|
||||
DISTNAME = GD-Graph3d-${VERSION}
|
||||
REVISION = 1
|
||||
CATEGORIES = graphics
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS= graphics/p5-GD-Graph>=1.30
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
FIX_CRLF_FILES= lib/GD/Graph3d.pm
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/p5-GD-Graph3d/distinfo
Normal file
2
graphics/p5-GD-Graph3d/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (GD-Graph3d-0.63.tar.gz) = 0XhEYbhvAPVk0pxJJuQJoKLtCH5hVPehQ0HVPDu1Ulk=
|
||||
SIZE (GD-Graph3d-0.63.tar.gz) = 97855
|
16
graphics/p5-GD-Graph3d/patches/patch-lib_GD_Graph3d_pm
Normal file
16
graphics/p5-GD-Graph3d/patches/patch-lib_GD_Graph3d_pm
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- lib/GD/Graph3d.pm.orig Fri Dec 7 06:44:54 2001
|
||||
+++ lib/GD/Graph3d.pm Wed Sep 18 09:56:45 2002
|
||||
@@ -24,12 +24,12 @@ GD::Graph3D - Create 3D Graphs with GD a
|
||||
["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||
[ 1203, 3500, 3973, 2859, 3012, 3423, 1230]
|
||||
);
|
||||
- my $graph = new GD::Graph::moduleName( 400, 300 );
|
||||
$graph->set(
|
||||
x_label => 'Day of the week',
|
||||
y_label => 'Number of hits',
|
||||
title => 'Daily Summary of Web Site',
|
||||
);
|
||||
+ my $graph = new GD::Graph::moduleName( 400, 300 );
|
||||
my $gd = $graph->plot( \@data );
|
||||
|
||||
Where I<moduleName> is one of C<bars3d>, C<lines3d> or C<pie3d>.
|
6
graphics/p5-GD-Graph3d/pkg/DESCR
Normal file
6
graphics/p5-GD-Graph3d/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is the GD::Graph3d extension module. It provides 3D graphs for
|
||||
the GD::Graph module by Martien Verbruggen, which in turn 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.
|
9
graphics/p5-GD-Graph3d/pkg/PLIST
Normal file
9
graphics/p5-GD-Graph3d/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5SITE}/GD/Graph/axestype3d.pm
|
||||
${P5SITE}/GD/Graph/bars3d.pm
|
||||
${P5SITE}/GD/Graph/cylinder.pm
|
||||
${P5SITE}/GD/Graph/cylinder3d.pm
|
||||
${P5SITE}/GD/Graph/lines3d.pm
|
||||
${P5SITE}/GD/Graph/pie3d.pm
|
||||
${P5SITE}/GD/Graph3d.pm
|
||||
@comment ${P5SITE}/GD/Graph3d.pm.orig
|
||||
@man man/man3p/GD::Graph3d.3p
|
Loading…
Add table
Add a link
Reference in a new issue