A perl5 module for build chart graphic.
This commit is contained in:
parent
8a21baec03
commit
f72d7fa363
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10472
29
graphics/p5-Chart/Makefile
Normal file
29
graphics/p5-Chart/Makefile
Normal 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>
|
1
graphics/p5-Chart/distinfo
Normal file
1
graphics/p5-Chart/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (chart-0.94.tar.gz) = 8cf1456cb2aeec7e57c1e7d01b92faa6
|
1
graphics/p5-Chart/pkg-comment
Normal file
1
graphics/p5-Chart/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a perl5 interface to build chart graphic.
|
11
graphics/p5-Chart/pkg-descr
Normal file
11
graphics/p5-Chart/pkg-descr
Normal 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
|
11
graphics/p5-Chart/pkg-plist
Normal file
11
graphics/p5-Chart/pkg-plist
Normal 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
|
29
graphics/p5-chart/Makefile
Normal file
29
graphics/p5-chart/Makefile
Normal 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>
|
1
graphics/p5-chart/distinfo
Normal file
1
graphics/p5-chart/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (chart-0.94.tar.gz) = 8cf1456cb2aeec7e57c1e7d01b92faa6
|
1
graphics/p5-chart/pkg-comment
Normal file
1
graphics/p5-chart/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a perl5 interface to build chart graphic.
|
11
graphics/p5-chart/pkg-descr
Normal file
11
graphics/p5-chart/pkg-descr
Normal 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
|
11
graphics/p5-chart/pkg-plist
Normal file
11
graphics/p5-chart/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user