summaryrefslogtreecommitdiff
path: root/graphics/p5-chart
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 13:51:42 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 13:51:42 +0000
commitf72d7fa363dcf04cb34d76f333c2529ccffedbb4 (patch)
treef84300ab672abf9cb51aedff6a6a90701fbf4f14 /graphics/p5-chart
parentSync with news/tin. (diff)
A perl5 module for build chart graphic.
Notes
Notes: svn path=/head/; revision=10472
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-plist11
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