SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (GD-Graph3d-0.63.tar.gz) = 0XhEYbhvAPVk0pxJJuQJoKLtCH5hVPehQ0HVPDu1Ulk=
SIZE (GD-Graph3d-0.63.tar.gz) = 97855

View 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>.

View 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.

View 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