From 947e5aa20398461f8227720b0580c0d138e21f58 Mon Sep 17 00:00:00 2001 From: adrianp Date: Wed, 3 Nov 2004 15:27:16 +0000 Subject: This module is an attempt to build a general purpose graphing module that is easily modified and expanded. --- graphics/p5-Chart/DESCR | 2 ++ graphics/p5-Chart/Makefile | 18 ++++++++++++++++++ graphics/p5-Chart/PLIST | 1 + graphics/p5-Chart/distinfo | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 graphics/p5-Chart/DESCR create mode 100644 graphics/p5-Chart/Makefile create mode 100644 graphics/p5-Chart/PLIST create mode 100644 graphics/p5-Chart/distinfo (limited to 'graphics/p5-Chart') diff --git a/graphics/p5-Chart/DESCR b/graphics/p5-Chart/DESCR new file mode 100644 index 00000000000..81b3529c723 --- /dev/null +++ b/graphics/p5-Chart/DESCR @@ -0,0 +1,2 @@ +This module is an attempt to build a general purpose graphing module that is +easily modified and expanded. diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile new file mode 100644 index 00000000000..30c7843afea --- /dev/null +++ b/graphics/p5-Chart/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 15:27:16 adrianp Exp $ + +DISTNAME= Chart-2.3 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~chartgrp/ +COMMENT= Perl5 charting library + +DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Chart/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Chart/PLIST b/graphics/p5-Chart/PLIST new file mode 100644 index 00000000000..1cfc7a13899 --- /dev/null +++ b/graphics/p5-Chart/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 15:27:16 adrianp Exp $ diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo new file mode 100644 index 00000000000..3a865f84fd7 --- /dev/null +++ b/graphics/p5-Chart/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/03 15:27:16 adrianp Exp $ + +SHA1 (Chart-2.3.tar.gz) = 4fc0badf0f20b1493b319130038f0f80af3a4845 +Size (Chart-2.3.tar.gz) = 516041 bytes -- cgit v1.2.3