aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Chart
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r--graphics/p5-Chart/Makefile24
-rw-r--r--graphics/p5-Chart/distinfo1
-rw-r--r--graphics/p5-Chart/pkg-descr13
-rw-r--r--graphics/p5-Chart/pkg-plist17
4 files changed, 0 insertions, 55 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile
deleted file mode 100644
index 1781b227ca2c..000000000000
--- a/graphics/p5-Chart/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: p5-chart
-# Date Created: 8 April 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Chart
-PORTVERSION= 2.2
-CATEGORIES= graphics perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Chart
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= mat@FreeBSD.org
-COMMENT= A perl5 interface to build chart graphics
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
-
-PERL_CONFIGURE= yes
-
-#MAN3= Chart.3
-
-.include <bsd.port.mk>
diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo
deleted file mode 100644
index cdb1bfed7b0b..000000000000
--- a/graphics/p5-Chart/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Chart-2.2.tar.gz) = 7d3831e2a6be0245b1c94f9847cf75cd
diff --git a/graphics/p5-Chart/pkg-descr b/graphics/p5-Chart/pkg-descr
deleted file mode 100644
index 84ca2aada8ec..000000000000
--- a/graphics/p5-Chart/pkg-descr
+++ /dev/null
@@ -1,13 +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.
-
-WWW: http://search.cpan.org/dist/Chart/
-
-- Vanilla
-vanilla@FreeBSD.ORG
diff --git a/graphics/p5-Chart/pkg-plist b/graphics/p5-Chart/pkg-plist
deleted file mode 100644
index 8c0d1b30e73a..000000000000
--- a/graphics/p5-Chart/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-%%SITE_PERL%%/Chart/Bars.pm
-%%SITE_PERL%%/Chart/Base.pm
-%%SITE_PERL%%/Chart/Composite.pm
-%%SITE_PERL%%/Chart/Direction.pm
-%%SITE_PERL%%/Chart/ErrorBars.pm
-%%SITE_PERL%%/Chart/HorizontalBars.pm
-%%SITE_PERL%%/Chart/Lines.pm
-%%SITE_PERL%%/Chart/LinesPoints.pm
-%%SITE_PERL%%/Chart/Mountain.pm
-%%SITE_PERL%%/Chart/Pareto.pm
-%%SITE_PERL%%/Chart/Pie.pm
-%%SITE_PERL%%/Chart/Points.pm
-%%SITE_PERL%%/Chart/Split.pm
-%%SITE_PERL%%/Chart/StackedBars.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/.packlist
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart 2>/dev/null || true
-@dirrm %%SITE_PERL%%/Chart