diff --git a/graphics/Makefile b/graphics/Makefile index b93c8c24daa3..ce9b06207ba5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -347,6 +347,7 @@ SUBDIR += p5-Image-Info SUBDIR += p5-Image-Size SUBDIR += p5-Imager + SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imlib2 SUBDIR += p5-OpenGL diff --git a/graphics/p5-Imager-Graph/Makefile b/graphics/p5-Imager-Graph/Makefile new file mode 100644 index 000000000000..99ee81aba8ae --- /dev/null +++ b/graphics/p5-Imager-Graph/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: graphics/p5-Imager-Graph +# Date created: 11 Feb 2005 +# Whom: Yuan-Chung Hsiao +# +# $FreeBSD$ +# + +PORTNAME= Imager-Graph +PORTVERSION= 0.03 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TONYC +PKGNAMEPREFIX= p5- + +MAINTAINER= ychsiao@ychsiao.org +COMMENT= Perl extension for producing Graphs using the Imager library + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Imager::Graph.3 Imager::Graph::Util.3 Imager::Graph::Pie.3 + +.include diff --git a/graphics/p5-Imager-Graph/distinfo b/graphics/p5-Imager-Graph/distinfo new file mode 100644 index 000000000000..08ce262bb1da --- /dev/null +++ b/graphics/p5-Imager-Graph/distinfo @@ -0,0 +1,2 @@ +MD5 (Imager-Graph-0.03.tar.gz) = ec53f2eb28a8ac4269d3edf14bd631d5 +SIZE (Imager-Graph-0.03.tar.gz) = 130898 diff --git a/graphics/p5-Imager-Graph/pkg-descr b/graphics/p5-Imager-Graph/pkg-descr new file mode 100644 index 000000000000..b1adcd2cd1e2 --- /dev/null +++ b/graphics/p5-Imager-Graph/pkg-descr @@ -0,0 +1,6 @@ +Imager::Graph is intended to produce good looking graphs with a +minimum effort on the part of the user. + +Currently only the pie graph class, Imager::Graph::Pie, is provided. + +WWW: http://search.cpan.org/dist/Imager-Graph/ diff --git a/graphics/p5-Imager-Graph/pkg-plist b/graphics/p5-Imager-Graph/pkg-plist new file mode 100644 index 000000000000..1ef795d80202 --- /dev/null +++ b/graphics/p5-Imager-Graph/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Imager/Graph.pm +%%SITE_PERL%%/Imager/Graph/Pie.pm +%%SITE_PERL%%/Imager/Graph/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph +@unexec rmdir %D/%%SITE_PERL%%/Imager/Graph 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Imager 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager 2>/dev/null ||true