diff options
author | he <he@pkgsrc.org> | 2002-02-22 22:03:37 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2002-02-22 22:03:37 +0000 |
commit | 271d358cb39b08b32828acefec56e2240fae8a44 (patch) | |
tree | fda3559a9a4e622cb63ecb5c498932ef965c9883 | |
parent | cd24815280a7b02b67b453702b7176ae6db8846d (diff) | |
download | pkgsrc-271d358cb39b08b32828acefec56e2240fae8a44.tar.gz |
GIFgraph is a package to generate graphs, using GD::Graph.
-rw-r--r-- | graphics/p5-GIFgraph/DESCR | 2 | ||||
-rw-r--r-- | graphics/p5-GIFgraph/Makefile | 24 | ||||
-rw-r--r-- | graphics/p5-GIFgraph/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-GIFgraph/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
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 |