diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-11-03 15:27:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-11-03 15:27:16 +0000 |
commit | 28afb6f8e54e7ded6592911796f5cd17ffa290a6 (patch) | |
tree | c9cce930daae78d43843d64701a75b34febae834 /graphics | |
parent | dbcb5db1cad3ce40ccbc54f4bdd85ae1b26efd14 (diff) | |
download | pkgsrc-28afb6f8e54e7ded6592911796f5cd17ffa290a6.tar.gz |
This module is an attempt to build a general purpose graphing module that is
easily modified and expanded.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart/DESCR | 2 | ||||
-rw-r--r-- | graphics/p5-Chart/Makefile | 18 | ||||
-rw-r--r-- | graphics/p5-Chart/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-Chart/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
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 |