From 68c8ba0c7a5836b7818537fc4d76dafa7acc5e2b Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 19 Mar 2009 14:50:11 +0000 Subject: GD::Graph::histogram extends the GD::Graph module to create histograms. The module allow creation of count or percentage histograms. WWW: http://search.cpan.org/dist/GDGraph-histogram/ PR: ports/132362 Submitted by: Fernan Aguero --- graphics/Makefile | 1 + graphics/p5-GD-Graph-histogram/Makefile | 27 +++++++++++++++++++++++++++ graphics/p5-GD-Graph-histogram/distinfo | 3 +++ graphics/p5-GD-Graph-histogram/pkg-descr | 4 ++++ graphics/p5-GD-Graph-histogram/pkg-plist | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 graphics/p5-GD-Graph-histogram/Makefile create mode 100644 graphics/p5-GD-Graph-histogram/distinfo create mode 100644 graphics/p5-GD-Graph-histogram/pkg-descr create mode 100644 graphics/p5-GD-Graph-histogram/pkg-plist (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index f9fc1f2b5a8a..e91b00e0c496 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -526,6 +526,7 @@ SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph + SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile new file mode 100644 index 000000000000..d2771601b685 --- /dev/null +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-GD-Graph-histogram +# Date created: 6 March 2009 +# Whom: Fernan Aguero +# +# $FreeBSD$ +# + +PORTNAME= GD-Graph-histogram +PORTVERSION= 1.1 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/W/WH/WHIZDOG +PKGNAMEPREFIX= p5- +DISTNAME= GDGraph-histogram-${PORTVERSION} + +MAINTAINER= fernan@iib.unsam.edu.ar +COMMENT= Histogram plotting module for perl5 + +BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= GD::Graph::histogram.3 + +.include diff --git a/graphics/p5-GD-Graph-histogram/distinfo b/graphics/p5-GD-Graph-histogram/distinfo new file mode 100644 index 000000000000..0d9fffbc8b47 --- /dev/null +++ b/graphics/p5-GD-Graph-histogram/distinfo @@ -0,0 +1,3 @@ +MD5 (GDGraph-histogram-1.1.tar.gz) = 633c97212412d0d85bb3dc7251f5bad9 +SHA256 (GDGraph-histogram-1.1.tar.gz) = 20f752d0e6deb59b29aa2ec3496b5883476d00280b6e83f5b47c33fac4097f8a +SIZE (GDGraph-histogram-1.1.tar.gz) = 19981 diff --git a/graphics/p5-GD-Graph-histogram/pkg-descr b/graphics/p5-GD-Graph-histogram/pkg-descr new file mode 100644 index 000000000000..37f60f73e6bc --- /dev/null +++ b/graphics/p5-GD-Graph-histogram/pkg-descr @@ -0,0 +1,4 @@ +GD::Graph::histogram extends the GD::Graph module to create histograms. The +module allow creation of count or percentage histograms. + +WWW: http://search.cpan.org/dist/GDGraph-histogram/ diff --git a/graphics/p5-GD-Graph-histogram/pkg-plist b/graphics/p5-GD-Graph-histogram/pkg-plist new file mode 100644 index 000000000000..937b2cbfee64 --- /dev/null +++ b/graphics/p5-GD-Graph-histogram/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/GD/Graph/histogram.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/histogram/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/histogram -- cgit