diff options
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 | 10 |
5 files changed, 0 insertions, 52 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile deleted file mode 100644 index 334f97cbaed5..000000000000 --- a/graphics/p5-Chart/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: p5-chart -# Version required: 0.94 -# Date Created: 8 April 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> -# -# $Id: Makefile,v 1.3 1998/08/19 12:38:40 vanilla Exp $ -# - -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/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD - -WRKSRC= ${WRKDIR}/Chart-0.94 - -USE_PERL5= YES - -MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo deleted file mode 100644 index 5268a404f239..000000000000 --- a/graphics/p5-Chart/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (chart-0.94.tar.gz) = 8cf1456cb2aeec7e57c1e7d01b92faa6 diff --git a/graphics/p5-Chart/pkg-comment b/graphics/p5-Chart/pkg-comment deleted file mode 100644 index 00a36cbe23ad..000000000000 --- a/graphics/p5-Chart/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -a perl5 interface to build chart graphic. diff --git a/graphics/p5-Chart/pkg-descr b/graphics/p5-Chart/pkg-descr deleted file mode 100644 index fb65e7995e8c..000000000000 --- a/graphics/p5-Chart/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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 deleted file mode 100644 index cb5f062cfde5..000000000000 --- a/graphics/p5-Chart/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Chart.pod -lib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Pareto.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Pie.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart |