summaryrefslogtreecommitdiff
path: root/graphics/p5-Chart
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r--graphics/p5-Chart/Makefile29
-rw-r--r--graphics/p5-Chart/distinfo1
-rw-r--r--graphics/p5-Chart/pkg-comment1
-rw-r--r--graphics/p5-Chart/pkg-descr11
-rw-r--r--graphics/p5-Chart/pkg-plist9
5 files changed, 0 insertions, 51 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile
deleted file mode 100644
index 1c66325d2eca..000000000000
--- a/graphics/p5-Chart/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: p5-chart
-# Version required: 0.99b
-# Date Created: 8 April 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= Chart-0.99b
-PKGNAME= p5-chart-0.99b
-CATEGORIES= graphics perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Chart
-
-MAINTAINER= dan@trinsec.com
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD
-
-WRKSRC= ${WRKDIR}/Chart-0.99b
-
-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 2accc2d45d93..000000000000
--- a/graphics/p5-Chart/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Chart-0.99b.tar.gz) = 0ff4db30e47bb1e4e08aeda541ec2672
diff --git a/graphics/p5-Chart/pkg-comment b/graphics/p5-Chart/pkg-comment
deleted file mode 100644
index 7dad450e3ae3..000000000000
--- a/graphics/p5-Chart/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A perl5 interface to build chart graphics
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 a6abce49ea68..000000000000
--- a/graphics/p5-Chart/pkg-plist
+++ /dev/null
@@ -1,9 +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/Composite.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/Points.pm
-lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart