pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-Chart This module is an attempt to build a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/913b030f3638
branches:  trunk
changeset: 482817:913b030f3638
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Nov 03 15:27:16 2004 +0000

description:
This module is an attempt to build a general purpose graphing module that is
easily modified and expanded.

diffstat:

 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(+), 0 deletions(-)

diffs (41 lines):

diff -r 27be2f88e686 -r 913b030f3638 graphics/p5-Chart/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart/DESCR   Wed Nov 03 15:27:16 2004 +0000
@@ -0,0 +1,2 @@
+This module is an attempt to build a general purpose graphing module that is
+easily modified and expanded.
diff -r 27be2f88e686 -r 913b030f3638 graphics/p5-Chart/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart/Makefile        Wed Nov 03 15:27:16 2004 +0000
@@ -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@localhost
+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 -r 27be2f88e686 -r 913b030f3638 graphics/p5-Chart/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart/PLIST   Wed Nov 03 15:27:16 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 15:27:16 adrianp Exp $
diff -r 27be2f88e686 -r 913b030f3638 graphics/p5-Chart/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart/distinfo        Wed Nov 03 15:27:16 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index