import of p5-Chart: a Perl module to draw basic charts (bar, line, pie

and many other types) using the p5-GD module
This commit is contained in:
djm 2005-10-07 23:09:09 +00:00
parent f043d4a44f
commit 89e7685dbf
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/07 23:09:09 djm Exp $
COMMENT= "Charting library for Perl"
DISTNAME= Chart-2.3
PKGNAME= ${DISTNAME:S/^/p5-/}
CATEGORIES= graphics perl5
MAINTAINER= Damien Miller <djm@openbsd.org>
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
RUN_DEPENDS= :p5-GD-*:graphics/p5-GD
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Chart-2.3.tar.gz) = 809540667dd703353af30147ef27b67d
RMD160 (Chart-2.3.tar.gz) = e3e3b1d6f318ef26a3a329c8dbeb800b7f2ca85d
SHA1 (Chart-2.3.tar.gz) = 4fc0badf0f20b1493b319130038f0f80af3a4845
SIZE (Chart-2.3.tar.gz) = 516041

View File

@ -0,0 +1,4 @@
p5-Chart is a Perl module that provides an API to create many
different types of graphical charts: Bars, Composite, Direction,
ErrorBars, HorizontalBars, Lines, LinesPoints, Mountain, Pareto,
Pie, Points, Split, StackedBars.

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/07 23:09:09 djm Exp $
${P5SITE}/Chart/
${P5SITE}/Chart/Bars.pm
${P5SITE}/Chart/Base.pm
${P5SITE}/Chart/Composite.pm
${P5SITE}/Chart/Direction.pm
${P5SITE}/Chart/ErrorBars.pm
${P5SITE}/Chart/HorizontalBars.pm
${P5SITE}/Chart/Lines.pm
${P5SITE}/Chart/LinesPoints.pm
${P5SITE}/Chart/Mountain.pm
${P5SITE}/Chart/Pareto.pm
${P5SITE}/Chart/Pie.pm
${P5SITE}/Chart/Points.pm
${P5SITE}/Chart/Split.pm
${P5SITE}/Chart/StackedBars.pm