From a3bd19c4e738060aeec5ae2322a14f28b6907ca7 Mon Sep 17 00:00:00 2001 From: he Date: Fri, 22 Feb 2002 22:03:37 +0000 Subject: GIFgraph is a package to generate graphs, using GD::Graph. --- graphics/p5-GIFgraph/DESCR | 2 ++ graphics/p5-GIFgraph/Makefile | 24 ++++++++++++++++++++++++ graphics/p5-GIFgraph/PLIST | 1 + graphics/p5-GIFgraph/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 graphics/p5-GIFgraph/DESCR create mode 100644 graphics/p5-GIFgraph/Makefile create mode 100644 graphics/p5-GIFgraph/PLIST create mode 100644 graphics/p5-GIFgraph/distinfo (limited to 'graphics/p5-GIFgraph') diff --git a/graphics/p5-GIFgraph/DESCR b/graphics/p5-GIFgraph/DESCR new file mode 100644 index 00000000000..fb7625133e6 --- /dev/null +++ b/graphics/p5-GIFgraph/DESCR @@ -0,0 +1,2 @@ +GIFgraph is a perl5 module to create charts using the GD::Graph +module. diff --git a/graphics/p5-GIFgraph/Makefile b/graphics/p5-GIFgraph/Makefile new file mode 100644 index 00000000000..41b7254ac1a --- /dev/null +++ b/graphics/p5-GIFgraph/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/22 22:03:37 he Exp $ +# + +DISTNAME= GIFgraph-1.20 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5gig +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GIFgraph/} + +MAINTAINER= he@netbsd.org +HOMEPAGE= http://search.cpan.org/search?module=GIFgraph +COMMENT= GIFgraph is a package to generate graphs, using GD::Graph + +DEPENDS+= p5-GDGraph>=1.33:../../graphics/p5-GDGraph +DEPENDS+= p5-PerlMagick>=5.3.9:../../graphics/p5-PerlMagick + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GIFgraph/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GIFgraph/PLIST b/graphics/p5-GIFgraph/PLIST new file mode 100644 index 00000000000..495bb2cee87 --- /dev/null +++ b/graphics/p5-GIFgraph/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/22 22:03:37 he Exp $ diff --git a/graphics/p5-GIFgraph/distinfo b/graphics/p5-GIFgraph/distinfo new file mode 100644 index 00000000000..09a545a7f5b --- /dev/null +++ b/graphics/p5-GIFgraph/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/02/22 22:03:37 he Exp $ + +SHA1 (GIFgraph-1.20.tar.gz) = 493b334ab38617db1b6faa11a7c4c219570a171d +Size (GIFgraph-1.20.tar.gz) = 29434 bytes -- cgit v1.2.3