diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 13:51:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 13:51:42 +0000 |
commit | f72d7fa363dcf04cb34d76f333c2529ccffedbb4 (patch) | |
tree | f84300ab672abf9cb51aedff6a6a90701fbf4f14 /graphics/p5-Chart | |
parent | 8a21baec0318a4c7e994fe92ecd9f9be519aa8c1 (diff) | |
download | ports-f72d7fa363dcf04cb34d76f333c2529ccffedbb4.tar.gz ports-f72d7fa363dcf04cb34d76f333c2529ccffedbb4.zip |
Notes
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 29 | ||||
-rw-r--r-- | graphics/p5-Chart/distinfo | 1 | ||||
-rw-r--r-- | graphics/p5-Chart/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/p5-Chart/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/p5-Chart/pkg-plist | 11 |
5 files changed, 53 insertions, 0 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile new file mode 100644 index 000000000000..2f80cf46aeaf --- /dev/null +++ b/graphics/p5-Chart/Makefile @@ -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> diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo new file mode 100644 index 000000000000..5268a404f239 --- /dev/null +++ b/graphics/p5-Chart/distinfo @@ -0,0 +1 @@ +MD5 (chart-0.94.tar.gz) = 8cf1456cb2aeec7e57c1e7d01b92faa6 diff --git a/graphics/p5-Chart/pkg-comment b/graphics/p5-Chart/pkg-comment new file mode 100644 index 000000000000..00a36cbe23ad --- /dev/null +++ b/graphics/p5-Chart/pkg-comment @@ -0,0 +1 @@ +a perl5 interface to build chart graphic. diff --git a/graphics/p5-Chart/pkg-descr b/graphics/p5-Chart/pkg-descr new file mode 100644 index 000000000000..fb65e7995e8c --- /dev/null +++ b/graphics/p5-Chart/pkg-descr @@ -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 diff --git a/graphics/p5-Chart/pkg-plist b/graphics/p5-Chart/pkg-plist new file mode 100644 index 000000000000..cba781aedfdb --- /dev/null +++ b/graphics/p5-Chart/pkg-plist @@ -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 |