Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

24
graphics/p5-GDGraph/DESCR Normal file
View File

@@ -0,0 +1,24 @@
GD::Graph is a perl5 module to create charts using the GD
module.
`GD::Graph::lines'
Create a line chart.
`GD::Graph::bars'
Create a bar chart.
`GD::Graph::points'
Create an chart, displaying the data as points.
`GD::Graph::linespoints'
Combination of lines and points.
`GD::Graph::area'
Create a graph, representing the data as areas under a
line.
`GD::Graph::mixed'
Create a mixed type graph, any combination of the above.
`GD::Graph::pie'
Create a pie chart.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.25 2013/05/31 12:41:08 wiz Exp $
#
DISTNAME= GDGraph-1.44
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
SVR4_PKGNAME= p5gdg
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/GDGraph/GD/Graph.html
COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm
DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD
DEPENDS+= p5-GDTextUtil>=0.80:../../graphics/p5-GDTextUtil
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/GD/Graph/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2007/05/19 14:07:30 heinz Exp $
SHA1 (GDGraph-1.44.tar.gz) = a69e874d0fe3ac132b0d51d739260a9535271bc4
RMD160 (GDGraph-1.44.tar.gz) = 89c20d1249c0f5eb17e5c016a6273d69a012fae5
Size (GDGraph-1.44.tar.gz) = 154855 bytes