A perl5 module for build chart graphic.

This commit is contained in:
Vanilla I. Shu 1998-04-11 13:51:42 +00:00
parent 8a21baec03
commit f72d7fa363
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10472
10 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-chart
# Version required: 0.94
# Date Created: 8 April 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id:$
#
DISTNAME= chart-0.94
PKGNAME= p5-chart-0.94
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Chart
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/GD.pm:${PORTSDIR}/graphics/p5-GD
WRKSRC= ${WRKDIR}/Chart-0.94
USE_PERL5= YES
MAN3= Chart.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (chart-0.94.tar.gz) = 8cf1456cb2aeec7e57c1e7d01b92faa6

View File

@ -0,0 +1 @@
a perl5 interface to build chart graphic.

View File

@ -0,0 +1,11 @@
This module is an attempt to build a general purpose graphing module
that is easily modified and expanded. I borrowed most of the API from
Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I
thought it was to difficult to modify, and it was missing a few things
that I needed, most notably legends. So I decided to write a new module
from scratch, and I've designed it from the bottom up to be easy to
modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all
of its graphics primitives calls.
- Vanilla
vanilla@FreeBSD.ORG

View File

@ -0,0 +1,11 @@
lib/perl5/site_perl/Chart.pod
lib/perl5/site_perl/Chart/Bars.pm
lib/perl5/site_perl/Chart/Base.pm
lib/perl5/site_perl/Chart/Lines.pm
lib/perl5/site_perl/Chart/LinesPoints.pm
lib/perl5/site_perl/Chart/Pareto.pm
lib/perl5/site_perl/Chart/Pie.pm
lib/perl5/site_perl/Chart/Points.pm
lib/perl5/site_perl/Chart/StackedBars.pm
lib/perl5/man/man3/Chart.3.gz
@dirrm lib/perl5/site_perl/Chart

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-chart
# Version required: 0.94
# Date Created: 8 April 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id:$
#
DISTNAME= chart-0.94
PKGNAME= p5-chart-0.94
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Chart
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/GD.pm:${PORTSDIR}/graphics/p5-GD
WRKSRC= ${WRKDIR}/Chart-0.94
USE_PERL5= YES
MAN3= Chart.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (chart-0.94.tar.gz) = 8cf1456cb2aeec7e57c1e7d01b92faa6

View File

@ -0,0 +1 @@
a perl5 interface to build chart graphic.

View File

@ -0,0 +1,11 @@
This module is an attempt to build a general purpose graphing module
that is easily modified and expanded. I borrowed most of the API from
Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I
thought it was to difficult to modify, and it was missing a few things
that I needed, most notably legends. So I decided to write a new module
from scratch, and I've designed it from the bottom up to be easy to
modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all
of its graphics primitives calls.
- Vanilla
vanilla@FreeBSD.ORG

View File

@ -0,0 +1,11 @@
lib/perl5/site_perl/Chart.pod
lib/perl5/site_perl/Chart/Bars.pm
lib/perl5/site_perl/Chart/Base.pm
lib/perl5/site_perl/Chart/Lines.pm
lib/perl5/site_perl/Chart/LinesPoints.pm
lib/perl5/site_perl/Chart/Pareto.pm
lib/perl5/site_perl/Chart/Pie.pm
lib/perl5/site_perl/Chart/Points.pm
lib/perl5/site_perl/Chart/StackedBars.pm
lib/perl5/man/man3/Chart.3.gz
@dirrm lib/perl5/site_perl/Chart